/kernel/linux/linux-5.10/drivers/net/xen-netback/ |
H A D | xenbus.c | 330 case XenbusStateClosing: in set_backend_state() 346 case XenbusStateClosing: in set_backend_state() 347 backend_switch_state(be, XenbusStateClosing); in set_backend_state() 359 case XenbusStateClosing: in set_backend_state() 361 backend_switch_state(be, XenbusStateClosing); in set_backend_state() 370 case XenbusStateClosing: in set_backend_state() 373 backend_switch_state(be, XenbusStateClosing); in set_backend_state() 379 case XenbusStateClosing: in set_backend_state() 443 case XenbusStateClosing: in frontend_changed() 444 set_backend_state(be, XenbusStateClosing); in frontend_changed() [all...] |
/kernel/linux/linux-6.6/drivers/net/xen-netback/ |
H A D | xenbus.c | 330 case XenbusStateClosing: in set_backend_state() 346 case XenbusStateClosing: in set_backend_state() 347 backend_switch_state(be, XenbusStateClosing); in set_backend_state() 359 case XenbusStateClosing: in set_backend_state() 361 backend_switch_state(be, XenbusStateClosing); in set_backend_state() 370 case XenbusStateClosing: in set_backend_state() 373 backend_switch_state(be, XenbusStateClosing); in set_backend_state() 379 case XenbusStateClosing: in set_backend_state() 443 case XenbusStateClosing: in frontend_changed() 444 set_backend_state(be, XenbusStateClosing); in frontend_changed() [all...] |
/kernel/linux/linux-5.10/include/xen/interface/io/ |
H A D | xenbus.h | 28 XenbusStateClosing = 5, /* The device is being closed enumerator
|
/kernel/linux/linux-6.6/include/xen/interface/io/ |
H A D | xenbus.h | 28 XenbusStateClosing = 5, /* The device is being closed enumerator
|
/kernel/linux/linux-5.10/drivers/xen/ |
H A D | pvcalls-back.c | 1095 case XenbusStateClosing: in set_backend_state() 1096 xenbus_switch_state(dev, XenbusStateClosing); in set_backend_state() 1110 case XenbusStateClosing: in set_backend_state() 1112 xenbus_switch_state(dev, XenbusStateClosing); in set_backend_state() 1121 case XenbusStateClosing: in set_backend_state() 1126 xenbus_switch_state(dev, XenbusStateClosing); in set_backend_state() 1132 case XenbusStateClosing: in set_backend_state() 1162 case XenbusStateClosing: in pvcalls_back_changed() 1163 set_backend_state(dev, XenbusStateClosing); in pvcalls_back_changed()
|
/kernel/linux/linux-6.6/drivers/xen/ |
H A D | pvcalls-back.c | 1100 case XenbusStateClosing: in set_backend_state() 1101 xenbus_switch_state(dev, XenbusStateClosing); in set_backend_state() 1115 case XenbusStateClosing: in set_backend_state() 1117 xenbus_switch_state(dev, XenbusStateClosing); in set_backend_state() 1126 case XenbusStateClosing: in set_backend_state() 1131 xenbus_switch_state(dev, XenbusStateClosing); in set_backend_state() 1137 case XenbusStateClosing: in set_backend_state() 1167 case XenbusStateClosing: in pvcalls_back_changed() 1168 set_backend_state(dev, XenbusStateClosing); in pvcalls_back_changed()
|
/kernel/linux/linux-5.10/drivers/xen/xenbus/ |
H A D | xenbus_probe_frontend.c | 141 xenbus_switch_state(dev, XenbusStateClosing); in xenbus_frontend_dev_shutdown() 402 xenbus_printf(XBT_NIL, fe, "state", "%d", XenbusStateClosing); in xenbus_reset_frontend() 403 xenbus_reset_wait_for_backend(be, XenbusStateClosing); in xenbus_reset_frontend() 406 case XenbusStateClosing: in xenbus_reset_frontend()
|
H A D | xenbus_client.c | 105 [ XenbusStateClosing ] = "Closing", in xenbus_strstate() 125 * be NULL, the device will switch to %XenbusStateClosing, and the error will 167 * free, the device will switch to %XenbusStateClosing, and the error will be 264 * to XenbusStateClosing, and the error will be saved in the store. 333 * xenbus_switch_state(dev, XenbusStateClosing) to schedule an orderly 345 xenbus_switch_state(dev, XenbusStateClosing); in xenbus_dev_fatal() 363 __xenbus_switch_state(dev, XenbusStateClosing, 1); in xenbus_switch_fatal() 376 * XenbusStateClosing, and the error will be saved in the store. 414 * error, the device will switch to XenbusStateClosing, and the error will be 468 * XenbusStateClosing an [all...] |
H A D | xenbus_probe.c | 199 if (ignore_on_shutdown && (state == XenbusStateClosing)) in xenbus_otherend_changed() 291 xenbus_read_driver_state(dev->nodename) == XenbusStateClosing) in xenbus_dev_remove()
|
/kernel/linux/linux-6.6/drivers/xen/xenbus/ |
H A D | xenbus_probe_frontend.c | 141 xenbus_switch_state(dev, XenbusStateClosing); in xenbus_frontend_dev_shutdown() 394 xenbus_printf(XBT_NIL, fe, "state", "%d", XenbusStateClosing); in xenbus_reset_frontend() 395 xenbus_reset_wait_for_backend(be, XenbusStateClosing); in xenbus_reset_frontend() 398 case XenbusStateClosing: in xenbus_reset_frontend()
|
H A D | xenbus_client.c | 105 [ XenbusStateClosing ] = "Closing", in xenbus_strstate() 125 * be NULL, the device will switch to %XenbusStateClosing, and the error will 167 * free, the device will switch to %XenbusStateClosing, and the error will be 264 * to XenbusStateClosing, and the error will be saved in the store. 333 * xenbus_switch_state(dev, XenbusStateClosing) to schedule an orderly 345 xenbus_switch_state(dev, XenbusStateClosing); in xenbus_dev_fatal() 363 __xenbus_switch_state(dev, XenbusStateClosing, 1); in xenbus_switch_fatal() 459 * error, the device will switch to XenbusStateClosing, and the error will be 513 * XenbusStateClosing and the error message will be saved in XenStore.
|
H A D | xenbus_probe.c | 200 if (ignore_on_shutdown && (state == XenbusStateClosing)) in xenbus_otherend_changed() 357 xenbus_read_driver_state(dev->nodename) == XenbusStateClosing) in xenbus_dev_remove()
|
/kernel/linux/linux-5.10/sound/xen/ |
H A D | xen_snd_front.c | 280 case XenbusStateClosing: in sndback_changed() 319 xenbus_switch_state(dev, XenbusStateClosing); in xen_drv_remove()
|
/kernel/linux/linux-6.6/sound/xen/ |
H A D | xen_snd_front.c | 280 case XenbusStateClosing: in sndback_changed() 319 xenbus_switch_state(dev, XenbusStateClosing); in xen_drv_remove()
|
/kernel/linux/linux-5.10/drivers/xen/xen-pciback/ |
H A D | xenbus.c | 457 case XenbusStateClosing: in xen_pcibk_reconfigure() 541 case XenbusStateClosing: in xen_pcibk_frontend_changed() 543 xenbus_switch_state(xdev, XenbusStateClosing); in xen_pcibk_frontend_changed()
|
/kernel/linux/linux-6.6/drivers/xen/xen-pciback/ |
H A D | xenbus.c | 457 case XenbusStateClosing: in xen_pcibk_reconfigure() 541 case XenbusStateClosing: in xen_pcibk_frontend_changed() 543 xenbus_switch_state(xdev, XenbusStateClosing); in xen_pcibk_frontend_changed()
|
/kernel/linux/linux-6.6/drivers/pci/ |
H A D | xen-pcifront.c | 881 if (prev_state >= XenbusStateClosing) in pcifront_try_disconnect() 950 if (state != XenbusStateClosing) in pcifront_detach_devices() 1014 case XenbusStateClosing: in pcifront_backend_changed()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/xen/ |
H A D | xen_drm_front.c | 695 case XenbusStateClosing: in displback_changed() 744 xenbus_switch_state(dev, XenbusStateClosing); in xen_drv_remove()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/xen/ |
H A D | xen_drm_front.c | 672 case XenbusStateClosing: in displback_changed() 721 xenbus_switch_state(dev, XenbusStateClosing); in xen_drv_remove()
|
/kernel/linux/linux-6.6/drivers/char/tpm/ |
H A D | xen-tpmfront.c | 397 case XenbusStateClosing: in backend_changed()
|
/kernel/linux/linux-5.10/drivers/pci/ |
H A D | xen-pcifront.c | 927 if (prev_state >= XenbusStateClosing) in pcifront_try_disconnect() 1038 if (state != XenbusStateClosing) in pcifront_detach_devices() 1101 case XenbusStateClosing: in pcifront_backend_changed()
|
/kernel/linux/linux-5.10/drivers/char/tpm/ |
H A D | xen-tpmfront.c | 410 case XenbusStateClosing: in backend_changed()
|
/kernel/linux/linux-5.10/drivers/input/misc/ |
H A D | xen-kbdfront.c | 528 case XenbusStateClosing: in xenkbd_backend_changed()
|
/kernel/linux/linux-5.10/net/9p/ |
H A D | trans_xen.c | 549 case XenbusStateClosing: in xen_9pfs_front_changed()
|
/kernel/linux/linux-6.6/drivers/input/misc/ |
H A D | xen-kbdfront.c | 527 case XenbusStateClosing: in xenkbd_backend_changed()
|