Home
last modified time | relevance | path

Searched refs:WCONTFLG (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dwait.h73 #define WCONTFLG 0177777 macro
81 #define WIFCONTINUED(stat) (WWORD(stat) == WCONTFLG)
/illumos-gate/usr/src/ucbhead/sys/
H A Dwait.h127 #define WCONTFLG 0177777 macro
138 #define WIFCONTINUED(stat) (WWORD(stat) == WCONTFLG)
/illumos-gate/usr/src/cmd/csh/
H A Dwait.h80 #define WCONTFLG 0177777 /* value of w.w_status due to SIGCONT, sysV */ macro
H A Dwait3.c128 stat = WCONTFLG; in wstat()
H A Dsh.proc.c74 if (w.w_status == WCONTFLG) in pchild()
/illumos-gate/usr/src/ucblib/libucb/port/sys/
H A Dwait4.c160 stat = WCONTFLG; in wstat()
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dwaitpid.c69 stat = WCONTFLG; in wstat()
/illumos-gate/usr/src/lib/brand/solaris10/s10_brand/common/
H A Ds10_signal.c583 stat = WCONTFLG; in wstat()
/illumos-gate/usr/src/uts/common/os/
H A Dexit.c103 stat = WCONTFLG; in wstat()
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dgcore.c1419 stat = WCONTFLG; in gcore_wstat()