Home
last modified time | relevance | path

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

/systemd-251/src/udev/
Dudevd.c165 EVENT_RESULT_EXIT_STATUS_BASE = 0, enumerator
398 case EVENT_RESULT_EXIT_STATUS_BASE ... EVENT_RESULT_EXIT_STATUS_MAX: in device_broadcast()
399 …device_add_propertyf(dev, "UDEV_WORKER_EXIT_STATUS", "%i", result - EVENT_RESULT_EXIT_STATUS_BASE); in device_broadcast()
1571 result = EVENT_RESULT_EXIT_STATUS_BASE + si->si_status; in on_sigchld()