Searched defs:exit (Results 1 - 25 of 55) sorted by last modified time

123

/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/boot/sys/boot/efi/libefi/
H A Dlibefi.c75 void exit(EFI_STATUS exit_code) function
115 /* Use exit() from here on... */
119 exit(status);
199 exit(status);
/illumos-gate/usr/src/boot/sys/boot/i386/btx/btx/
H A Dbtx.S240 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/gptzfsboot/
H A Dzfsboot.c111 void exit(int);
385 exit(int x) function
/illumos-gate/usr/src/boot/sys/boot/i386/loader/
H A Dmain.c70 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/ofw/libofw/
H A Dofw_reboot.c34 exit(int code) function
/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/boot/sys/boot/sparc64/loader/
H A Dmain.c933 exit(int code) function
/illumos-gate/usr/src/boot/sys/boot/uboot/lib/
H A Dreboot.c34 exit(int code) function
/illumos-gate/usr/src/boot/sys/boot/userboot/userboot/
H A Dmain.c72 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 Duserboot.h179 * Exit with the given exit code
181 void (*exit)(void *arg, int v); member in struct:loader_callbacks
/illumos-gate/usr/src/uts/i86pc/ml/
H A Dgenassym.c29 #define exit kern_exit macro
58 #undef exit /* unhide exit, see comment above */ macro
59 extern void exit(int);
/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/cmd/dtrace/test/tst/common/java_api/src/
H A DTestStateMachine.java39 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/cmd/mdb/common/modules/genunix/
H A Dgcore.c31 * The kernel has its own definition of exit which has a different signature
35 #define exit kern_exit macro
64 #undef exit macro
958 * Make an lwp calling exit() be the
/illumos-gate/usr/src/lib/libumem/common/
H A Dlinktest_stand.c39 void exit(void) {} function
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_gcore.h19 * The kernel has its own definition of exit which has a different signature
23 #define exit kern_exit macro
30 #undef exit macro
/illumos-gate/usr/src/uts/sun4/ml/
H A Dgenconst.c42 * 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/uts/common/sys/ib/clients/rdsv3/
H A Drdsv3.h385 void (*exit)(void); member in struct:rdsv3_transport
/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/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 */

Completed in 167 milliseconds

123