Home
last modified time | relevance | path

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

/dragonfly/sys/sys/
H A Ddmsg.h233 #define DMSG_HDR_MAGIC 0x4832 macro
/dragonfly/lib/libdmsg/
H A Dcrypto.c508 handtx.magic = DMSG_HDR_MAGIC; in dmsg_crypto_negotiate()
H A Dmsg.c372 msg->any.head.magic = DMSG_HDR_MAGIC; in dmsg_msg_alloc_locked()
722 if (head->magic != DMSG_HDR_MAGIC && in dmsg_ioq_read()
1215 msg->any.head.magic = DMSG_HDR_MAGIC; in dmsg_iocom_flush1()
/dragonfly/sys/kern/
H A Dkern_dmsg.c343 if (hdr.magic != DMSG_HDR_MAGIC) { in kdmsg_iocom_thread_rd()
1831 msg->any.head.magic = DMSG_HDR_MAGIC; in kdmsg_msg_alloc()