Home
last modified time | relevance | path

Searched refs:WSTOPSIG (Results 1 – 15 of 15) sorted by relevance

/titanic_44/usr/src/lib/libast/common/include/
H A Dwait.h63 #undef WSTOPSIG
87 #ifndef WSTOPSIG
88 #define WSTOPSIG(x) WEXITSTATUS(x) macro
/titanic_44/usr/src/lib/libast/amd64/include/ast/
H A Dwait.h72 #undef WSTOPSIG
96 #ifndef WSTOPSIG
97 #define WSTOPSIG(x) WEXITSTATUS(x) macro
/titanic_44/usr/src/lib/libast/sparcv9/include/ast/
H A Dwait.h72 #undef WSTOPSIG
96 #ifndef WSTOPSIG
97 #define WSTOPSIG(x) WEXITSTATUS(x) macro
/titanic_44/usr/src/lib/libast/i386/include/ast/
H A Dwait.h72 #undef WSTOPSIG
96 #ifndef WSTOPSIG
97 #define WSTOPSIG(x) WEXITSTATUS(x) macro
/titanic_44/usr/src/lib/libast/sparc/include/ast/
H A Dwait.h72 #undef WSTOPSIG
96 #ifndef WSTOPSIG
97 #define WSTOPSIG(x) WEXITSTATUS(x) macro
/titanic_44/usr/src/lib/libast/common/features/
H A Dwait8 int stopsig = WSTOPSIG(0);
/titanic_44/usr/src/uts/common/sys/
H A Dwait.h93 #define WSTOPSIG(stat) ((int)(((stat)>>8)&0xFF)) macro
/titanic_44/usr/src/lib/libbc/inc/include/sys/
H A Dwait.h89 #define WSTOPSIG(x) (((union __wait*)&(x))->__w_stopsig) macro
/titanic_44/usr/src/ucbhead/sys/
H A Dwait.h144 #define WSTOPSIG(stat) WHIBYTE(stat) macro
/titanic_44/usr/src/cmd/su/
H A Dsu.c958 sg_handler = signal(WSTOPSIG(status), SIG_DFL); in audit_logout()
959 (void) sigsend(P_PGID, getpgrp(), WSTOPSIG(status)); in audit_logout()
966 (void) signal(WSTOPSIG(status), sg_handler); in audit_logout()
/titanic_44/usr/src/cmd/cmd-inet/lib/nwamd/
H A Dutil.c234 i = WIFSIGNALED(status) ? WTERMSIG(status) : WSTOPSIG(status); in nwamd_start_childv()
/titanic_44/usr/src/cmd/sh/
H A Djobs.c239 jp->j_xval = WSTOPSIG(stat); in statjob()
/titanic_44/usr/src/cmd/sendmail/include/sm/
H A Dconf.h2327 # undef WSTOPSIG
/titanic_44/usr/src/lib/libshell/common/sh/
H A Djobs.c335 pw->p_exit = WSTOPSIG(wstat); in job_reap()
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dmain.c2186 i = WIFSIGNALED(status) ? WTERMSIG(status) : WSTOPSIG(status);