Home
last modified time | relevance | path

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

/NextBSD/sys/sys/
HDktrace.h43 #define KTROP_CLEARFILE 2 /* stop all tracing to file */ macro
/NextBSD/usr.bin/ktrace/
HDktrace.c140 ops |= pid ? KTROP_CLEAR : KTROP_CLEARFILE; in main()
/NextBSD/sys/kern/
HDkern_ktrace.c873 if (ops != KTROP_CLEARFILE && facs == 0)
900 if (ops == KTROP_CLEARFILE) {