Home
last modified time | relevance | path

Searched refs:debugopt (Results 1 – 11 of 11) sorted by relevance

/dragonfly/test/debug/
H A Dvmpageinfo.c82 int debugopt; variable
148 ++debugopt; in main()
189 if (debugopt) { in main()
371 if (debugopt || verboseopt) in main()
424 if (debugopt) { in main()
447 if (debugopt) in main()
476 if (debugopt > 1) in checkpage()
H A Dvmpqinactive.c81 int debugopt; variable
158 ++debugopt; in main()
199 if (debugopt && (i & 1023) == 0) { in main()
390 if (debugopt || verboseopt) in main()
454 if (debugopt) { in main()
477 if (debugopt) in main()
506 if (debugopt > 1) in checkpage()
H A Dvmpagequeues.c77 int debugopt; variable
110 ++debugopt; in main()
H A Dslabinfo.c75 int debugopt; variable
99 ++debugopt; in main()
H A Dvmpagehash.c83 int debugopt; variable
117 ++debugopt; in main()
288 if (debugopt > 1) in checkpage()
H A Dzallocinfo.c75 int debugopt; variable
96 ++debugopt; in main()
H A Dkmapinfo.c70 int debugopt; variable
99 ++debugopt; in main()
H A Dpsinfo.c73 int debugopt; variable
107 ++debugopt; in main()
H A Dkshowprocs.c54 int debugopt; variable
/dragonfly/sbin/udevd/
H A Dudevd.c61 int debugopt = 0; variable
378 debugopt = 1; in main()
416 if (debugopt == 0) in main()
/dragonfly/usr.sbin/pfctl/
H A Dpfctl.c105 const char *debugopt; variable
2113 debugopt = pfctl_lookup_option(optarg, debugopt_list); in main()
2114 if (debugopt == NULL) { in main()
2180 clearopt = showopt = debugopt = NULL; in main()
2362 if (debugopt != NULL) { in main()
2363 switch (*debugopt) { in main()