Searched refs:SD_DEVICE_REMOVE (Results 1 – 13 of 13) sorted by relevance
/systemd-251/src/login/ |
D | logind-core.c | 255 if (device_for_action(d, SD_DEVICE_REMOVE) || in manager_process_seat_device() 326 if (device_for_action(d, SD_DEVICE_REMOVE) || in manager_process_button_device()
|
D | logind.c | 580 device_for_action(device, SD_DEVICE_REMOVE)) in manager_dispatch_vcsa_udev()
|
/systemd-251/src/systemd/ |
D | sd-device.h | 39 SD_DEVICE_REMOVE, enumerator
|
/systemd-251/src/udev/ |
D | udevadm-wait.c | 115 if (device_for_action(device, SD_DEVICE_REMOVE) != (arg_wait_until == WAIT_UNTIL_REMOVED)) in device_monitor_handler()
|
D | udev-event.c | 1068 if (action == SD_DEVICE_REMOVE) in udev_event_execute_rules() 1164 if (device_for_action(dev, SD_DEVICE_REMOVE)) in udev_event_process_inotify_watch()
|
D | udevd.c | 440 if (device_for_action(dev, SD_DEVICE_REMOVE)) in device_get_whole_disk()
|
D | udev-rules.c | 2477 if (action != SD_DEVICE_REMOVE) { in udev_rule_apply_line_to_event()
|
/systemd-251/src/core/ |
D | device.c | 974 if (!IN_SET(action, SD_DEVICE_ADD, SD_DEVICE_REMOVE, SD_DEVICE_MOVE)) in device_dispatch_io() 983 if (action == SD_DEVICE_REMOVE) { in device_dispatch_io()
|
/systemd-251/src/shared/ |
D | udev-util.c | 183 if (device_for_action(device, SD_DEVICE_REMOVE)) in device_monitor_handler()
|
/systemd-251/src/libsystemd/sd-device/ |
D | device-private.c | 1108 [SD_DEVICE_REMOVE] = "remove",
|
/systemd-251/src/home/ |
D | homed-manager.c | 1277 if (device_for_action(d, SD_DEVICE_REMOVE)) { in manager_on_device()
|
D | homework-luks.c | 3749 if (!device_for_action(device, SD_DEVICE_REMOVE)) in device_monitor_handler()
|
/systemd-251/src/network/ |
D | networkd-link.c | 1507 if (action == SD_DEVICE_REMOVE) in manager_udev_process_link()
|