Searched refs:KTROP (Results 1 – 4 of 4) sorted by relevance
102 if (KTROP(SCARG(uap, ops)) != KTROP_CLEAR) { in sys_ktrace()142 if (KTROP(SCARG(uap, ops)) != KTROP_CLEAR) in sys_ktrace()
1006 switch (KTROP(ops)) { in ktrace_common()1138 if (KTROP(ops) == KTROP_SET || KTROP(ops) == KTROP_CLEARFILE) in ktrace_common()1198 if (KTROP(ops) == KTROP_SET) { in ktrops()
327 if (KTROP(ops) == KTROP_SET && in do_ktrace()
50 #define KTROP(o) ((o)&KTROP_MASK) /* macro to extract operation */ macro