Home
last modified time | relevance | path

Searched refs:ctrl_msg_wire (Results 1 – 1 of 1) sorted by relevance

/third_party/eudev/src/udev/
Dudev-ctrl.c55 struct udev_ctrl_msg_wire ctrl_msg_wire; member
261 struct udev_ctrl_msg_wire ctrl_msg_wire; in ctrl_send() local
264 memzero(&ctrl_msg_wire, sizeof(struct udev_ctrl_msg_wire)); in ctrl_send()
265 strcpy(ctrl_msg_wire.version, "udev-" VERSION); in ctrl_send()
266 ctrl_msg_wire.magic = UDEV_CTRL_MAGIC; in ctrl_send()
267 ctrl_msg_wire.type = type; in ctrl_send()
270 strscpy(ctrl_msg_wire.buf, sizeof(ctrl_msg_wire.buf), buf); in ctrl_send()
272 ctrl_msg_wire.intval = intval; in ctrl_send()
281 if (send(uctrl->sock, &ctrl_msg_wire, sizeof(ctrl_msg_wire), 0) < 0) { in ctrl_send()
393 iov.iov_base = &uctrl_msg->ctrl_msg_wire; in udev_ctrl_receive_msg()
[all …]