Lines Matching defs:timeout
43 " --timeout=SECONDS Maximum time to block for a reply\n"
49 int timeout = 60;
62 { "timeout", required_argument, NULL, 't' },
79 if (udev_ctrl_send_exit(uctrl, timeout) < 0)
92 if (udev_ctrl_send_set_log_level(uctrl, util_log_priority(optarg), timeout) < 0)
99 if (udev_ctrl_send_stop_exec_queue(uctrl, timeout) < 0)
105 if (udev_ctrl_send_start_exec_queue(uctrl, timeout) < 0)
111 if (udev_ctrl_send_reload(uctrl, timeout) < 0)
121 if (udev_ctrl_send_set_env(uctrl, optarg, timeout) < 0)
135 if (udev_ctrl_send_set_children_max(uctrl, i, timeout) < 0)
146 timeout = seconds;
148 fprintf(stderr, "invalid timeout value\n");