/osnet-11/usr/src/lib/libc/amd64/gen/ |
H A D | cuexit.s | 28 / 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 D | cuexit.s | 28 / 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 D | cuexit.s | 33 /* 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 D | cuexit.s | 33 /* 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 D | shim_hooks.h | 83 #define exit shim_exit macro
|
/osnet-11/usr/src/lib/libast/common/vmalloc/ |
H A D | vmexit.c | 77 void exit(int type) function 79 void exit(type)
|
/osnet-11/usr/src/lib/pyzfs/common/ |
H A D | util.py | 61 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 D | linktest_stand.c | 40 void exit(void) {} function
|
/osnet-11/usr/src/lib/libast/amd64/include/ast/ |
H A D | error.h | 130 void (*exit) __PROTO__((int)); /* error exit */ member in struct:Error_info_s
|
/osnet-11/usr/src/lib/libast/common/include/ |
H A D | error.h | 121 void (*exit)(int); /* error exit */ member in struct:Error_info_s
|
/osnet-11/usr/src/lib/libast/common/sfio/ |
H A D | vthread.h | 150 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 D | error.h | 130 void (*exit) __PROTO__((int)); /* error exit */ member in struct:Error_info_s
|
/osnet-11/usr/src/lib/libast/sparc/include/ast/ |
H A D | error.h | 130 void (*exit) __PROTO__((int)); /* error exit */ member in struct:Error_info_s
|
/osnet-11/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | error.h | 130 void (*exit) __PROTO__((int)); /* error exit */ member in struct:Error_info_s
|
/osnet-11/usr/src/lib/libc/capabilities/sun4u/common/ |
H A D | memcmp.s | 1101 exit: label
|
H A D | memcpy.s | 82 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 D | libpctx.c | 59 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 D | fs_mounts.c | 759 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 D | shell.h | 150 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 D | shell.h | 141 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 D | shell.h | 150 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 D | shell.h | 150 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 D | shell.h | 150 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 D | dtj_consume.c | 357 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 D | arc.h | 165 void (*exit) (void); member in struct:grub_arc_firmware_vector
|