Home
last modified time | relevance | path

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

/openbsd/sys/sys/
H A Dmsgbuf.h43 long msg_magic; /* [I] buffer magic value */ member
/openbsd/sys/kern/
H A Dsubr_log.c136 if ((mbp->msg_magic != MSG_MAGIC) || (mbp->msg_bufs != new_bufs) || in initmsgbuf()
146 mbp->msg_magic = MSG_MAGIC; in initmsgbuf()
167 consbufp->msg_magic = MSG_MAGIC; in initconsbuf()
174 if (mbp->msg_magic != MSG_MAGIC) in msgbuf_putchar()
H A Dkern_sysctl.c587 if (!mp || mp->msg_magic != MSG_MAGIC) in kern_sysctl()
672 if (!mp || mp->msg_magic != MSG_MAGIC) in kern_sysctl_locked()
/openbsd/sbin/dmesg/
H A Ddmesg.c145 if (cur.msg_magic != MSG_MAGIC) in main()
/openbsd/sys/dev/
H A Drnd.c656 if (msgbufp->msg_magic == MSG_MAGIC) in random_start()
/openbsd/sys/ddb/
H A Ddb_command.c872 if (!msgbufp || msgbufp->msg_magic != MSG_MAGIC) in db_dmesg_cmd()