Searched defs:exit (Results 1 - 25 of 55) sorted by path

123

/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/
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/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/cmd/csh/
H A Dsh.local.h57 #define exit(n) done(n) macro
/illumos-gate/usr/src/cmd/dtrace/test/cmd/jdtrace/
H A DJDTrace.java493 exit(int status) method in class:JDTrace
500 System.exit(status);
523 "\t-c run specified command and exit upon its completion\n" +
526 "\t-e exit after compiling request but prior to enabling " +
557 exit(2);
661 exit(1);
785 exit(1);
789 exit(1);
799 exit(1);
862 exit(
[all...]
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/java_api/src/
H A DTestBean.java83 exit(int status) method in class:TestBean
87 System.exit(status);
100 exit(1);
121 exit(1);
621 exit(1);
642 exit(1);
661 exit(1);
677 exit(1);
699 exit(1);
710 exit(
[all...]
H A DTestEnable.java38 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 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/ldap/common/
H A Dldapmodify.c139 exit( LDAP_PARAM_ERROR );
226 #define exit(a) \ macro
233 exit(a); \
516 exit( LDAP_NO_MEMORY );
526 exit( LDAP_PARAM_ERROR );
660 exit( LDAP_NO_MEMORY );
683 exit( LDAP_NO_MEMORY );
816 exit( LDAP_NO_MEMORY );
929 exit( LDAP_NO_MEMORY );
936 exit( LDAP_NO_MEMOR
[all...]
/illumos-gate/usr/src/cmd/mdb/common/kmdb/
H A Dkmdb_stubs.c126 exit(1);
155 exit(int status) 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/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/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/sendmail/include/sm/
H A Dconf.h1867 # define exit sendmail_mpe_exit macro
/illumos-gate/usr/src/cmd/sgs/ld/common/
H A Dlintsup.c38 exit(int status) function
/illumos-gate/usr/src/cmd/sgs/tsort/common/
H A Derrmsg.h100 int exit; /* exit(2) code to use if error causes exit */ member in struct:Err
/illumos-gate/usr/src/cmd/sh/
H A Decho.c36 #define exit(a) flushb(); return (a) macro
73 exit(0);
77 exit(0);
95 exit(0);
145 exit(0);
/illumos-gate/usr/src/lib/libast/amd64/include/ast/
H A Derror.h130 void (*exit) __PROTO__((int)); /* error exit */ member in struct:Error_info_s

Completed in 173 milliseconds

123