Home
last modified time | relevance | path

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

/openbsd/src/sbin/dmesg/
Ddmesg.c99 mib[1] = startupmsgs ? KERN_CONSBUFSIZE : KERN_MSGBUFSIZE; in main()
/openbsd/src/sys/sys/
Dsysctl.h142 #define KERN_MSGBUFSIZE 38 /* int: size of message buffer */ macro
/openbsd/src/sys/kern/
Dkern_sysctl.c579 case KERN_MSGBUFSIZE: in kern_sysctl()
582 mp = (name[0] == KERN_MSGBUFSIZE) ? msgbufp : consbufp; in kern_sysctl()
/openbsd/src/usr.sbin/syslogd/
Dsyslogd.c3071 mib[1] = KERN_MSGBUFSIZE; in getmsgbufsize()