Home
last modified time | relevance | path

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

/dragonfly/lib/libdmsg/
H A Dmsg.c740 aux_size = bswap32(head->aux_bytes); in dmsg_ioq_read()
744 aux_size = head->aux_bytes; in dmsg_ioq_read()
996 msg->any.head.aux_bytes); in dmsg_ioq_read()
1232 msg->any.head.aux_bytes = msg->aux_size; in dmsg_iocom_flush1()
2754 head->aux_bytes = bswap32(head->aux_bytes);
/dragonfly/sys/sys/
H A Ddmsg.h224 uint32_t aux_bytes; /* 28 auxillary data length (bytes) */ member
/dragonfly/sys/kern/
H A Dkern_dmsg.c372 msg->aux_size = hdr.aux_bytes; in kdmsg_iocom_thread_rd()
2008 msg->any.head.aux_bytes = msg->aux_size;