Searched refs:QUAL_RAW (Results 1 – 2 of 2) sorted by relevance
364 { QUAL_RAW, "raw", qual_syscall, "system call" },365 { QUAL_RAW, "x", qual_syscall, "system call" },825 if ((tcp->qual_flg & QUAL_RAW) && tcp->s_ent->sys_func != sys_exit) in trace_syscall_entering()906 if (tcp->qual_flg & QUAL_RAW) { in trace_syscall_exiting()925 if (tcp->qual_flg & QUAL_RAW) { in trace_syscall_exiting()1270 tcp->qual_flg = UNDEFINED_SCNO | QUAL_RAW | DEFAULT_QUAL_FLAGS; in get_scno()
323 #define QUAL_RAW 0x008 /* print all args in hex for this syscall */ macro