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

/systemd/src/udev/
H A Dudev-ctrl.c47 int intval; member in union:udev_ctrl_msg_wire::__anon331
238 static int ctrl_send(struct udev_ctrl *uctrl, enum udev_ctrl_msg_type type, int intval, const char *buf, int timeout) { argument
250 ctrl_msg_wire.intval = intval;
418 return ctrl_msg->ctrl_msg_wire.intval;
448 return ctrl_msg->ctrl_msg_wire.intval;

Completed in 29 milliseconds