Lines Matching defs:uctrl
48 _cleanup_udev_ctrl_unref_ struct udev_ctrl *uctrl = NULL;
72 uctrl = udev_ctrl_new(udev);
73 if (uctrl == NULL)
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)