Searched defs:timeout_warn_usec (Results 1 - 2 of 2) sorted by relevance

/systemd/src/udev/
H A Dudev-event.c632 usec_t timeout_warn_usec,
653 if (timeout_warn_usec > 0 && timeout_warn_usec < timeout_usec && age_usec < timeout_warn_usec) {
654 spawn.timeout_warn = timeout_warn_usec - age_usec;
722 usec_t timeout_warn_usec,
788 err = spawn_wait(event, timeout_usec, timeout_warn_usec, cmd, pid, accept_failure);
823 usec_t timeout_usec, usec_t timeout_warn_usec,
840 timeout_usec, timeout_warn_usec,
858 timeout_usec, timeout_warn_usec,
630 spawn_wait(struct udev_event *event, usec_t timeout_usec, usec_t timeout_warn_usec, const char *cmd, pid_t pid, bool accept_failure) argument
720 udev_event_spawn(struct udev_event *event, usec_t timeout_usec, usec_t timeout_warn_usec, bool accept_failure, const char *cmd, char *result, size_t ressize) argument
822 udev_event_execute_rules(struct udev_event *event, usec_t timeout_usec, usec_t timeout_warn_usec, struct udev_list *properties_list, struct udev_rules *rules) argument
922 udev_event_execute_run(struct udev_event *event, usec_t timeout_usec, usec_t timeout_warn_usec) argument
[all...]
H A Dudev-rules.c643 usec_t timeout_warn_usec,
649 err = udev_event_spawn(event, timeout_usec, timeout_warn_usec, true, program, result, sizeof(result));
1855 usec_t timeout_warn_usec,
2080 if (udev_event_spawn(event, timeout_usec, timeout_warn_usec, true, program, result, sizeof(result)) < 0) {
2116 if (import_program_into_properties(event, timeout_usec, timeout_warn_usec, import) != 0)
641 import_program_into_properties(struct udev_event *event, usec_t timeout_usec, usec_t timeout_warn_usec, const char *program) argument
1852 udev_rules_apply_to_event(struct udev_rules *rules, struct udev_event *event, usec_t timeout_usec, usec_t timeout_warn_usec, struct udev_list *properties_list) argument

Completed in 780 milliseconds