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