Home
last modified time | relevance | path

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

/dragonfly/sys/sys/
HDdmsg.h251 #define DMSG_BUF_SIZE (DMSG_HDR_MAX * 4) macro
252 #define DMSG_BUF_MASK (DMSG_BUF_SIZE - 1)
/dragonfly/lib/libdmsg/
HDdmsg.h257 char buf[DMSG_BUF_SIZE]; /* staging buffer */