Home | History | Annotate | Download | only in strace

Lines Matching full:what

1704 	int what;
1744 if ((what = poll (&pv, 1, 1)) < 0) {
1749 else if (what == 1 && pv.revents & POLLWANT) {
1811 /* Find out what happened if it failed. */
1862 what = tcp->status.PR_WHAT;
1886 if (!cflag && (qual_flags[what] & QUAL_SIGNAL)) {
1889 signame(what), strsignal(what));
1892 if (tcp->status.PR_INFO.si_signo == what) {
1902 if (!cflag && (qual_flags[what] & QUAL_FAULT)) {
1904 tprintf("=== FAULT %d ===", what);