Home
last modified time | relevance | path

Searched refs:kdebugflag (Results 1 – 3 of 3) sorted by relevance

/mirbsd/src/usr.sbin/pppd/
Dsys-bsd.c317 if (kdebugflag) {
321 x |= (kdebugflag & 0xFF) * SC_DEBUG;
678 if (kdebugflag) { in open_ppp_loopback()
682 flags |= (kdebugflag & 0xFF) * SC_DEBUG; in open_ppp_loopback()
Dpppd.h94 extern int kdebugflag; /* Tell kernel to print debug messages */
Doptions.c110 int kdebugflag = 0; /* Tell kernel to print debug messages */ variable
1145 return int_option(*argv, &kdebugflag);