Home
last modified time | relevance | path

Searched refs:EXIT_CODE (Results 1 – 14 of 14) sorted by relevance

/illumos-gate/usr/src/lib/brand/solaris10/zone/
H A Dcommon.ksh265 mkdir -m 1777 -p $ZONEROOT/tmp || exit $EXIT_CODE
268 mkdir -m 1755 -p $ZONEROOT/var/run || exit $EXIT_CODE
271 mkdir -m 1777 -p $ZONEROOT/var/tmp || exit $EXIT_CODE
274 /usr/bin/touch $ZONEROOT/etc/mnttab || exit $EXIT_CODE
275 /usr/bin/chmod 444 $ZONEROOT/etc/mnttab || exit $EXIT_CODE
278 mkdir -m 755 -p $ZONEROOT/proc || exit $EXIT_CODE
281 mkdir -m 755 -p $ZONEROOT/dev || exit $EXIT_CODE
285 mkdir -m 755 -p $ZONEROOT/etc/svc/volatile || exit $EXIT_CODE
H A Dattach.ksh60 if [[ $EXIT_CODE != $ZONE_SUBPROC_OK && $rm_ds == 1 ]]; then
64 exit $EXIT_CODE
67 EXIT_CODE=$ZONE_SUBPROC_USAGE
141 EXIT_CODE=$ZONE_SUBPROC_NOTCOMPLETE
145 EXIT_CODE=$ZONE_SUBPROC_NOTCOMPLETE
226 EXIT_CODE=$ZONE_SUBPROC_OK
H A Dimage_install.ksh83 if (( $EXIT_CODE != $ZONE_SUBPROC_OK )); then
87 exit $EXIT_CODE
101 EXIT_CODE=$ZONE_SUBPROC_USAGE
206 EXIT_CODE=$ZONE_SUBPROC_NOTCOMPLETE
261 EXIT_CODE=$ZONE_SUBPROC_OK
H A Ddetach.ksh31 EXIT_CODE=$ZONE_SUBPROC_USAGE
H A Dp2v.ksh33 EXIT_CODE=1
38 exit $EXIT_CODE
58 exit $EXIT_CODE
H A Ds10_boot.ksh62 EXIT_CODE=1
/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Dast.h77 #define EXIT_CODE(x) ((x)&((1<<EXIT_BITS)-1)) macro
78 #define EXIT_CORE(x) (EXIT_CODE(x)|(1<<EXIT_BITS)|(1<<(EXIT_BITS-1)))
79 #define EXIT_TERM(x) (EXIT_CODE(x)|(1<<EXIT_BITS))
85 #define EXIT_STATUS(x) (((x)&((1<<(EXIT_BITS-2))-1))?(x):EXIT_CODE((x)>>EXIT_BITS))
/illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/
H A Dprocclose.c91 EXIT_CODE(WEXITSTATUS(status)); in procclose()
/illumos-gate/usr/src/lib/brand/shared/zone/
H A Dcommon.ksh42 exit $EXIT_CODE
/illumos-gate/usr/src/cmd/lp/model/
H A Dtsol_standard1063 EXIT_CODE=${TMPPREFIX}e
1073 echo $? >${EXIT_CODE}
1085 echo 77 > ${EXIT_CODE}
1090 exit_code=`cat ${EXIT_CODE}`
H A Dtsol_standard_foomatic1092 EXIT_CODE=${TMPPREFIX}e
1102 echo $? >${EXIT_CODE}
1114 echo 77 > ${EXIT_CODE}
1119 exit_code=`cat ${EXIT_CODE}`
H A Dstandard995 EXIT_CODE=${TMPPREFIX}e
1005 echo $? >${EXIT_CODE}
1009 exit_code=`cat ${EXIT_CODE}`
/illumos-gate/usr/src/contrib/ast/src/lib/libast/sfio/
H A Dsfmode.c289 EXIT_CODE(WEXITSTATUS(status));
/illumos-gate/usr/src/cmd/cpio/
H A Dcpio.c700 #define EXIT_CODE (Error_cnt > 255 ? 255 : Error_cnt) macro
845 return (EXIT_CODE); in main()
1081 exit(EXIT_CODE); in chgreel()
1101 exit(EXIT_CODE); in chgreel()
1161 exit(EXIT_CODE); in ckname()
5498 exit(EXIT_CODE); in msg()
6826 exit(EXIT_CODE); in sigint()
6901 exit(EXIT_CODE); in usage()