Searched defs:exit (Results 1 - 25 of 30) sorted by relevance

12

/osnet-11/usr/src/lib/libc/amd64/gen/
H A Dcuexit.s28 / C library -- exit
29 / exit(code)
33 ENTRY(exit) function
41 SYSTRAP_RVAL1(exit)
42 SET_SIZE(exit)
/osnet-11/usr/src/lib/libc/i386/gen/
H A Dcuexit.s28 / C library -- exit
29 / exit(code)
33 ENTRY(exit) function
37 SYSTRAP_RVAL1(exit)
38 SET_SIZE(exit)
/osnet-11/usr/src/lib/libc/sparc/gen/
H A Dcuexit.s33 /* C library -- exit */
34 /* void exit (int status); */
40 ENTRY(exit) function
45 SYSTRAP_RVAL1(exit)
47 SET_SIZE(exit)
/osnet-11/usr/src/lib/libc/sparcv9/gen/
H A Dcuexit.s33 /* C library -- exit */
34 /* void exit (int status); */
40 ENTRY(exit) function
45 SYSTRAP_RVAL1(exit)
47 SET_SIZE(exit)
/osnet-11/usr/src/lib/libnisdb/yptol/
H A Dshim_hooks.h83 #define exit shim_exit macro
/osnet-11/usr/src/lib/libast/common/vmalloc/
H A Dvmexit.c77 void exit(int type) function
79 void exit(type)
/osnet-11/usr/src/lib/pyzfs/common/
H A Dutil.py61 exit with exit code 1.
156 def exit(self, msg=None): member in class:ZFSOptionParser
159 sys.exit(0)
/osnet-11/usr/src/lib/libumem/common/
H A Dlinktest_stand.c40 void exit(void) {} function
/osnet-11/usr/src/lib/libast/amd64/include/ast/
H A Derror.h130 void (*exit) __PROTO__((int)); /* error exit */ member in struct:Error_info_s
/osnet-11/usr/src/lib/libast/common/include/
H A Derror.h121 void (*exit)(int); /* error exit */ member in struct:Error_info_s
/osnet-11/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)
/osnet-11/usr/src/lib/libast/i386/include/ast/
H A Derror.h130 void (*exit) __PROTO__((int)); /* error exit */ member in struct:Error_info_s
/osnet-11/usr/src/lib/libast/sparc/include/ast/
H A Derror.h130 void (*exit) __PROTO__((int)); /* error exit */ member in struct:Error_info_s
/osnet-11/usr/src/lib/libast/sparcv9/include/ast/
H A Derror.h130 void (*exit) __PROTO__((int)); /* error exit */ member in struct:Error_info_s
/osnet-11/usr/src/lib/libc/capabilities/sun4u/common/
H A Dmemcmp.s1101 exit: label
H A Dmemcpy.s82 blu,pn %ncc, exit ! loop until done
147 bleu,a,pn %ncc, exit
157 exit: label
/osnet-11/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,
/osnet-11/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) */
/osnet-11/usr/src/lib/libshell/amd64/include/ast/
H A Dshell.h150 int exitval; /* most recent exit value */
246 # define exit(a) sh_exit(a) macro
263 #define SH_EXITSIG 0400 /* signal exit bit */
264 #define SH_EXITMASK (SH_EXITSIG-1) /* normal exit status bits */
/osnet-11/usr/src/lib/libshell/common/include/
H A Dshell.h141 int exitval; /* most recent exit value */
235 # define exit(a) sh_exit(a) macro
252 #define SH_EXITSIG 0400 /* signal exit bit */
253 #define SH_EXITMASK (SH_EXITSIG-1) /* normal exit status bits */
/osnet-11/usr/src/lib/libshell/i386/include/ast/
H A Dshell.h150 int exitval; /* most recent exit value */
246 # define exit(a) sh_exit(a) macro
263 #define SH_EXITSIG 0400 /* signal exit bit */
264 #define SH_EXITMASK (SH_EXITSIG-1) /* normal exit status bits */
/osnet-11/usr/src/lib/libshell/sparc/include/ast/
H A Dshell.h150 int exitval; /* most recent exit value */
246 # define exit(a) sh_exit(a) macro
263 #define SH_EXITSIG 0400 /* signal exit bit */
264 #define SH_EXITMASK (SH_EXITSIG-1) /* normal exit status bits */
/osnet-11/usr/src/lib/libshell/sparcv9/include/ast/
H A Dshell.h150 int exitval; /* most recent exit value */
246 # define exit(a) sh_exit(a) macro
263 #define SH_EXITSIG 0400 /* signal exit bit */
264 #define SH_EXITMASK (SH_EXITSIG-1) /* normal exit status bits */
/osnet-11/usr/src/lib/libdtrace_jni/common/
H A Ddtj_consume.c357 int exit = INT_MAX; /* invalid initial status */ local
377 exit = WEXITSTATUS(prp->pr_wstat);
432 if (exit != INT_MAX) {
433 /* valid exit status */
434 (*jenv)->CallVoidMethod(jenv, process, g_procexit_jm, exit);
619 * 3. It is called for the D exit() action; the bufhandler is not.
804 * Add a Record for the exit() action that references the native
2350 * Return DTJ_OK if the consumer loop is stopped normally by either the exit()
/osnet-11/usr/src/grub/grub2/include/grub/arc/
H A Darc.h165 void (*exit) (void); member in struct:grub_arc_firmware_vector

Completed in 73 milliseconds

12