Home
last modified time | relevance | path

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

/openbsd/sys/sys/
H A Dmsgbuf.h53 extern struct msgbuf *consbufp;
/openbsd/sys/kern/
H A Dsubr_log.c89 struct msgbuf *consbufp; /* console message buffer. */ variable
166 consbufp = malloc(CONSBUFSIZE, M_TTYS, M_WAITOK | M_ZERO); in initconsbuf()
167 consbufp->msg_magic = MSG_MAGIC; in initconsbuf()
168 consbufp->msg_bufs = CONSBUFSIZE - offsetof(struct msgbuf, msg_bufc); in initconsbuf()
H A Dtty.c1803 if (consbufp && cn_tab && in ttwrite()
1809 msgbuf_putchar(consbufp, c); in ttwrite()
H A Dkern_sysctl.c567 mp = (name[0] == KERN_MSGBUFSIZE) ? msgbufp : consbufp; in kern_sysctl()
649 mp = (name[0] == KERN_MSGBUF) ? msgbufp : consbufp; in kern_sysctl_locked()