Searched refs:exitval (Results 26 - 37 of 37) sorted by relevance

12

/illumos-gate/usr/src/cmd/ptools/pstack/
H A Dpstack.c63 uintptr_t exitval; member in struct:threadinfo
330 tip->exitval = (uintptr_t)thrinfo.ti_exitval;
629 (void) printf(", exit value = 0x%.*lx\n", length, (long)tip->exitval);
/illumos-gate/usr/src/lib/libshell/amd64/include/ast/
H A Dshell.h147 int exitval; /* most recent exit value */ member in struct:Shell_s
/illumos-gate/usr/src/lib/libshell/common/bltins/
H A Dhist.c277 return(shp->exitval);
/illumos-gate/usr/src/lib/libshell/i386/include/ast/
H A Dshell.h147 int exitval; /* most recent exit value */ member in struct:Shell_s
/illumos-gate/usr/src/lib/libshell/sparc/include/ast/
H A Dshell.h147 int exitval; /* most recent exit value */ member in struct:Shell_s
/illumos-gate/usr/src/lib/libshell/sparcv9/include/ast/
H A Dshell.h147 int exitval; /* most recent exit value */ member in struct:Shell_s
/illumos-gate/usr/src/cmd/sh/
H A Djobs.c286 exitval = jp->j_xval;
288 exitval |= SIGFLG;
386 if (done && exitval && (flags & errflg))
387 exitsh(exitval);
H A Dmacro.c556 exitval = rc;
/illumos-gate/usr/src/lib/libshell/common/include/
H A Ddefs.h250 #define exitset() (sh.savexit=sh.exitval)
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dmain.c537 shp->exitval = 0;
H A Dinit.c1218 shp->exitval = 2;
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/snowbird/frutree/
H A Dpiclfrutree.c389 void *exitval; local
416 (void) pthread_join(tid, &exitval);
418 (void) pthread_join(monitor_tid, &exitval);
420 (void) pthread_join(init_threadID, &exitval);

Completed in 99 milliseconds

12