Searched refs:exit (Results 1 - 25 of 193) sorted by relevance

12345678

/arch/um/include/shared/
H A Dkern.h19 extern void exit(int);
H A Dinit.h69 #define __exitdata __section(.exit.data)
70 #define __exit_call __used __section(.exitcall.exit)
73 #define __exit __section(.exit.text)
75 #define __exit __used __section(.exit.text)
126 * or exit time.
132 #define __uml_exit_call __used __section(.uml.exitcall.exit)
/arch/powerpc/boot/
H A Dmktree.c51 exit(1);
56 exit(2);
83 exit(3);
88 exit(3);
101 exit(4);
106 exit(4);
111 exit(4);
120 exit(5);
126 exit(5);
133 exit(
[all...]
H A Dhack-coff.c43 exit(1);
47 exit(1);
54 exit(1);
76 exit(1);
79 exit(0);
83 exit(1);
H A Dcuboot-warp.c35 platform_ops.exit = ibm44x_dbcr_reset;
H A Dbamboo.c43 platform_ops.exit = ibm44x_dbcr_reset;
H A Dcuboot-kilauea.c46 platform_ops.exit = ibm40x_dbcr_reset;
H A Dcuboot-rainier.c54 platform_ops.exit = ibm44x_dbcr_reset;
H A Dcuboot-sam440ep.c46 platform_ops.exit = ibm44x_dbcr_reset;
H A Dcuboot-sequoia.c54 platform_ops.exit = ibm44x_dbcr_reset;
H A Dcuboot-yosemite.c41 platform_ops.exit = ibm44x_dbcr_reset;
/arch/arm/include/asm/mach/
H A Dflash.h21 * exit: method called at driver/device removal
32 void (*exit)(void); member in struct:flash_platform_data
/arch/x86/include/asm/
H A Dmutex_64.h24 " jns %l[exit]\n"
27 : exit);
29 exit:
79 " jg %l[exit]\n"
82 : exit);
84 exit:
/arch/um/include/asm/
H A Dcommon.lds.S65 *(.exitcall.exit)
71 *(.uml.exitcall.exit)
82 /* .exit.text is discard at runtime, not link time, to deal with references
84 .exit.text : { *(.exit.text) }
85 .exit.data : { *(.exit.data) }
/arch/xtensa/boot/lib/
H A Dzmem.c7 void exit (void) function
21 exit ();
44 exit();
58 exit();
65 exit();
74 exit();
/arch/score/kernel/
H A Dvmlinux.lds.S75 /* .exit.text is discarded at runtime, not link time, to deal with
78 .exit.text : {
81 .exit.data : {
/arch/alpha/boot/tools/
H A Dobjstrip.c44 exit(1);
90 exit(1);
98 exit(1);
116 exit(1);
131 exit(1);
141 exit(1);
151 exit(1);
156 exit(1);
169 exit(1);
199 exit(
[all...]
H A Dmkbb.c96 exit(0);
103 exit(0);
111 exit(0);
119 exit(0);
127 exit(0);
144 exit(0);
149 exit(0);
/arch/mips/oprofile/
H A Dop_impl.h32 void (*exit)(void); member in struct:op_mips_model
/arch/sh/kernel/
H A Dvmlinux.lds.S72 * .exit.text is discarded at runtime, not link time, to deal with
75 .exit.text : AT(ADDR(.exit.text) - LOAD_OFFSET) { EXIT_TEXT }
76 .exit.data : AT(ADDR(.exit.data) - LOAD_OFFSET) { EXIT_DATA }
/arch/um/kernel/
H A Dconfig.c.in19 exit(0);
/arch/arm/mach-omap2/
H A Dpm.c142 goto exit;
157 goto exit;
164 goto exit;
170 goto exit;
182 goto exit;
190 goto exit;
196 exit:
/arch/powerpc/platforms/85xx/
H A Dp1022_ds.c189 goto exit;
195 goto exit;
201 goto exit;
207 goto exit;
213 goto exit;
219 goto exit;
241 goto exit;
266 goto exit;
272 goto exit;
279 goto exit;
[all...]
/arch/um/os-Linux/
H A Dmain.c31 exit(1);
37 exit(1);
56 exit(1);
68 * handler reset to the default behavior, so that if an exit
78 exit(1);
131 exit(1);
137 exit(1);
/arch/cris/arch-v10/mm/
H A Dfault.c86 goto exit;
89 goto exit;
93 exit:

Completed in 363 milliseconds

12345678