Home
last modified time | relevance | path

Searched refs:EXIT_STATUS (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/allocate/
H A Ddisk_clean.sh315 EXIT_STATUS=$CLEAN_MOUNT
324 EXIT_STATUS=$CLEAN_MOUNT
437 EXIT_STATUS=0
562 exit $EXIT_STATUS
/illumos-gate/usr/src/contrib/ast/src/lib/libast/comp/
H A Dspawnveg.c69 if (waitpid(pid, &err, WNOHANG|WNOWAIT) == pid && EXIT_STATUS(err) == 127)
/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Dast.h85 #define EXIT_STATUS(x) (((x)&((1<<(EXIT_BITS-2))-1))?(x):EXIT_CODE((x)>>EXIT_BITS)) macro
/illumos-gate/usr/src/contrib/ast/src/lib/libast/
H A DRELEASE1630 ast.h: add EXIT_STATUS(x) to convert wait() status to sh exit status