/illumos-gate/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)
|
/illumos-gate/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)
|
/illumos-gate/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)
|
/illumos-gate/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)
|
/illumos-gate/usr/src/cmd/sgs/ld/common/ |
H A D | lintsup.c | 38 exit(int status) function
|
/illumos-gate/usr/src/boot/sys/boot/ofw/libofw/ |
H A D | ofw_reboot.c | 34 exit(int code) function
|
/illumos-gate/usr/src/boot/sys/boot/uboot/lib/ |
H A D | reboot.c | 34 exit(int code) function
|
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/java_api/src/ |
H A D | 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( [all...] |
H A D | TestStateMachine.java | 39 exit(int status) method in class:TestStateMachine 41 exit(status, null); 45 exit(int status, String msg) method in class:TestStateMachine 52 System.exit(status); 72 exit(1, "compile before open"); 77 exit(1, "compile before open"); 83 exit(1, "enable before open"); 88 exit(1, "enable before open"); 94 exit(1, "getOption before open"); 99 exit( [all...] |
/illumos-gate/usr/src/lib/libbc/libc/gen/common/ |
H A D | exit.c | 42 * exit -- do termination processing, then evaporate process 45 exit(code) function
|
/illumos-gate/usr/src/uts/i86pc/ml/ |
H A D | genassym.c | 29 #define exit kern_exit macro 58 #undef exit /* unhide exit, see comment above */ macro 59 extern void exit(int);
|
/illumos-gate/usr/src/lib/libnisdb/yptol/ |
H A D | shim_hooks.h | 83 #define exit shim_exit macro
|
/illumos-gate/usr/src/lib/libast/common/vmalloc/ |
H A D | vmexit.c | 77 void exit(int type) function 79 void exit(type)
|
/illumos-gate/usr/src/uts/sun4/ml/ |
H A D | 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);
|
/illumos-gate/usr/src/cmd/csh/ |
H A D | sh.local.h | 57 #define exit(n) done(n) macro
|
/illumos-gate/usr/src/cmd/sh/ |
H A D | echo.c | 36 #define exit(a) flushb(); return (a) macro 73 exit(0); 77 exit(0); 95 exit(0); 145 exit(0);
|
/illumos-gate/usr/src/boot/sys/boot/efi/libefi/ |
H A D | libefi.c | 75 void exit(EFI_STATUS exit_code) function 115 /* Use exit() from here on... */ 119 exit(status); 199 exit(status);
|
/illumos-gate/usr/src/lib/libumem/common/ |
H A D | linktest_stand.c | 39 void exit(void) {} function
|
/illumos-gate/usr/src/cmd/mdb/common/kmdb/ |
H A D | kmdb_stubs.c | 126 exit(1); 155 exit(int status) function
|
/illumos-gate/usr/src/cmd/sgs/tsort/common/ |
H A D | errmsg.h | 100 int exit; /* exit(2) code to use if error causes exit */ member in struct:Err
|
/illumos-gate/usr/src/boot/sys/boot/i386/btx/btx/ |
H A D | btx.S | 240 exit: cli # Disable interrupts label 257 ljmpw $SEL_RCODE,$exit.1 # Reload CS 259 exit.1: mov $SEL_RDATA,%cl # 16-bit selector 270 ljmp $0x0,$exit.2 # Reload CS 271 exit.2: xor %ax,%ax # Real mode segment 282 exit.3: jz exit.3 # No 386 except.2a: jmp exit # Exit 394 jmp exit # Terminate BTX and reboot 712 jmp exit # Exi [all...] |
/illumos-gate/usr/src/boot/sys/boot/i386/loader/ |
H A D | main.c | 70 void exit(int code); 336 exit(int code) function 395 /* There does not appear to be a ZFS pool here, exit without error */
|
/illumos-gate/usr/src/boot/sys/boot/userboot/userboot/ |
H A D | main.c | 72 exit(int v) function 75 CALLBACK(exit, v); 147 exit(0); 276 COMMAND_SET(quit, "quit", "exit the loader", command_quit); 282 exit(USERBOOT_EXIT_QUIT); 292 exit(USERBOOT_EXIT_REBOOT);
|
/illumos-gate/usr/src/boot/sys/boot/userboot/ |
H A D | userboot.h | 179 * Exit with the given exit code 181 void (*exit)(void *arg, int v); member in struct:loader_callbacks
|
/illumos-gate/usr/src/lib/libc/capabilities/sun4u/common/ |
H A D | memcmp.s | 1101 exit: label
|