Lines Matching refs:timeout
38 " --timeout=SECONDS Maximum time to block for a reply\n"
44 int timeout = 60;
57 { "timeout", required_argument, NULL, 't' },
74 if (udev_ctrl_send_exit(uctrl, timeout) < 0)
87 if (udev_ctrl_send_set_log_level(uctrl, util_log_priority(optarg), timeout) < 0)
94 if (udev_ctrl_send_stop_exec_queue(uctrl, timeout) < 0)
100 if (udev_ctrl_send_start_exec_queue(uctrl, timeout) < 0)
106 if (udev_ctrl_send_reload(uctrl, timeout) < 0)
116 if (udev_ctrl_send_set_env(uctrl, optarg, timeout) < 0)
130 if (udev_ctrl_send_set_children_max(uctrl, i, timeout) < 0)
141 timeout = seconds;
143 fprintf(stderr, "invalid timeout value\n");