Home
last modified time | relevance | path

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

/systemd-251/src/udev/
Dudevd.c168 EVENT_RESULT_SIGNAL_BASE = 257, enumerator
169 EVENT_RESULT_SIGNAL_MAX = EVENT_RESULT_SIGNAL_BASE + _NSIG,
406 case EVENT_RESULT_SIGNAL_BASE ... EVENT_RESULT_SIGNAL_MAX: { in device_broadcast()
409 … (void) device_add_propertyf(dev, "UDEV_WORKER_SIGNAL", "%i", result - EVENT_RESULT_SIGNAL_BASE); in device_broadcast()
411 str = signal_to_string(result - EVENT_RESULT_SIGNAL_BASE); in device_broadcast()
1578 result = EVENT_RESULT_SIGNAL_BASE + si->si_status; in on_sigchld()