| /onnv/onnv-gate/usr/src/cmd/sgs/ld/common/ |
| lintsup.c | 40 exit(int status) function
|
| /onnv/onnv-gate/usr/src/lib/libc/amd64/gen/ |
| cuexit.s | 28 / C library -- exit 29 / exit(code) 33 ENTRY(exit) function 41 SYSTRAP_RVAL1(exit) 42 SET_SIZE(exit)
|
| /onnv/onnv-gate/usr/src/lib/libc/i386/gen/ |
| cuexit.s | 28 / C library -- exit 29 / exit(code) 33 ENTRY(exit) function 37 SYSTRAP_RVAL1(exit) 38 SET_SIZE(exit)
|
| /onnv/onnv-gate/usr/src/lib/libc/sparc/gen/ |
| cuexit.s | 33 /* C library -- exit */ 34 /* void exit (int status); */ 40 ENTRY(exit) function 45 SYSTRAP_RVAL1(exit) 47 SET_SIZE(exit)
|
| /onnv/onnv-gate/usr/src/lib/libc/sparcv9/gen/ |
| cuexit.s | 33 /* C library -- exit */ 34 /* void exit (int status); */ 40 ENTRY(exit) function 45 SYSTRAP_RVAL1(exit) 47 SET_SIZE(exit)
|
| /onnv/onnv-gate/usr/src/uts/i86pc/ml/ |
| genassym.c | 30 #define exit kern_exit macro 59 #undef exit /* unhide exit, see comment above */ macro 60 extern void exit(int);
|
| /onnv/onnv-gate/usr/src/lib/libbc/libc/gen/common/ |
| exit.c | 42 * exit -- do termination processing, then evaporate process 45 exit(code) function
|
| /onnv/onnv-gate/usr/src/uts/sun4/ml/ |
| genconst.c | 42 * for "exit" isn't appropriate for programs linked against libc so exit 43 * is mapped to kern_exit by the preprocessor and an appropriate exit 46 #define exit kern_exit macro 69 #undef exit /* unhide exit, see comment above */ macro 70 extern void exit(int); 160 exit(0); 174 exit(1);
|
| /onnv/onnv-gate/usr/src/lib/libnisdb/yptol/ |
| shim_hooks.h | 83 #define exit shim_exit macro
|
| /onnv/onnv-gate/usr/src/lib/libast/common/vmalloc/ |
| vmexit.c | 58 static Exit_t* Exit; 71 e->next = Exit; 72 Exit = e; 77 void exit(int type) function 79 void exit(type) 85 for(e = Exit; e; e = e->next)
|
| /onnv/onnv-gate/usr/src/cmd/csh/ |
| sh.local.h | 57 #define exit(n) done(n) macro
|
| /onnv/onnv-gate/usr/src/cmd/fmli/sys/ |
| exit.c | 50 exit(n) function
|
| /onnv/onnv-gate/usr/src/cmd/sh/ |
| echo.c | 39 #define exit(a) flushb(); return (a) macro 87 exit(0); 91 exit(0); 120 exit(0); 174 exit(0);
|
| /onnv/onnv-gate/usr/src/cmd/mdb/common/kmdb/ |
| kmdb_stubs.c | 129 exit(1); 158 exit(int status) function
|
| /onnv/onnv-gate/usr/src/cmd/ssh/include/ |
| loginrec.h | 93 int exit; /* process exit status */ member in struct:logininfo
|
| /onnv/onnv-gate/usr/src/cmd/dtrace/test/tst/common/java_api/src/ |
| TestEnable.java | 38 exit(int status) method in class:TestEnable 42 System.exit(status); 61 exit(1); 66 exit(1); 72 exit(1); 77 exit(1); 83 exit(1); 88 exit(1); 96 exit(1); 101 exit(1) [all...] |
| TestStateMachine.java | 41 exit(int status) method in class:TestStateMachine 43 exit(status, null); method 47 exit(int status, String msg) method in class:TestStateMachine 54 System.exit(status); 74 exit(1, "compile before open"); 79 exit(1, "compile before open"); 85 exit(1, "enable before open"); 90 exit(1, "enable before open"); 96 exit(1, "getOption before open"); 101 exit(1, "getOption before open") [all...] |
| /onnv/onnv-gate/usr/src/cmd/krb5/kadmin/gui/ |
| KdcGuiOps.java | 117 ops[4].name = "Exit"; 171 ops[10].name = "Exit"; 174 ops[10].filter.target = gui.Exit; 262 group.exit();
|
| /onnv/onnv-gate/usr/src/cmd/sgs/tsort/common/ |
| errmsg.h | 100 int exit; /* exit(2) code to use if error causes exit */ member in struct:Err
|
| /onnv/onnv-gate/usr/src/lib/libumem/common/ |
| linktest_stand.c | 40 void exit(void) {} function
|
| /onnv/onnv-gate/usr/src/lib/libc_psr/sun4u/common/ |
| memcmp.s | 1102 exit: label
|
| /onnv/onnv-gate/usr/src/lib/libfsmgt/common/ |
| 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) */
|
| /onnv/onnv-gate/usr/src/uts/common/os/ |
| exit.c | 132 * 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 398 * the zone's init state and proceed with exit 489 * We are about to exit; prevent our resource associations from 554 if (p->p_semacct) /* IPC semaphore exit */ [all...] |
| /onnv/onnv-gate/usr/src/lib/libast/amd64/include/ast/ |
| error.h | 130 void (*exit) __PROTO__((int)); /* error exit */ member in struct:Error_info_s
|
| /onnv/onnv-gate/usr/src/lib/libast/common/include/ |
| error.h | 121 void (*exit)(int); /* error exit */ member in struct:Error_info_s
|