Searched refs:consbufp (Results 1 – 4 of 4) sorted by relevance
53 extern struct msgbuf *consbufp;
89 struct msgbuf *consbufp; /* console message buffer. */ variable166 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()
1803 if (consbufp && cn_tab && in ttwrite()1809 msgbuf_putchar(consbufp, c); in ttwrite()
567 mp = (name[0] == KERN_MSGBUFSIZE) ? msgbufp : consbufp; in kern_sysctl()649 mp = (name[0] == KERN_MSGBUF) ? msgbufp : consbufp; in kern_sysctl_locked()