Searched defs:exit (Results 26 - 50 of 55) sorted by relevance

123

/illumos-gate/usr/src/cmd/dtrace/test/cmd/jdtrace/
H A DJDTrace.java493 exit(int status) method in class:JDTrace
500 System.exit(status);
523 "\t-c run specified command and exit upon its completion\n" +
526 "\t-e exit after compiling request but prior to enabling " +
557 exit(2);
661 exit(1);
785 exit(1);
789 exit(1);
799 exit(1);
862 exit(
[all...]
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/java_api/src/
H A DTestBean.java83 exit(int status) method in class:TestBean
87 System.exit(status);
100 exit(1);
121 exit(1);
621 exit(1);
642 exit(1);
661 exit(1);
677 exit(1);
699 exit(1);
710 exit(
[all...]
/illumos-gate/usr/src/test/os-tests/tests/poll/
H A Dpoll_test.c139 (void) exit(-1);
379 exit(-1);
418 exit(-1);
431 exit(-1);
438 exit(-1);
469 int exit; local
478 exit = terminated;
481 if (exit) {
517 exit(-1);
525 exit(
[all...]
/illumos-gate/usr/src/lib/libast/amd64/include/ast/
H A Derror.h130 void (*exit) __PROTO__((int)); /* error exit */ member in struct:Error_info_s
/illumos-gate/usr/src/lib/libast/common/include/
H A Derror.h121 void (*exit)(int); /* error exit */ member in struct:Error_info_s
/illumos-gate/usr/src/lib/libast/common/sfio/
H A Dvthread.h150 Void_t* exit; /* exit value */ member in struct:_vthread_s
166 #define vtstatus(vt) ((vt)->exit)
/illumos-gate/usr/src/lib/libast/i386/include/ast/
H A Derror.h130 void (*exit) __PROTO__((int)); /* error exit */ member in struct:Error_info_s
/illumos-gate/usr/src/lib/libast/sparc/include/ast/
H A Derror.h130 void (*exit) __PROTO__((int)); /* error exit */ member in struct:Error_info_s
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Derror.h130 void (*exit) __PROTO__((int)); /* error exit */ member in struct:Error_info_s
/illumos-gate/usr/src/cmd/ptools/ptime/
H A Dptime.c88 int opt, exit; local
133 exit = 0;
143 exit = ptime_pid(pp);
145 exit |= ptime_pid(pp);
147 return (exit);
/illumos-gate/usr/src/lib/libfsmgt/common/
H A Dfs_mounts.c759 boolean_t exit = B_FALSE; local
796 exit = B_FALSE;
797 while (tmp != NULL && exit == B_FALSE) {
816 exit = B_TRUE;
821 } /* while (tmp != NULL && exit == B_FALSE) */
/illumos-gate/usr/src/lib/libpctx/common/
H A Dlibpctx.c59 pctx_sysc_exitfn_t *exit; member in struct:__pctx
146 gettext("can't stop-on-exit() program '%s'\n"), filename);
219 gettext("can't stop-on-exit() pid %d\n"), (int)pid);
229 * to cause it to die if we exit prematurely.
272 pctx->exit = (pctx_sysc_exitfn_t *)
307 if (pctx->exit == NULL)
308 pctx->exit = (pctx_sysc_exitfn_t *)default_void;
693 pctx->exit(pctx, pid, lwpid,
/illumos-gate/usr/src/lib/libc/capabilities/sun4u/common/
H A Dmemcpy.s82 blu,pn %ncc, exit ! loop until done
147 bleu,a,pn %ncc, exit
157 exit: label
/illumos-gate/usr/src/boot/sys/boot/i386/gptzfsboot/
H A Dzfsboot.c111 void exit(int);
385 exit(int x) function
/illumos-gate/usr/src/uts/common/os/
H A Dexit.c132 * exit system call: pass back caller's arg.
137 exit(CLD_EXITED, rval);
266 * If we fail, we issue messages and the caller will proceed with exit.
292 exit(int why, int what) function
370 DTRACE_PROC1(exit, int, why);
373 * Will perform any brand specific proc exit processing, since this
383 * Don't let init exit unless zone_start_init() failed its exec, or
404 * the zone's init state and proceed with exit
507 * We are about to exit; prevent our resource associations from
564 if (p->p_semacct) /* IPC semaphore exit */
[all...]
H A Dcpu_event.c147 cpu_idle_exit_cbfn_t exit; member in struct:cpu_idle_cb_item
426 cpu_idle_cb_array[i].exit = cip->callback->idle_exit;
484 * left because cpu_idle_enter/exit will stop updating property if
759 if (cip->exit != NULL) {
760 cip->exit(cip->arg, ctx, flag);
786 if (cip->exit != NULL) {
787 cip->exit(cip->arg, ctx, flag);
800 if (cip->exit != NULL) {
801 cip->exit(cip->arg, ctx, flag);
/illumos-gate/usr/src/lib/libshell/amd64/include/ast/
H A Dshell.h147 int exitval; /* most recent exit value */
243 # define exit(a) sh_exit(a) macro
260 #define SH_EXITSIG 0400 /* signal exit bit */
261 #define SH_EXITMASK (SH_EXITSIG-1) /* normal exit status bits */
/illumos-gate/usr/src/lib/libshell/common/include/
H A Dshell.h138 int exitval; /* most recent exit value */
232 # define exit(a) sh_exit(a) macro
249 #define SH_EXITSIG 0400 /* signal exit bit */
250 #define SH_EXITMASK (SH_EXITSIG-1) /* normal exit status bits */
/illumos-gate/usr/src/lib/libshell/i386/include/ast/
H A Dshell.h147 int exitval; /* most recent exit value */
243 # define exit(a) sh_exit(a) macro
260 #define SH_EXITSIG 0400 /* signal exit bit */
261 #define SH_EXITMASK (SH_EXITSIG-1) /* normal exit status bits */
/illumos-gate/usr/src/lib/libshell/sparc/include/ast/
H A Dshell.h147 int exitval; /* most recent exit value */
243 # define exit(a) sh_exit(a) macro
260 #define SH_EXITSIG 0400 /* signal exit bit */
261 #define SH_EXITMASK (SH_EXITSIG-1) /* normal exit status bits */
/illumos-gate/usr/src/lib/libshell/sparcv9/include/ast/
H A Dshell.h147 int exitval; /* most recent exit value */
243 # define exit(a) sh_exit(a) macro
260 #define SH_EXITSIG 0400 /* signal exit bit */
261 #define SH_EXITMASK (SH_EXITSIG-1) /* normal exit status bits */
/illumos-gate/usr/src/boot/sys/boot/sparc64/boot1/
H A Dboot1.c50 static void exit(int) __dead2;
135 exit(main(ac, av));
278 args[0] = (ofwcell_t)"exit";
366 exit(1);
370 exit(int code) function
542 exit(1);
/illumos-gate/usr/src/lib/libdtrace_jni/common/
H A Ddtj_consume.c355 int exit = INT_MAX; /* invalid initial status */ local
375 exit = WEXITSTATUS(prp->pr_wstat);
430 if (exit != INT_MAX) {
431 /* valid exit status */
432 (*jenv)->CallVoidMethod(jenv, process, g_procexit_jm, exit);
617 * 3. It is called for the D exit() action; the bufhandler is not.
803 * Add a Record for the exit() action that references the native
2369 * Return DTJ_OK if the consumer loop is stopped normally by either the exit()
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dgetutx.c493 term[STRSZ], exit[STRSZ], time[STRSZ], time_usec[STRSZ], local
515 (void) sprintf(exit, "%d", entryx->ut_exit.e_exit);
537 argvec[7] = exit;
/illumos-gate/usr/src/cmd/ldap/common/
H A Dldapmodify.c139 exit( LDAP_PARAM_ERROR );
226 #define exit(a) \ macro
233 exit(a); \
516 exit( LDAP_NO_MEMORY );
526 exit( LDAP_PARAM_ERROR );
660 exit( LDAP_NO_MEMORY );
683 exit( LDAP_NO_MEMORY );
816 exit( LDAP_NO_MEMORY );
929 exit( LDAP_NO_MEMORY );
936 exit( LDAP_NO_MEMOR
[all...]

Completed in 191 milliseconds

123