Home
last modified time | relevance | path

Searched refs:WAIT_UNTIL_REMOVED (Results 1 – 1 of 1) sorted by relevance

/systemd-251/src/udev/
Dudevadm-wait.c26 WAIT_UNTIL_REMOVED, enumerator
41 [WAIT_UNTIL_REMOVED] = "removed",
52 if (arg_wait_until == WAIT_UNTIL_REMOVED) { in check_device()
115 if (device_for_action(device, SD_DEVICE_REMOVE) != (arg_wait_until == WAIT_UNTIL_REMOVED)) in device_monitor_handler()
118 if (arg_wait_until == WAIT_UNTIL_REMOVED) in device_monitor_handler()
298 arg_wait_until = WAIT_UNTIL_REMOVED; in parse_argv()