OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:kdebugflag
(Results
1 - 4
of
4
) sorted by null
/external/ppp/pppd/
sys-solaris.c
604
if (
kdebugflag
& 1) {
630
if (
kdebugflag
& 1) {
641
if (
kdebugflag
& 1) {
949
if (
kdebugflag
& 4) {
964
if (
kdebugflag
& 2) {
[
all
...]
options.c
90
int
kdebugflag
= 0; /* Tell kernel to print debug messages */
variable
191
{ "kdebug", o_int, &
kdebugflag
,
[
all
...]
sys-linux.c
439
(
kdebugflag
* SC_DEBUG) & SC_LOGB);
531
set_kdebugflag (
kdebugflag
);
[
all
...]
pppd.h
275
extern int
kdebugflag
; /* Tell kernel to print debug messages */
[
all
...]
Completed in 187 milliseconds