Searched refs:exit_no (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libpkg/common/
H A Dpkgexecv.c137 int exit_no; local
311 exit_no = 3; /* interrupted */
313 exit_no = WEXITSTATUS(status);
315 exit_no = -1; /* exec() or other process error */
318 return (exit_no);
/illumos-gate/usr/src/lib/libinstzones/common/
H A Dzones_exec.c682 int exit_no; local
1004 exit_no = -5; /* -5 : error from 'waitpid' other than EINTR */
1006 exit_no = -7; /* -7 : interrupt received */
1008 exit_no = 0;
1057 return (exit_no);
/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dmntinfo.c321 int exit_no; local
421 exit_no = execve(arg[0], arg, environ);
422 _exit(exit_no);
441 int exit_no; local
549 exit_no = execve(arg[0], arg, environ);
550 _exit(exit_no);

Completed in 63 milliseconds