Lines Matching refs:what
876 int what; in worker_thread() local
1008 what = Lsp->pr_what; in worker_thread()
1016 if (Sflag && !first && prismember(&sighang, what)) in worker_thread()
1020 if (what == FLTBPT) { in worker_thread()
1031 Mflag && !first && prismember(&flthang, what)) in worker_thread()
1039 if (what <= 0 || what > PRMAXSYS) in worker_thread()
1040 what = PRMAXSYS; in worker_thread()
1089 switch (what) { in worker_thread()
1094 prismember(&trace, what)) { in worker_thread()
1096 ow_syscall = what; in worker_thread()
1103 prismember(&trace, what)) { in worker_thread()
1115 prismember(&trace, what)) { in worker_thread()
1126 if (what == SYS_exit) in worker_thread()
1133 prismember(&trace, what)) { in worker_thread()
1150 prismember(&trace, what)) { in worker_thread()
1156 (prismember(&syshang, what) || in worker_thread()
1162 if (what == SYS_openat || what == SYS_openat64 || in worker_thread()
1163 what == SYS_open || what == SYS_open64) { in worker_thread()
1170 ((what == SYS_openat || in worker_thread()
1171 what == SYS_openat64) && in worker_thread()
1174 ((what == SYS_open || in worker_thread()
1175 what == SYS_open64) && in worker_thread()
1189 prismember(&trace, what)) { in worker_thread()
1214 if (what == SYS_execve && pri->Errno == 0) { in worker_thread()
1227 if (what == SYS_lwp_create && pri->Rval1 != 0) { in worker_thread()
1247 prismember(&syshang, what)) in worker_thread()
1249 if (what == SYS_execve && pri->Errno == 0) { in worker_thread()
1282 Lsp->pr_why, what); in worker_thread()