/linux-4.1.27/arch/um/include/asm/ |
H A D | common.lds.S | 65 *(.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) }
|
/linux-4.1.27/arch/xtensa/boot/lib/ |
H A D | zmem.c | 7 void exit (void) exit() function 21 exit (); zalloc() 44 exit(); gunzip() 58 exit(); gunzip() 65 exit(); gunzip() 74 exit(); gunzip()
|
/linux-4.1.27/include/linux/platform_data/ |
H A D | usb-ehci-mxc.h | 6 int (*exit)(struct platform_device *pdev); member in struct:mxc_usbh_platform_data
|
H A D | keypad-nomadik-ske.h | 32 * @exit: pointer to keypad deinitialisation function 42 int (*exit)(void); member in struct:ske_keypad_platform_data
|
H A D | usb-ohci-pxa27x.h | 8 void (*exit)(struct device *); member in struct:pxaohci_platform_data
|
H A D | mmc-pxamci.h | 16 void (*exit)(struct device *, void *); member in struct:pxamci_platform_data
|
H A D | usb-pxa3xx-ulpi.h | 24 void (*exit)(struct device *); member in struct:pxa3xx_u2d_platform_data
|
H A D | mmc-mxcmmc.h | 25 void (*exit)(struct device *dev, void *data); member in struct:imxmmc_platform_data
|
H A D | video-imxfb.h | 69 void (*exit)(struct platform_device *); member in struct:imx_fb_platform_data
|
/linux-4.1.27/arch/sh/kernel/ |
H A D | vmlinux.lds.S | 72 * .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 }
|
/linux-4.1.27/tools/testing/selftests/ |
H A D | kselftest.h | 43 exit(0); ksft_exit_pass() 47 exit(1); ksft_exit_fail() 51 exit(2); ksft_exit_xfail() 55 exit(3); ksft_exit_xpass() 59 exit(4); ksft_exit_skip()
|
H A D | kselftest_install.sh | 17 exit 1; 23 exit 1;
|
H A D | gen_kselftest_tar.sh | 38 exit 1
|
/linux-4.1.27/arch/powerpc/boot/ |
H A D | mktree.c | 51 exit(1); main() 56 exit(2); main() 83 exit(3); main() 88 exit(3); main() 101 exit(4); main() 106 exit(4); main() 111 exit(4); main() 120 exit(5); main() 126 exit(5); main() 133 exit(5); main() 142 exit(1); main() 146 exit(1); main() 149 exit(0); main()
|
H A D | hack-coff.c | 43 exit(1); main() 47 exit(1); main() 54 exit(1); main() 76 exit(1); main() 79 exit(0); main() 83 exit(1); main()
|
H A D | addnote.c | 127 exit(1); main() 132 exit(1); main() 141 exit(1); main() 167 exit(0); main() 230 exit(1); main() 234 exit(1); main() 237 exit(0); main() 241 exit(1); main() 246 exit(1); main()
|
H A D | cuboot-warp.c | 35 platform_ops.exit = ibm44x_dbcr_reset; platform_init()
|
H A D | bamboo.c | 43 platform_ops.exit = ibm44x_dbcr_reset; bamboo_init()
|
H A D | cuboot-kilauea.c | 46 platform_ops.exit = ibm40x_dbcr_reset; platform_init()
|
H A D | cuboot-rainier.c | 54 platform_ops.exit = ibm44x_dbcr_reset; platform_init()
|
H A D | cuboot-sam440ep.c | 46 platform_ops.exit = ibm44x_dbcr_reset; platform_init()
|
H A D | cuboot-sequoia.c | 54 platform_ops.exit = ibm44x_dbcr_reset; platform_init()
|
H A D | cuboot-yosemite.c | 41 platform_ops.exit = ibm44x_dbcr_reset; platform_init()
|
/linux-4.1.27/scripts/kconfig/lxdialog/ |
H A D | check-lxdialog.sh | 7 pkg-config --libs ncursesw 2>/dev/null && exit 8 pkg-config --libs ncurses 2>/dev/null && exit 14 exit 18 exit 1 59 exit 1 69 exit 1 89 exit 1
|
/linux-4.1.27/tools/build/tests/ |
H A D | run.sh | 9 exit -1 26 exit -1 31 exit -1
|
/linux-4.1.27/tools/testing/selftests/efivarfs/ |
H A D | efivarfs.sh | 12 exit 0 17 exit 0 52 exit 1 57 exit 1 69 exit 1 88 exit 1 99 exit 1 115 exit 1 123 exit 1 157 exit $ret 195 exit $ret 211 exit $rc
|
/linux-4.1.27/Documentation/watchdog/src/ |
H A D | watchdog-simple.c | 12 exit(EXIT_FAILURE); main()
|
H A D | watchdog-test.c | 38 exit(0); term() 50 exit(-1); main()
|
/linux-4.1.27/arch/alpha/boot/tools/ |
H A D | objstrip.c | 47 exit(1); usage() 93 exit(1); main() 101 exit(1); main() 119 exit(1); main() 134 exit(1); main() 144 exit(1); main() 154 exit(1); main() 159 exit(1); main() 172 exit(1); main() 202 exit(1); main() 208 exit(1); main() 214 exit(1); main() 229 exit(1); main() 246 exit(1); main() 252 exit(1); main() 277 exit(1); main()
|
H A D | mkbb.c | 96 exit(0); main() 103 exit(0); main() 111 exit(0); main() 119 exit(0); main() 127 exit(0); main() 144 exit(0); main() 149 exit(0); main()
|
/linux-4.1.27/Documentation/prctl/ |
H A D | disable-tsc-ctxt-sw-stress-test.c | 48 exit(0); segvtask() 54 exit(0); segvtask() 61 exit(0); sigsegv_fail() 69 exit(0); rdtsctask() 95 exit(0); main()
|
H A D | disable-tsc-on-off-stress-test.c | 47 exit(0); sigsegv_cb() 52 exit(0); sigsegv_cb() 69 exit(0); task() 74 exit(0); task() 94 exit(0); main()
|
/linux-4.1.27/scripts/ |
H A D | gfp-translate | 8 # Helper function to report failures and exit 14 exit -1 19 exit 0 65 TMPFILE=`mktemp -t gfptranslate-XXXXXX` || exit 1 86 exit 0
|
H A D | conmakehash.c | 31 exit(EX_USAGE); usage() 69 exit(EX_DATAERR); addpair() 103 exit(EX_NOINPUT); main() 146 exit(EX_DATAERR); main() 159 exit(EX_DATAERR); main() 171 exit(EX_DATAERR); main() 178 exit(EX_DATAERR); main() 203 exit(EX_DATAERR); main() 212 exit(EX_DATAERR); main() 219 exit(EX_DATAERR); main() 292 exit(EX_OK); main()
|
H A D | extract-ikconfig | 24 then # exit status must be 0 or 2 (trailing garbage warning) 26 exit 0 47 exit 2 68 exit 1
|
H A D | objdiff | 32 exit 1 42 exit 1 112 exit 1 117 exit 1 157 exit 1
|
H A D | decodecode | 11 exit 1 16 exit 1 36 exit
|
H A D | asn1_compiler.c | 361 exit(1); tokenise() 516 exit(1); tokenise() 554 exit(2); main() 568 exit(1); main() 573 exit(1); main() 578 exit(1); main() 583 exit(1); main() 588 exit(1); main() 593 exit(1); main() 601 exit(1); main() 615 exit(1); main() 621 exit(1); main() 628 exit(1); main() 633 exit(1); main() 729 exit(1); build_type_list() 736 exit(1); build_type_list() 741 exit(1); build_type_list() 799 exit(1); parse() 814 exit(1); alloc_elem() 868 exit(1); parse_type() 877 exit(1); parse_type() 892 exit(1); parse_type() 994 exit(1); parse_type() 1045 exit(1); parse_type() 1064 exit(1); parse_type() 1070 exit(1); parse_type() 1107 exit(1); parse_type() 1119 exit(1); parse_type() 1123 exit(1); parse_type() 1139 exit(1); parse_compound() 1148 exit(1); parse_compound() 1182 exit(1); parse_compound() 1191 exit(1); parse_compound() 1247 exit(1); render() 1260 exit(1); render() 1291 exit(1); render() 1538 exit(1); render_element()
|
H A D | extract-vmlinux | 21 exit 0 44 exit 2
|
H A D | check_extable.sh | 6 file ${obj} | grep -q ELF || (echo "${obj} is not and ELF file." 1>&2 ; exit 0) 10 [ $? -ne 0 ] && exit 0 18 [ -z "${suspicious_relocs}" ] && exit 0 143 exit 1 146 exit 0
|
H A D | docproc.c | 119 exit(1); exec_kernel_doc() 128 exit(1); exec_kernel_doc() 212 exit(1); find_export_symbols() 263 exit(1); docfunctions() 340 exit(1); docsect() 372 exit(1); find_all_symbols() 378 exit(1); find_all_symbols() 389 exit(1); find_all_symbols() 403 exit(1); find_all_symbols() 514 exit(1); main() 516 /* Open file, exit on error */ main() 521 exit(2); main() 575 exit(1); main()
|
H A D | patch-kernel | 75 exit 1 92 exit 1 98 exit 1 175 exit 1 191 TMPFILE=`mktemp ./.tmpver.XXXXXX` || { echo "cannot make temp file" ; exit 1; } 199 exit 1 243 reversePatch ${patch} || exit 1 268 exit 1 327 exit 1
|
H A D | show_delta | 39 sys.exit(1) 98 sys.exit(1) 121 sys.exit(1)
|
H A D | coccicheck | 56 exit 1 161 $FLAGS --cocci-file $COCCI $OPT $OPTIONS --no-show-diff || exit 1 166 $FLAGS --cocci-file $COCCI $OPT $OPTIONS || exit 1 168 run_cmd $SPATCH -D $MODE $FLAGS --cocci-file $COCCI $OPT $OPTIONS || exit 1
|
/linux-4.1.27/scripts/mod/ |
H A D | mk_elfconfig.c | 28 exit(1); main() 38 exit(1); main() 53 exit(1); main()
|
/linux-4.1.27/tools/nfsd/ |
H A D | inject_fault.sh | 12 exit 1 20 exit 1 29 exit 1
|
/linux-4.1.27/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_hmc.c | 58 goto exit; i40e_add_sd_table_entry() 64 goto exit; i40e_add_sd_table_entry() 81 goto exit; i40e_add_sd_table_entry() 88 goto exit; i40e_add_sd_table_entry() 106 exit: i40e_add_sd_table_entry() 145 goto exit; i40e_add_pd_table_entry() 152 goto exit; i40e_add_pd_table_entry() 163 goto exit; i40e_add_pd_table_entry() 182 exit: i40e_add_pd_table_entry() 219 goto exit; i40e_remove_pd_bp() 225 goto exit; i40e_remove_pd_bp() 232 goto exit; i40e_remove_pd_bp() 245 goto exit; i40e_remove_pd_bp() 248 exit: i40e_remove_pd_bp() 268 goto exit; i40e_prep_remove_sd_bp() 274 exit: i40e_prep_remove_sd_bp() 298 goto exit; i40e_remove_sd_bp_new() 302 goto exit; i40e_remove_sd_bp_new() 303 exit: i40e_remove_sd_bp_new() 322 goto exit; i40e_prep_remove_pd_page() 329 exit: i40e_prep_remove_pd_page() 352 goto exit; i40e_remove_pd_page_new() 357 goto exit; i40e_remove_pd_page_new() 358 exit: i40e_remove_pd_page_new()
|
H A D | i40e_lan_hmc.c | 316 goto exit; i40e_create_lan_hmc_object() 321 goto exit; i40e_create_lan_hmc_object() 326 goto exit; i40e_create_lan_hmc_object() 333 goto exit; i40e_create_lan_hmc_object() 340 goto exit; i40e_create_lan_hmc_object() 350 goto exit; i40e_create_lan_hmc_object() 419 goto exit; i40e_create_lan_hmc_object() 423 goto exit; i40e_create_lan_hmc_object() 448 exit: i40e_create_lan_hmc_object() 558 goto exit; i40e_delete_lan_hmc_object() 563 goto exit; i40e_delete_lan_hmc_object() 568 goto exit; i40e_delete_lan_hmc_object() 574 goto exit; i40e_delete_lan_hmc_object() 580 goto exit; i40e_delete_lan_hmc_object() 586 goto exit; i40e_delete_lan_hmc_object() 594 goto exit; i40e_delete_lan_hmc_object() 615 goto exit; i40e_delete_lan_hmc_object() 626 goto exit; i40e_delete_lan_hmc_object() 636 goto exit; i40e_delete_lan_hmc_object() 641 goto exit; i40e_delete_lan_hmc_object() 647 exit: i40e_delete_lan_hmc_object() 1015 goto exit; i40e_hmc_get_object_va() 1020 goto exit; i40e_hmc_get_object_va() 1025 goto exit; i40e_hmc_get_object_va() 1030 goto exit; i40e_hmc_get_object_va() 1036 goto exit; i40e_hmc_get_object_va() 1059 exit: i40e_hmc_get_object_va()
|
/linux-4.1.27/arch/x86/include/asm/ |
H A D | mutex_64.h | 24 " jns %l[exit]\n" __mutex_fastpath_lock() 27 : exit); __mutex_fastpath_lock() 29 exit: __mutex_fastpath_lock() 79 " jg %l[exit]\n" __mutex_fastpath_unlock() 82 : exit); __mutex_fastpath_unlock() 84 exit: __mutex_fastpath_unlock()
|
/linux-4.1.27/tools/testing/selftests/net/ |
H A D | psock_lib.h | 59 exit(1); pair_udp_setfilter() 71 exit(1); pair_udp_open() 87 exit(1); pair_udp_open() 91 exit(1); pair_udp_open() 95 exit(1); pair_udp_open() 108 exit(1); pair_udp_send() 112 exit(1); pair_udp_send() 116 exit(1); pair_udp_send()
|
H A D | psock_fanout.c | 77 exit(1); sock_fanout_open() 85 exit(1); sock_fanout_open() 108 exit(1); sock_fanout_open_ring() 113 exit(1); sock_fanout_open_ring() 120 exit(1); sock_fanout_open_ring() 166 exit(1); test_control_single() 180 exit(1); test_control_group() 185 exit(1); test_control_group() 190 exit(1); test_control_group() 194 exit(1); test_control_group() 199 exit(1); test_control_group() 203 exit(1); test_control_group() 220 exit(1); test_datapath() 241 exit(1); test_datapath() 247 exit(1); test_datapath() 262 exit(1); set_cpuaffinity()
|
H A D | psock_tpacket.c | 116 exit(1); pfsocket() 122 exit(1); pfsocket() 143 exit(1); test_payload() 149 exit(1); test_payload() 286 exit(1); walk_v1_v2_rx() 347 exit(1); __v1_v2_set_packet_loss_discard() 370 exit(1); walk_v1_v2_tx() 379 exit(1); walk_v1_v2_tx() 434 exit(1); walk_v1_v2_tx() 452 exit(1); walk_v1_v2_tx() 475 exit(1); __v3_test_block_seq_num() 487 exit(1); __v3_test_block_len() 495 exit(1); __v3_test_block_header() 575 exit(1); walk_v3_rx() 652 exit(1); setup_ring() 659 exit(1); setup_ring() 674 exit(1); mmap_ring() 698 exit(1); bind_ring() 722 exit(1); test_kernel_bit_width() 728 exit(1); test_kernel_bit_width()
|
/linux-4.1.27/tools/testing/selftests/timers/ |
H A D | rtctest.c | 56 exit(errno); main() 70 exit(errno); main() 81 exit(errno); main() 100 exit(errno); main() 106 exit(errno); main() 117 exit(errno); main() 125 exit(errno); main() 153 exit(errno); main() 160 exit(errno); main() 170 exit(errno); main() 179 exit(errno); main() 188 exit(errno); main() 201 exit(errno); main() 220 exit(errno); main() 230 exit(errno); main() 239 exit(errno); main() 249 exit(-1); main() 261 exit(errno); main()
|
H A D | leapcrash.c | 30 exit(0); ksft_exit_pass() 34 exit(1); ksft_exit_fail() 67 exit(0); handler()
|
H A D | set-tai.c | 31 exit(0); ksft_exit_pass() 35 exit(1); ksft_exit_fail()
|
H A D | skew_consistency.c | 43 exit(0); ksft_exit_pass() 47 exit(1); ksft_exit_fail()
|
/linux-4.1.27/drivers/media/tuners/ |
H A D | mc44s803.c | 108 goto exit; mc44s803_init() 114 goto exit; mc44s803_init() 124 goto exit; mc44s803_init() 131 goto exit; mc44s803_init() 141 goto exit; mc44s803_init() 153 goto exit; mc44s803_init() 169 goto exit; mc44s803_init() 181 goto exit; mc44s803_init() 190 goto exit; mc44s803_init() 203 goto exit; mc44s803_init() 209 exit: mc44s803_init() 247 goto exit; mc44s803_set_params() 254 goto exit; mc44s803_set_params() 261 goto exit; mc44s803_set_params() 270 goto exit; mc44s803_set_params() 279 goto exit; mc44s803_set_params() 286 exit: mc44s803_set_params()
|
H A D | fc0013.c | 242 goto exit; fc0013_set_params() 264 goto exit; fc0013_set_params() 270 goto exit; fc0013_set_params() 273 goto exit; fc0013_set_params() 278 goto exit; fc0013_set_params() 281 goto exit; fc0013_set_params() 286 goto exit; fc0013_set_params() 289 goto exit; fc0013_set_params() 294 goto exit; fc0013_set_params() 297 goto exit; fc0013_set_params() 302 goto exit; fc0013_set_params() 305 goto exit; fc0013_set_params() 310 goto exit; fc0013_set_params() 313 goto exit; fc0013_set_params() 429 goto exit; fc0013_set_params() 434 goto exit; fc0013_set_params() 440 goto exit; fc0013_set_params() 456 goto exit; fc0013_set_params() 484 exit: fc0013_set_params() 571 goto exit; fc0013_get_rf_strength() 576 exit: fc0013_get_rf_strength()
|
/linux-4.1.27/drivers/media/dvb-frontends/ |
H A D | isl6423.c | 79 goto exit; isl6423_write() 82 exit: isl6423_write() 103 goto exit; isl6423_set_modulation() 106 exit: isl6423_set_modulation() 131 goto exit; isl6423_voltage_boost() 135 goto exit; isl6423_voltage_boost() 141 exit: isl6423_voltage_boost() 181 goto exit; isl6423_set_voltage() 185 goto exit; isl6423_set_voltage() 191 exit: isl6423_set_voltage() 233 goto exit; isl6423_set_current() 249 goto exit; isl6423_set_current() 254 exit: isl6423_set_current() 287 goto exit; isl6423_attach() 290 goto exit; isl6423_attach() 299 exit: isl6423_attach()
|
H A D | tda665x.c | 45 goto exit; tda665x_read() 48 exit: tda665x_read() 61 goto exit; tda665x_write() 64 exit: tda665x_write() 101 goto exit; tda665x_get_status() 109 exit: tda665x_get_status() 179 goto exit; tda665x_set_state() 187 goto exit; tda665x_set_state() 201 exit: tda665x_set_state()
|
/linux-4.1.27/sound/oss/ |
H A D | bin2hex.c | 22 exit(1); main()
|
H A D | hex2hex.c | 11 #define ABANDON(why) { fprintf(stderr, "%s\n", why); exit(1); } 83 exit(1); main()
|
/linux-4.1.27/tools/testing/selftests/firmware/ |
H A D | fw_filesystem.sh | 42 exit 1 51 exit 1 57 exit 1 62 exit 0
|
H A D | fw_userhelper.sh | 39 exit 1 62 exit 1 75 exit 1 84 exit 1 89 exit 0
|
/linux-4.1.27/include/linux/ |
H A D | i2c-pca-platform.h | 7 * cannot exit some error conditions then */
|
H A D | pwm_backlight.h | 21 void (*exit)(struct device *dev); member in struct:platform_pwm_backlight_data
|
H A D | s3c_adc_battery.h | 12 void (*exit)(void); member in struct:s3c_adc_bat_pdata
|
H A D | pda_power.h | 26 void (*exit)(struct device *dev); member in struct:pda_power_pdata
|
H A D | context_tracking_state.h | 11 * and calls to user_enter/exit are ignored. This
|
H A D | errno.h | 10 * at syscall exit tracing, but they will never be left for the debugged user
|
/linux-4.1.27/drivers/staging/wlan-ng/ |
H A D | cfg80211.c | 118 goto exit; prism2_change_virtual_intf() 124 goto exit; prism2_change_virtual_intf() 143 exit: prism2_change_virtual_intf() 164 goto exit; prism2_add_key() 186 goto exit; prism2_add_key() 192 goto exit; prism2_add_key() 200 exit: prism2_add_key() 271 goto exit; prism2_del_key() 276 exit: prism2_del_key() 399 goto exit; prism2_scan() 437 goto exit; prism2_scan() 446 exit: prism2_scan() 471 goto exit; prism2_set_wiphy_params() 486 goto exit; prism2_set_wiphy_params() 490 exit: prism2_set_wiphy_params() 515 goto exit; prism2_connect() 537 goto exit; prism2_connect() 559 goto exit; prism2_connect() 566 goto exit; prism2_connect() 577 goto exit; prism2_connect() 583 goto exit; prism2_connect() 592 goto exit; prism2_connect() 598 goto exit; prism2_connect() 611 exit: prism2_connect() 674 goto exit; prism2_set_tx_power() 677 exit: prism2_set_tx_power() 700 goto exit; prism2_get_tx_power() 705 exit: prism2_get_tx_power()
|
/linux-4.1.27/scripts/selinux/genheaders/ |
H A D | genheaders.c | 23 exit(1); usage() 33 exit(3); stoupperx() 58 exit(2); main() 118 exit(4); main() 137 exit(0); main()
|
/linux-4.1.27/net/nfc/ |
H A D | digital_dep.c | 285 goto exit; digital_in_recv_psl_res() 291 goto exit; digital_in_recv_psl_res() 297 goto exit; digital_in_recv_psl_res() 306 goto exit; digital_in_recv_psl_res() 312 goto exit; digital_in_recv_psl_res() 317 goto exit; digital_in_recv_psl_res() 332 exit: digital_in_recv_psl_res() 390 goto exit; digital_in_recv_atr_res() 396 goto exit; digital_in_recv_atr_res() 402 goto exit; digital_in_recv_atr_res() 407 goto exit; digital_in_recv_atr_res() 419 goto exit; digital_in_recv_atr_res() 424 goto exit; digital_in_recv_atr_res() 430 goto exit; digital_in_recv_atr_res() 438 exit: digital_in_recv_atr_res() 687 goto exit; digital_in_recv_dep_res() 693 goto exit; digital_in_recv_dep_res() 720 goto exit; digital_in_recv_dep_res() 742 goto exit; digital_in_recv_dep_res() 789 goto exit; digital_in_recv_dep_res() 810 goto exit; digital_in_recv_dep_res() 834 exit: digital_in_recv_dep_res() 1030 goto exit; digital_tg_recv_dep_req() 1036 goto exit; digital_tg_recv_dep_req() 1042 goto exit; digital_tg_recv_dep_req() 1047 goto exit; digital_tg_recv_dep_req() 1056 goto exit; digital_tg_recv_dep_req() 1066 goto exit; digital_tg_recv_dep_req() 1070 goto exit; digital_tg_recv_dep_req() 1075 goto exit; digital_tg_recv_dep_req() 1080 goto exit; digital_tg_recv_dep_req() 1094 goto exit; digital_tg_recv_dep_req() 1102 goto exit; digital_tg_recv_dep_req() 1115 goto exit; digital_tg_recv_dep_req() 1136 goto exit; digital_tg_recv_dep_req() 1144 goto exit; digital_tg_recv_dep_req() 1154 goto exit; digital_tg_recv_dep_req() 1160 goto exit; digital_tg_recv_dep_req() 1168 goto exit; digital_tg_recv_dep_req() 1176 goto exit; digital_tg_recv_dep_req() 1181 goto exit; digital_tg_recv_dep_req() 1191 exit: digital_tg_recv_dep_req() 1318 goto exit; digital_tg_recv_psl_req() 1324 goto exit; digital_tg_recv_psl_req() 1330 goto exit; digital_tg_recv_psl_req() 1339 goto exit; digital_tg_recv_psl_req() 1355 goto exit; digital_tg_recv_psl_req() 1364 goto exit; digital_tg_recv_psl_req() 1372 exit: digital_tg_recv_psl_req() 1461 goto exit; digital_tg_recv_atr_req() 1466 goto exit; digital_tg_recv_atr_req() 1479 goto exit; digital_tg_recv_atr_req() 1487 goto exit; digital_tg_recv_atr_req() 1493 goto exit; digital_tg_recv_atr_req() 1502 goto exit; digital_tg_recv_atr_req() 1510 goto exit; digital_tg_recv_atr_req() 1518 goto exit; digital_tg_recv_atr_req() 1522 goto exit; digital_tg_recv_atr_req() 1533 goto exit; digital_tg_recv_atr_req() 1537 exit: digital_tg_recv_atr_req()
|
H A D | digital_technology.c | 233 goto exit; digital_in_recv_ats() 238 goto exit; digital_in_recv_ats() 251 exit: digital_in_recv_ats() 291 goto exit; digital_in_recv_sel_res() 298 goto exit; digital_in_recv_sel_res() 304 goto exit; digital_in_recv_sel_res() 312 goto exit; digital_in_recv_sel_res() 326 goto exit; digital_in_recv_sel_res() 334 goto exit; digital_in_recv_sel_res() 339 exit: digital_in_recv_sel_res() 381 goto exit; digital_in_send_sel_req() 388 exit: digital_in_send_sel_req() 407 goto exit; digital_in_recv_sdd_res() 413 goto exit; digital_in_recv_sdd_res() 424 goto exit; digital_in_recv_sdd_res() 441 exit: digital_in_recv_sdd_res() 489 goto exit; digital_in_recv_sens_res() 494 goto exit; digital_in_recv_sens_res() 500 goto exit; digital_in_recv_sens_res() 508 goto exit; digital_in_recv_sens_res() 516 exit: digital_in_recv_sens_res() 589 goto exit; digital_in_recv_attrib_res() 595 goto exit; digital_in_recv_attrib_res() 603 goto exit; digital_in_recv_attrib_res() 608 exit: digital_in_recv_attrib_res() 661 goto exit; digital_in_recv_sensb_res() 667 goto exit; digital_in_recv_sensb_res() 675 goto exit; digital_in_recv_sensb_res() 681 goto exit; digital_in_recv_sensb_res() 687 goto exit; digital_in_recv_sensb_res() 699 goto exit; digital_in_recv_sensb_res() 704 exit: digital_in_recv_sensb_res() 759 goto exit; digital_in_recv_sensf_res() 764 goto exit; digital_in_recv_sensf_res() 771 goto exit; digital_in_recv_sensf_res() 795 exit: digital_in_recv_sensf_res() 970 goto exit; digital_tg_recv_sel_req() 977 goto exit; digital_tg_recv_sel_req() 985 exit: digital_tg_recv_sel_req() 1036 goto exit; digital_tg_recv_sdd_req() 1044 goto exit; digital_tg_recv_sdd_req() 1049 exit: digital_tg_recv_sdd_req() 1095 goto exit; digital_tg_recv_sens_req() 1103 goto exit; digital_tg_recv_sens_req() 1108 exit: digital_tg_recv_sens_req() 1188 goto exit; digital_tg_recv_sensf_req() 1195 goto exit; digital_tg_recv_sensf_req() 1201 goto exit; digital_tg_recv_sensf_req() 1209 goto exit; digital_tg_recv_sensf_req() 1214 exit: digital_tg_recv_sensf_req()
|
/linux-4.1.27/tools/thermal/tmon/ |
H A D | tmon.c | 71 exit(0); usage() 77 exit(EXIT_SUCCESS); version() 83 syslog(LOG_INFO, "TMON exit cleanup\n"); tmon_cleanup() 105 exit(1); tmon_cleanup() 115 printf("sigterm, exit and clean up\n"); tmon_sig_handler() 119 printf("sigkill, exit and clean up\n"); tmon_sig_handler() 123 printf("ctrl-c, exit and clean up\n"); tmon_sig_handler() 241 exit(EXIT_FAILURE); main() 288 fprintf(stderr, "\n mutex init failed, exit\n"); main() 318 exit(EXIT_FAILURE); main() 359 exit(EXIT_FAILURE); start_daemon_mode() 362 exit(EXIT_SUCCESS); start_daemon_mode() 373 exit(EXIT_FAILURE); start_daemon_mode() 377 exit(EXIT_FAILURE); start_daemon_mode()
|
/linux-4.1.27/drivers/staging/rtl8188eu/core/ |
H A D | rtw_cmd.c | 58 goto exit; _rtw_enqueue_cmd() 66 exit: _rtw_enqueue_cmd() 123 goto exit; rtw_enqueue_cmd() 130 goto exit; rtw_enqueue_cmd() 138 exit: rtw_enqueue_cmd() 368 goto exit; rtw_createbss_cmd() 379 exit: rtw_createbss_cmd() 413 goto exit; rtw_joinbss_cmd() 443 goto exit; rtw_joinbss_cmd() 520 exit: rtw_joinbss_cmd() 540 goto exit; rtw_disassoc_cmd() 550 goto exit; rtw_disassoc_cmd() 561 exit: rtw_disassoc_cmd() 579 goto exit; rtw_setopmode_cmd() 586 goto exit; rtw_setopmode_cmd() 594 exit: rtw_setopmode_cmd() 616 goto exit; rtw_setstakey_cmd() 623 goto exit; rtw_setstakey_cmd() 631 goto exit; rtw_setstakey_cmd() 655 exit: rtw_setstakey_cmd() 677 goto exit; rtw_clearstakey_cmd() 684 goto exit; rtw_clearstakey_cmd() 692 goto exit; rtw_clearstakey_cmd() 707 exit: rtw_clearstakey_cmd() 724 goto exit; rtw_addbareq_cmd() 731 goto exit; rtw_addbareq_cmd() 744 exit: rtw_addbareq_cmd() 761 goto exit; rtw_dynamic_chk_wk_cmd() 768 goto exit; rtw_dynamic_chk_wk_cmd() 780 exit: rtw_dynamic_chk_wk_cmd() 798 goto exit; rtw_set_chplan_cmd() 805 goto exit; rtw_set_chplan_cmd() 815 goto exit; rtw_set_chplan_cmd() 832 exit: rtw_set_chplan_cmd() 973 goto exit; rtw_lps_ctrl_wk_cmd() 980 goto exit; rtw_lps_ctrl_wk_cmd() 994 exit: rtw_lps_ctrl_wk_cmd() 1016 goto exit; rtw_rpt_timer_cfg_cmd() 1023 goto exit; rtw_rpt_timer_cfg_cmd() 1031 exit: rtw_rpt_timer_cfg_cmd() 1058 goto exit; rtw_antenna_select_cmd() 1065 goto exit; rtw_antenna_select_cmd() 1077 exit: rtw_antenna_select_cmd() 1094 goto exit; rtw_ps_cmd() 1101 goto exit; rtw_ps_cmd() 1110 exit: rtw_ps_cmd() 1168 goto exit; rtw_chk_hi_queue_cmd() 1175 goto exit; rtw_chk_hi_queue_cmd() 1185 exit: rtw_chk_hi_queue_cmd() 1361 goto exit; rtw_setstaKey_cmdrsp_callback() 1363 exit: rtw_setstaKey_cmdrsp_callback() 1378 goto exit; rtw_setassocsta_cmdrsp_callback() 1392 exit: rtw_setassocsta_cmdrsp_callback()
|
H A D | rtw_ioctl_set.c | 81 goto exit; rtw_do_join() 111 goto exit; rtw_do_join() 138 exit: rtw_do_join() 158 goto exit; rtw_set_802_11_bssid() 221 exit: rtw_set_802_11_bssid() 243 ("set_ssid: hw_init_completed == false =>exit!!!\n")); rtw_set_802_11_ssid() 245 goto exit; rtw_set_802_11_ssid() 330 exit: rtw_set_802_11_ssid() 438 goto exit; rtw_set_802_11_bssid_list_scan() 443 goto exit; rtw_set_802_11_bssid_list_scan() 471 exit: rtw_set_802_11_bssid_list_scan() 518 goto exit; rtw_set_802_11_add_wep() 565 exit: rtw_set_802_11_add_wep()
|
H A D | rtw_pwrctrl.c | 224 goto exit; rtw_pwr_unassociated_idle() 230 goto exit; rtw_pwr_unassociated_idle() 234 exit: rtw_pwr_unassociated_idle() 247 goto exit; rtw_ps_processor() 268 goto exit; rtw_ps_processor() 271 goto exit; rtw_ps_processor() 279 exit: rtw_ps_processor() 592 goto exit; _rtw_pwr_wakeup() 598 goto exit; _rtw_pwr_wakeup() 604 goto exit; _rtw_pwr_wakeup() 611 goto exit; _rtw_pwr_wakeup() 624 goto exit; _rtw_pwr_wakeup() 627 exit: _rtw_pwr_wakeup()
|
/linux-4.1.27/arch/arm/include/asm/mach/ |
H A D | flash.h | 21 * exit: method called at driver/device removal 32 void (*exit)(void); member in struct:flash_platform_data
|
/linux-4.1.27/tools/testing/selftests/cpu-hotplug/ |
H A D | cpu-on-off-test.sh | 11 exit 0 20 exit 0 25 exit 0 150 exit 160 exit 1 180 exit 0 225 exit 0 230 exit 0
|
/linux-4.1.27/arch/um/include/shared/ |
H A D | kern.h | 19 extern void exit(int);
|
H A D | init.h | 69 #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)
|
/linux-4.1.27/Documentation/arm/Samsung/ |
H A D | clksrc-change-registers.awk | 45 exit 53 exit 63 exit 100 exit 1;
|
/linux-4.1.27/tools/testing/selftests/exec/ |
H A D | Makefile | 10 echo 'exit $$*' >> $@
|
/linux-4.1.27/tools/testing/selftests/vm/ |
H A D | hugepage-shm.c | 63 exit(1); main() 71 exit(2); main() 87 exit(3); main() 94 exit(4); main()
|
H A D | map_hugetlb.c | 68 exit(1); main() 79 exit(1); main()
|
/linux-4.1.27/tools/virtio/virtio-trace/ |
H A D | trace-agent-ctl.c | 28 /* Handle SIGTERM/SIGINT/SIGQUIT to exit */ signal_handler() 47 exit(EXIT_FAILURE); rw_ctl_init() 85 exit(EXIT_FAILURE); wait_order() 136 exit(EXIT_FAILURE); rw_ctl_loop()
|
H A D | trace-agent.c | 46 exit(EXIT_FAILURE); get_total_cpus() 57 exit(EXIT_FAILURE); agent_info_new() 184 exit(EXIT_FAILURE); agent_info_init() 217 exit(EXIT_FAILURE); parse_args() 238 exit(EXIT_FAILURE); agent_main_loop()
|
H A D | trace-agent-rw.c | 29 exit(EXIT_FAILURE); rw_thread_info_new() 90 exit(EXIT_FAILURE); rw_thread_init() 176 exit(EXIT_FAILURE); rw_thread_main() 188 exit(EXIT_FAILURE); rw_thread_run()
|
/linux-4.1.27/net/nfc/hci/ |
H A D | core.c | 85 goto exit; nfc_hci_msg_tx_work() 98 goto exit; nfc_hci_msg_tx_work() 104 goto exit; nfc_hci_msg_tx_work() 134 exit: nfc_hci_msg_tx_work() 184 goto exit; nfc_hci_resp_received() 189 exit: nfc_hci_resp_received() 208 goto exit; nfc_hci_cmd_received() 225 goto exit; nfc_hci_cmd_received() 231 goto exit; nfc_hci_cmd_received() 241 goto exit; nfc_hci_cmd_received() 255 exit: nfc_hci_cmd_received() 298 goto exit; nfc_hci_target_discovered() 303 goto exit; nfc_hci_target_discovered() 307 goto exit; nfc_hci_target_discovered() 314 goto exit; nfc_hci_target_discovered() 323 goto exit; nfc_hci_target_discovered() 327 goto exit; nfc_hci_target_discovered() 337 goto exit; nfc_hci_target_discovered() 349 goto exit; nfc_hci_target_discovered() 355 goto exit; nfc_hci_target_discovered() 366 exit: nfc_hci_target_discovered() 384 goto exit; nfc_hci_event_received() 397 goto exit; nfc_hci_event_received() 412 goto exit; nfc_hci_event_received() 423 exit: nfc_hci_event_received() 465 goto exit; hci_dev_session_init() 485 goto exit; hci_dev_session_init() 498 goto exit; hci_dev_session_init() 503 exit: hci_dev_session_init() 828 goto exit; nfc_hci_failure() 833 exit: nfc_hci_failure()
|
H A D | llc.c | 31 goto exit; nfc_llc_init() 35 goto exit; nfc_llc_init() 39 exit: nfc_llc_init()
|
/linux-4.1.27/arch/s390/kernel/ |
H A D | vmlinux.lds.S | 64 * .exit.text is discarded at runtime, not link time, 67 .exit.text : { 71 .exit.data : {
|
/linux-4.1.27/arch/mn10300/kernel/ |
H A D | vmlinux.lds.S | 69 /* .exit.text is discard at runtime, not link time, to deal with references 71 .exit.text : { EXIT_TEXT; } 72 .exit.data : { EXIT_DATA; }
|
/linux-4.1.27/arch/frv/kernel/ |
H A D | vmlinux.lds.S | 34 *(.exitcall.exit) 70 *(.exitcall.exit) 74 *(.exitcall.exit)
|
/linux-4.1.27/drivers/watchdog/ |
H A D | txx9wdt.c | 113 goto exit; txx9wdt_probe() 119 goto exit; txx9wdt_probe() 126 goto exit; txx9wdt_probe() 138 goto exit; txx9wdt_probe() 144 exit: txx9wdt_probe()
|
/linux-4.1.27/drivers/staging/rtl8723au/core/ |
H A D | rtw_cmd.c | 224 goto exit; rtw_enqueue_cmd23a() 231 goto exit; rtw_enqueue_cmd23a() 243 exit: rtw_enqueue_cmd23a() 425 goto exit; rtw_createbss_cmd23a() 438 exit: rtw_createbss_cmd23a() 474 goto exit; rtw_joinbss_cmd23a() 500 goto exit; rtw_joinbss_cmd23a() 586 exit: rtw_joinbss_cmd23a() 606 goto exit; rtw_disassoc_cmd23a() 616 goto exit; rtw_disassoc_cmd23a() 628 exit: rtw_disassoc_cmd23a() 643 goto exit; rtw_setopmode_cmd23a() 650 goto exit; rtw_setopmode_cmd23a() 657 exit: rtw_setopmode_cmd23a() 675 goto exit; rtw_setstakey_cmd23a() 682 goto exit; rtw_setstakey_cmd23a() 690 goto exit; rtw_setstakey_cmd23a() 721 exit: rtw_setstakey_cmd23a() 742 goto exit; rtw_clearstakey_cmd23a() 750 goto exit; rtw_clearstakey_cmd23a() 759 goto exit; rtw_clearstakey_cmd23a() 775 exit: rtw_clearstakey_cmd23a() 788 goto exit; rtw_addbareq_cmd23a() 794 goto exit; rtw_addbareq_cmd23a() 801 goto exit; rtw_addbareq_cmd23a() 811 exit: rtw_addbareq_cmd23a() 825 goto exit; rtw_dynamic_chk_wk_cmd23a() 832 goto exit; rtw_dynamic_chk_wk_cmd23a() 843 exit: rtw_dynamic_chk_wk_cmd23a() 1008 goto exit; rtw_lps_ctrl_wk_cmd23a() 1016 goto exit; rtw_lps_ctrl_wk_cmd23a() 1029 exit: rtw_lps_ctrl_wk_cmd23a() 1044 goto exit; rtw_ps_cmd23a() 1052 goto exit; rtw_ps_cmd23a() 1061 exit: rtw_ps_cmd23a() 1114 goto exit; rtw_chk_hi_queue_cmd23a() 1122 goto exit; rtw_chk_hi_queue_cmd23a() 1133 exit: rtw_chk_hi_queue_cmd23a() 1149 goto exit; rtw_c2h_wk_cmd23a() 1157 goto exit; rtw_c2h_wk_cmd23a() 1169 exit: rtw_c2h_wk_cmd23a() 1429 goto exit; rtw_setstaKey_cmdrsp_callback23a() 1432 exit: rtw_setstaKey_cmdrsp_callback23a() 1453 goto exit; rtw_setassocsta_cmdrsp_callback23a() 1467 exit: rtw_setassocsta_cmdrsp_callback23a()
|
H A D | rtw_pwrctrl.c | 123 goto exit; rtw_pwr_unassociated_idle() 129 goto exit; rtw_pwr_unassociated_idle() 140 goto exit; rtw_pwr_unassociated_idle() 145 exit: rtw_pwr_unassociated_idle() 157 goto exit; rtw_ps_processor23a() 160 goto exit; rtw_ps_processor23a() 163 goto exit; rtw_ps_processor23a() 172 exit: rtw_ps_processor23a() 533 goto exit; _rtw_pwr_wakeup23a() 539 goto exit; _rtw_pwr_wakeup23a() 547 goto exit; _rtw_pwr_wakeup23a() 558 goto exit; _rtw_pwr_wakeup23a() 561 exit: _rtw_pwr_wakeup23a()
|
/linux-4.1.27/drivers/usb/class/ |
H A D | usbtmc.c | 178 goto exit; usbtmc_ioctl_abort_bulk_in() 185 goto exit; usbtmc_ioctl_abort_bulk_in() 192 goto exit; usbtmc_ioctl_abort_bulk_in() 205 goto exit; usbtmc_ioctl_abort_bulk_in() 225 goto exit; usbtmc_ioctl_abort_bulk_in() 234 goto exit; usbtmc_ioctl_abort_bulk_in() 249 goto exit; usbtmc_ioctl_abort_bulk_in() 256 goto exit; usbtmc_ioctl_abort_bulk_in() 262 goto exit; usbtmc_ioctl_abort_bulk_in() 279 goto exit; usbtmc_ioctl_abort_bulk_in() 288 goto exit; usbtmc_ioctl_abort_bulk_in() 293 exit: usbtmc_ioctl_abort_bulk_in() 321 goto exit; usbtmc_ioctl_abort_bulk_out() 330 goto exit; usbtmc_ioctl_abort_bulk_out() 345 goto exit; usbtmc_ioctl_abort_bulk_out() 358 goto exit; usbtmc_ioctl_abort_bulk_out() 366 goto exit; usbtmc_ioctl_abort_bulk_out() 370 exit: usbtmc_ioctl_abort_bulk_out() 456 goto exit; usbtmc_read() 467 goto exit; usbtmc_read() 490 goto exit; usbtmc_read() 510 goto exit; usbtmc_read() 520 goto exit; usbtmc_read() 527 goto exit; usbtmc_read() 534 goto exit; usbtmc_read() 547 goto exit; usbtmc_read() 584 goto exit; usbtmc_read() 600 goto exit; usbtmc_read() 610 exit: usbtmc_read() 637 goto exit; usbtmc_write() 668 goto exit; usbtmc_write() 696 goto exit; usbtmc_write() 704 exit: usbtmc_write() 736 goto exit; usbtmc_ioctl_clear() 744 goto exit; usbtmc_ioctl_clear() 758 goto exit; usbtmc_ioctl_clear() 776 goto exit; usbtmc_ioctl_clear() 787 goto exit; usbtmc_ioctl_clear() 804 goto exit; usbtmc_ioctl_clear() 813 goto exit; usbtmc_ioctl_clear() 824 goto exit; usbtmc_ioctl_clear() 828 exit: usbtmc_ioctl_clear() 1018 goto exit; usbtmc_ioctl_indicator_pulse() 1026 goto exit; usbtmc_ioctl_indicator_pulse() 1030 exit: usbtmc_ioctl_indicator_pulse()
|
/linux-4.1.27/tools/power/x86/x86_energy_perf_policy/ |
H A D | x86_energy_perf_policy.c | 69 exit(1); usage() 151 exit(1); validate_cpuid() 169 exit(1); validate_cpuid() 182 exit(1); validate_cpuid() 199 exit(1); get_msr() 206 exit(-2); get_msr() 223 exit(1); put_msr() 230 exit(-2); put_msr() 237 exit(-2); put_msr() 276 exit(1); for_every_cpu() 282 exit(1); for_every_cpu()
|
/linux-4.1.27/scripts/rt-tester/ |
H A D | rt-tester.py | 106 sys.exit(1) 118 sys.exit(0) 126 sys.exit(1) 194 sys.exit(1) 214 sys.exit(1) 216 # Normal exit pass 218 sys.exit(0)
|
/linux-4.1.27/tools/testing/fault-injection/ |
H A D | failcmd.sh | 39 Display a usage message and exit 68 exit 1 75 exit 1 83 exit 1 100 exit 1 199 exit 0 209 [ -z "$1" ] && exit 0
|
/linux-4.1.27/tools/testing/selftests/ftrace/ |
H A D | ftracetest | 18 exit $1 23 exit 1 199 exit 0 206 exit 0 213 exit 0 220 exit 0 270 exit $TOTAL_RESULT
|
/linux-4.1.27/tools/testing/selftests/memory-hotplug/ |
H A D | mem-on-off-test.sh | 11 exit 0 18 exit 0 23 exit 0 127 exit 140 exit 1 192 exit 0 197 exit 0
|
/linux-4.1.27/drivers/net/ethernet/intel/igb/ |
H A D | igb_hwmon.c | 182 goto exit; igb_sysfs_init() 187 goto exit; igb_sysfs_init() 193 goto exit; igb_sysfs_init() 208 goto exit; igb_sysfs_init() 211 goto exit; igb_sysfs_init() 214 goto exit; igb_sysfs_init() 217 goto exit; igb_sysfs_init() 226 goto exit; igb_sysfs_init() 242 goto exit; igb_sysfs_init() 246 exit: igb_sysfs_init()
|
/linux-4.1.27/net/nfc/nci/ |
H A D | data.c | 48 goto exit; nci_data_exchange_complete() 70 exit: nci_data_exchange_complete() 156 goto exit; nci_queue_tx_data_frags() 162 exit: nci_queue_tx_data_frags() 198 goto exit; nci_send_data() 203 exit: nci_send_data() 218 goto exit; nci_add_rx_data_frag() 235 goto exit; nci_add_rx_data_frag() 249 /* need to wait for next fragment, store skb and exit */ nci_add_rx_data_frag() 254 exit: nci_add_rx_data_frag()
|
H A D | hci.c | 293 goto exit; nci_hci_cmd_received() 313 goto exit; nci_hci_cmd_received() 319 goto exit; nci_hci_cmd_received() 331 goto exit; nci_hci_cmd_received() 346 exit: nci_hci_cmd_received() 361 goto exit; nci_hci_resp_received() 366 exit: nci_hci_resp_received() 680 goto exit; nci_hci_dev_session_init() 685 goto exit; nci_hci_dev_session_init() 695 goto exit; nci_hci_dev_session_init() 701 goto exit; nci_hci_dev_session_init() 709 goto exit; nci_hci_dev_session_init() 711 exit: nci_hci_dev_session_init()
|
/linux-4.1.27/tools/perf/ |
H A D | perf-with-kcore.sh | 21 exit 1 32 exit 1 36 exit 1 70 exit 1 104 exit 1 109 exit 1 116 exit 1 189 exit 1 200 exit 1 218 exit 0
|
/linux-4.1.27/drivers/nfc/ |
H A D | nfcsim.c | 193 goto exit; nfcsim_start_poll() 205 goto exit; nfcsim_start_poll() 217 exit: nfcsim_start_poll() 265 goto exit; nfcsim_wq_recv() 272 goto exit; nfcsim_wq_recv() 281 exit: nfcsim_wq_recv() 300 goto exit; nfcsim_tx() 316 goto exit; nfcsim_tx() 331 exit: nfcsim_tx() 494 goto exit; nfcsim_init() 500 goto exit; nfcsim_init() 508 goto exit; nfcsim_init() 517 exit: nfcsim_init()
|
/linux-4.1.27/drivers/block/aoe/ |
H A D | aoenet.c | 139 goto exit; aoenet_rcv() 145 goto exit; aoenet_rcv() 151 goto exit; aoenet_rcv() 156 goto exit; aoenet_rcv() 169 goto exit; aoenet_rcv() 189 exit: aoenet_rcv()
|
/linux-4.1.27/drivers/hid/ |
H A D | hid-roccat-lua.c | 135 goto exit; lua_init_specials() 141 goto exit; lua_init_specials() 145 exit: lua_init_specials() 169 goto exit; lua_probe() 175 goto exit; lua_probe() 188 exit: lua_probe()
|
/linux-4.1.27/scripts/kconfig/ |
H A D | merge_config.sh | 25 exit 57 exit 69 exit 1 82 exit 90 exit 1 128 exit
|
/linux-4.1.27/tools/hv/ |
H A D | hv_fcopy_daemon.c | 156 exit(EXIT_FAILURE); main() 162 exit(EXIT_FAILURE); main() 173 exit(EXIT_FAILURE); main() 181 exit(EXIT_FAILURE); main() 192 exit(EXIT_FAILURE); main() 218 exit(EXIT_FAILURE); main()
|
H A D | hv_vss_daemon.c | 210 exit(EXIT_FAILURE); main() 224 exit(EXIT_FAILURE); main() 231 exit(EXIT_FAILURE); main() 243 exit(EXIT_FAILURE); main() 249 exit(EXIT_FAILURE); main() 267 exit(EXIT_FAILURE); main() 282 exit(EXIT_FAILURE); main() 338 exit(EXIT_FAILURE); main()
|
/linux-4.1.27/drivers/video/fbdev/omap/ |
H A D | lcd_inn1610.c | 39 goto exit; innovator1610_panel_init() 45 goto exit; innovator1610_panel_init() 47 exit: innovator1610_panel_init()
|
/linux-4.1.27/arch/score/kernel/ |
H A D | vmlinux.lds.S | 75 /* .exit.text is discarded at runtime, not link time, to deal with 78 .exit.text : { 81 .exit.data : {
|
/linux-4.1.27/arch/cris/arch-v10/mm/ |
H A D | fault.c | 86 goto exit; handle_mmu_bus_fault() 89 goto exit; handle_mmu_bus_fault() 93 exit: handle_mmu_bus_fault()
|
/linux-4.1.27/arch/cris/kernel/ |
H A D | vmlinux.lds.S | 85 /* .exit.text is discarded at runtime, not link time, 88 .exit.text : { 91 .exit.data : {
|
/linux-4.1.27/arch/m68k/ifpsp060/ |
H A D | fskeleton.S | 58 | This is the main exit point for the 68060 Floating-Point 59 | Software Package. For a normal exit, all 060FPSP routines call this 70 | This is the exit point for the 060FPSP when an enabled overflow exception 89 | This is the exit point for the 060FPSP when an enabled underflow exception 107 | This is the exit point for the 060FPSP when an enabled operand error exception 126 | This is the exit point for the 060FPSP when an enabled signalling NaN exception 145 | This is the exit point for the 060FPSP when an enabled divide-by-zero exception 164 | This is the exit point for the 060FPSP when an enabled inexact exception 183 | This is the exit point for the 060FPSP when an enabled bsun exception 205 | This is the exit point for the 060FPSP when an F-Line Illegal exception is 219 | This is the exit point for the 060FPSP when an FPU disabled exception is 245 | This is the exit point for the 060FPSP when an emulated "ftrapcc" instruction
|
/linux-4.1.27/Documentation/mic/mpssd/ |
H A D | micctrl | 149 exit 3 170 exit 2 173 exit $?
|
H A D | mpss | 41 [ -x $exec ] || exit 5 199 exit 2 202 exit $?
|
/linux-4.1.27/lib/ |
H A D | kobject_uevent.c | 235 goto exit; kobject_uevent_env() 241 goto exit; kobject_uevent_env() 244 goto exit; kobject_uevent_env() 247 goto exit; kobject_uevent_env() 254 goto exit; kobject_uevent_env() 265 goto exit; kobject_uevent_env() 285 goto exit; kobject_uevent_env() 336 goto exit; kobject_uevent_env() 340 goto exit; kobject_uevent_env() 343 goto exit; kobject_uevent_env() 356 exit: kobject_uevent_env() 461 .exit = uevent_net_exit,
|
H A D | list_sort.c | 231 goto exit; list_sort_test() 251 goto exit; list_sort_test() 257 goto exit; list_sort_test() 265 goto exit; list_sort_test() 270 goto exit; list_sort_test() 276 goto exit; list_sort_test() 282 goto exit; list_sort_test() 286 exit: list_sort_test()
|
/linux-4.1.27/drivers/net/wireless/rt2x00/ |
H A D | rt2x00firmware.c | 75 goto exit; rt2x00lib_request_firmware() 79 goto exit; rt2x00lib_request_firmware() 82 goto exit; rt2x00lib_request_firmware() 89 exit: rt2x00lib_request_firmware()
|
H A D | rt2x00soc.c | 60 goto exit; rt2x00soc_alloc_reg() 64 goto exit; rt2x00soc_alloc_reg() 68 exit: rt2x00soc_alloc_reg()
|
H A D | rt2x00pci.c | 56 goto exit; rt2x00pci_alloc_reg() 60 goto exit; rt2x00pci_alloc_reg() 64 goto exit; rt2x00pci_alloc_reg() 68 exit: rt2x00pci_alloc_reg()
|
/linux-4.1.27/drivers/s390/char/ |
H A D | hmcdrv_mod.c | 54 * hmcdrv_mod_exit() - module exit function
|
/linux-4.1.27/arch/powerpc/platforms/cell/spufs/ |
H A D | spu_restore_crt0.S | 6 * Entry and exit function for SPU-side of the context restore 56 .global exit 58 exit: label 95 /* Under normal circumstances, the 'exit' function
|
/linux-4.1.27/arch/mips/oprofile/ |
H A D | op_impl.h | 32 void (*exit)(void); member in struct:op_mips_model
|
/linux-4.1.27/arch/arm/mach-omap2/ |
H A D | sr_device.c | 116 goto exit; sr_dev_init() 141 goto exit; sr_dev_init() 148 goto exit; sr_dev_init() 159 exit: sr_dev_init()
|
H A D | pm.c | 142 goto exit; omap2_set_init_voltage() 157 goto exit; omap2_set_init_voltage() 164 goto exit; omap2_set_init_voltage() 170 goto exit; omap2_set_init_voltage() 182 goto exit; omap2_set_init_voltage() 190 goto exit; omap2_set_init_voltage() 196 exit: omap2_set_init_voltage()
|
/linux-4.1.27/sound/aoa/core/ |
H A D | core.c | 76 if (codec->fabric && codec->exit) aoa_codec_unregister() 77 codec->exit(codec); aoa_codec_unregister() 142 if (codec->exit) aoa_fabric_unlink_codec() 143 codec->exit(codec); aoa_fabric_unlink_codec()
|
/linux-4.1.27/tools/perf/ui/browsers/ |
H A D | scripts.c | 92 "Press <- or ESC to exit") < 0) script_browser__run() 137 goto exit; script_browse() 153 goto exit; script_browse() 184 exit: script_browse()
|
/linux-4.1.27/tools/power/cpupower/utils/ |
H A D | cpuidle-set.c | 74 exit(EXIT_FAILURE); cmd_idle_set() 95 exit(EXIT_FAILURE); cmd_idle_set() 98 exit(EXIT_FAILURE); cmd_idle_set() 176 exit(EXIT_FAILURE); cmd_idle_set()
|
H A D | cpupower-info.c | 27 exit(EXIT_FAILURE); print_wrong_arg_exit() 97 exit(EXIT_FAILURE); cmd_info()
|
H A D | cpupower.c | 130 exit(EXIT_SUCCESS); handle_options() 134 exit(EXIT_FAILURE); handle_options() 144 exit(EXIT_FAILURE); handle_options() 154 exit(EXIT_SUCCESS); handle_options() 164 exit(EXIT_FAILURE); handle_options()
|
/linux-4.1.27/drivers/net/ethernet/neterion/vxge/ |
H A D | vxge-config.c | 262 goto exit; vxge_hw_flash_fw() 272 exit: vxge_hw_flash_fw() 581 goto exit; __vxge_hw_device_toc_get() 585 exit: __vxge_hw_device_toc_get() 607 goto exit; __vxge_hw_device_reg_addr_get() 643 exit: __vxge_hw_device_reg_addr_get() 792 goto exit; __vxge_hw_device_initialize() 795 exit: __vxge_hw_device_initialize() 819 goto exit; __vxge_hw_vpath_fw_ver_get() 862 exit: __vxge_hw_vpath_fw_ver_get() 967 goto exit; __vxge_hw_vpath_addr_get() 985 exit: __vxge_hw_vpath_addr_get() 1013 goto exit; vxge_hw_device_hw_info_get() 1022 goto exit; vxge_hw_device_hw_info_get() 1060 goto exit; vxge_hw_device_hw_info_get() 1064 goto exit; vxge_hw_device_hw_info_get() 1068 goto exit; vxge_hw_device_hw_info_get() 1085 goto exit; vxge_hw_device_hw_info_get() 1087 exit: vxge_hw_device_hw_info_get() 1102 goto exit; __vxge_hw_blockpool_destroy() 1127 exit: __vxge_hw_blockpool_destroy() 1325 goto exit; vxge_hw_device_initialize() 1330 goto exit; vxge_hw_device_initialize() 1351 goto exit; vxge_hw_device_initialize() 1380 goto exit; vxge_hw_device_initialize() 1386 goto exit; vxge_hw_device_initialize() 1390 exit: vxge_hw_device_initialize() 1460 goto exit; __vxge_hw_vpath_xmac_tx_stats_get() 1468 goto exit; __vxge_hw_vpath_xmac_tx_stats_get() 1472 exit: __vxge_hw_vpath_xmac_tx_stats_get() 1491 goto exit; __vxge_hw_vpath_xmac_rx_stats_get() 1498 goto exit; __vxge_hw_vpath_xmac_rx_stats_get() 1503 exit: __vxge_hw_vpath_xmac_rx_stats_get() 1520 goto exit; __vxge_hw_vpath_stats_get() 1584 goto exit; __vxge_hw_vpath_stats_get() 1588 goto exit; __vxge_hw_vpath_stats_get() 1640 exit: __vxge_hw_vpath_stats_get() 1705 goto exit; vxge_hw_mrpcim_stats_access() 1721 exit: vxge_hw_mrpcim_stats_access() 1743 goto exit; vxge_hw_device_xmac_aggr_stats_get() 1751 goto exit; vxge_hw_device_xmac_aggr_stats_get() 1756 exit: vxge_hw_device_xmac_aggr_stats_get() 1777 goto exit; vxge_hw_device_xmac_port_stats_get() 1785 goto exit; vxge_hw_device_xmac_port_stats_get() 1791 exit: vxge_hw_device_xmac_port_stats_get() 1809 goto exit; vxge_hw_device_xmac_stats_get() 1814 goto exit; vxge_hw_device_xmac_stats_get() 1821 goto exit; vxge_hw_device_xmac_stats_get() 1833 goto exit; vxge_hw_device_xmac_stats_get() 1839 goto exit; vxge_hw_device_xmac_stats_get() 1841 exit: vxge_hw_device_xmac_stats_get() 1914 goto exit; vxge_hw_device_getpause_data() 1919 goto exit; vxge_hw_device_getpause_data() 1924 goto exit; vxge_hw_device_getpause_data() 1932 exit: vxge_hw_device_getpause_data() 1949 goto exit; vxge_hw_device_setpause_data() 1954 goto exit; vxge_hw_device_setpause_data() 1960 goto exit; vxge_hw_device_setpause_data() 1973 exit: vxge_hw_device_setpause_data() 2167 goto exit; vxge_hw_ring_replenish() 2174 exit: vxge_hw_ring_replenish() 2271 goto exit; vxge_hw_blockpool_block_add() 2281 goto exit; vxge_hw_blockpool_block_add() 2310 exit: vxge_hw_blockpool_block_add() 2373 goto exit; __vxge_hw_blockpool_malloc() 2384 goto exit; __vxge_hw_blockpool_malloc() 2410 exit: __vxge_hw_blockpool_malloc() 2552 goto exit; __vxge_hw_mempool_grow() 2571 goto exit; __vxge_hw_mempool_grow() 2581 goto exit; __vxge_hw_mempool_grow() 2613 exit: __vxge_hw_mempool_grow() 2641 goto exit; __vxge_hw_mempool_create() 2647 goto exit; __vxge_hw_mempool_create() 2673 goto exit; __vxge_hw_mempool_create() 2683 goto exit; __vxge_hw_mempool_create() 2694 goto exit; __vxge_hw_mempool_create() 2703 goto exit; __vxge_hw_mempool_create() 2718 goto exit; __vxge_hw_mempool_create() 2721 exit: __vxge_hw_mempool_create() 2770 goto exit; __vxge_hw_ring_reset() 2775 goto exit; __vxge_hw_ring_reset() 2777 exit: __vxge_hw_ring_reset() 2821 goto exit; __vxge_hw_ring_create() 2839 goto exit; __vxge_hw_ring_create() 2888 goto exit; __vxge_hw_ring_create() 2902 goto exit; __vxge_hw_ring_create() 2909 exit: __vxge_hw_ring_create() 3128 goto exit; vxge_hw_mgmt_reg_read() 3217 exit: vxge_hw_mgmt_reg_read() 3254 goto exit; vxge_hw_mgmt_reg_write() 3339 exit: vxge_hw_mgmt_reg_write() 3465 goto exit; __vxge_hw_fifo_create() 3481 goto exit; __vxge_hw_fifo_create() 3540 goto exit; __vxge_hw_fifo_create() 3558 goto exit; __vxge_hw_fifo_create() 3564 goto exit; __vxge_hw_fifo_create() 3568 exit: __vxge_hw_fifo_create() 3601 goto exit; __vxge_hw_vpath_pci_read() 3610 exit: __vxge_hw_vpath_pci_read() 3630 goto exit; vxge_hw_device_flick_link_led() 3640 exit: vxge_hw_device_flick_link_led() 3657 goto exit; __vxge_hw_vpath_rts_table_get() 3674 goto exit; __vxge_hw_vpath_rts_table_get() 3680 exit: __vxge_hw_vpath_rts_table_get() 3697 goto exit; __vxge_hw_vpath_rts_table_set() 3709 exit: __vxge_hw_vpath_rts_table_set() 3727 goto exit; vxge_hw_vpath_rts_rth_set() 3735 goto exit; vxge_hw_vpath_rts_rth_set() 3772 exit: vxge_hw_vpath_rts_rth_set() 3826 goto exit; vxge_hw_vpath_rts_rth_itable_set() 3849 goto exit; vxge_hw_vpath_rts_rth_itable_set() 3866 goto exit; vxge_hw_vpath_rts_rth_itable_set() 3930 goto exit; vxge_hw_vpath_rts_rth_itable_set() 3935 exit: vxge_hw_vpath_rts_rth_itable_set() 4061 goto exit; __vxge_hw_vpath_sw_reset() 4066 exit: __vxge_hw_vpath_sw_reset() 4161 goto exit; __vxge_hw_vpath_kdfc_configure() 4212 exit: __vxge_hw_vpath_kdfc_configure() 4561 goto exit; __vxge_hw_vpath_initialize() 4567 goto exit; __vxge_hw_vpath_initialize() 4571 goto exit; __vxge_hw_vpath_initialize() 4575 goto exit; __vxge_hw_vpath_initialize() 4579 goto exit; __vxge_hw_vpath_initialize() 4603 exit: __vxge_hw_vpath_initialize() 4618 goto exit; __vxge_hw_vp_terminate() 4645 exit: __vxge_hw_vp_terminate() 4663 goto exit; __vxge_hw_vp_initialize() 4681 goto exit; __vxge_hw_vp_initialize() 4687 goto exit; __vxge_hw_vp_initialize() 4700 exit: __vxge_hw_vp_initialize() 4718 goto exit; vxge_hw_vpath_mtu_set() 4736 exit: vxge_hw_vpath_mtu_set() 4755 goto exit; vxge_hw_vpath_stats_enable() 4762 exit: vxge_hw_vpath_stats_enable() 5034 goto exit; vxge_hw_vpath_reset() 5040 exit: vxge_hw_vpath_reset() 5063 goto exit; vxge_hw_vpath_recover_from_reset() 5068 goto exit; vxge_hw_vpath_recover_from_reset() 5072 goto exit; vxge_hw_vpath_recover_from_reset() 5076 goto exit; vxge_hw_vpath_recover_from_reset() 5092 exit: vxge_hw_vpath_recover_from_reset()
|
H A D | vxge-traffic.c | 39 goto exit; vxge_hw_vpath_intr_enable() 46 goto exit; vxge_hw_vpath_intr_enable() 142 exit: vxge_hw_vpath_intr_enable() 166 goto exit; vxge_hw_vpath_intr_disable() 173 goto exit; vxge_hw_vpath_intr_disable() 218 exit: vxge_hw_vpath_intr_disable() 557 goto exit; __vxge_hw_device_handle_link_down_ind() 564 exit: __vxge_hw_device_handle_link_down_ind() 582 goto exit; __vxge_hw_device_handle_link_up_ind() 589 exit: __vxge_hw_device_handle_link_up_ind() 905 goto exit; vxge_hw_device_begin_irq() 918 goto exit; vxge_hw_device_begin_irq() 962 exit: vxge_hw_device_begin_irq() 1314 goto exit; vxge_hw_ring_rxd_next_completed() 1339 goto exit; vxge_hw_ring_rxd_next_completed() 1346 exit: vxge_hw_ring_rxd_next_completed() 1380 goto exit; vxge_hw_ring_handle_tcode() 1385 goto exit; vxge_hw_ring_handle_tcode() 1389 exit: vxge_hw_ring_handle_tcode() 1636 goto exit; vxge_hw_fifo_txdl_next_completed() 1652 goto exit; vxge_hw_fifo_txdl_next_completed() 1658 exit: vxge_hw_fifo_txdl_next_completed() 1687 goto exit; vxge_hw_fifo_handle_tcode() 1691 exit: vxge_hw_fifo_handle_tcode() 1764 goto exit; vxge_hw_vpath_mac_addr_add() 1797 exit: vxge_hw_vpath_mac_addr_add() 1826 goto exit; vxge_hw_vpath_mac_addr_get() 1835 goto exit; vxge_hw_vpath_mac_addr_get() 1848 exit: vxge_hw_vpath_mac_addr_get() 1878 goto exit; vxge_hw_vpath_mac_addr_get_next() 1887 goto exit; vxge_hw_vpath_mac_addr_get_next() 1901 exit: vxge_hw_vpath_mac_addr_get_next() 1931 goto exit; vxge_hw_vpath_mac_addr_delete() 1948 exit: vxge_hw_vpath_mac_addr_delete() 1969 goto exit; vxge_hw_vpath_vid_add() 1976 exit: vxge_hw_vpath_vid_add() 1997 goto exit; vxge_hw_vpath_vid_delete() 2004 exit: vxge_hw_vpath_vid_delete() 2025 goto exit; vxge_hw_vpath_promisc_enable() 2046 exit: vxge_hw_vpath_promisc_enable() 2067 goto exit; vxge_hw_vpath_promisc_disable() 2082 exit: vxge_hw_vpath_promisc_disable() 2101 goto exit; vxge_hw_vpath_bcast_enable() 2112 exit: vxge_hw_vpath_bcast_enable() 2133 goto exit; vxge_hw_vpath_mcast_enable() 2144 exit: vxge_hw_vpath_mcast_enable() 2166 goto exit; vxge_hw_vpath_mcast_disable() 2177 exit: vxge_hw_vpath_mcast_disable() 2197 goto exit; vxge_hw_vpath_alarm_process() 2201 exit: vxge_hw_vpath_alarm_process()
|
/linux-4.1.27/drivers/nfc/st21nfca/ |
H A D | st21nfca_dep.c | 211 goto exit; st21nfca_tm_recv_atr_req() 216 goto exit; st21nfca_tm_recv_atr_req() 223 goto exit; st21nfca_tm_recv_atr_req() 228 goto exit; st21nfca_tm_recv_atr_req() 235 goto exit; st21nfca_tm_recv_atr_req() 239 exit: st21nfca_tm_recv_atr_req() 299 goto exit; st21nfca_tm_recv_psl_req() 306 goto exit; st21nfca_tm_recv_psl_req() 310 exit: st21nfca_tm_recv_psl_req() 347 goto exit; st21nfca_tm_recv_dep_req() 357 goto exit; st21nfca_tm_recv_dep_req() 377 exit: st21nfca_tm_recv_dep_req() 606 goto exit; st21nfca_im_recv_dep_res_cb() 614 goto exit; st21nfca_im_recv_dep_res_cb() 646 exit: st21nfca_im_recv_dep_res_cb()
|
H A D | st21nfca.c | 540 goto exit; st21nfca_get_iso14443_3_atqa() 544 goto exit; st21nfca_get_iso14443_3_atqa() 549 exit: st21nfca_get_iso14443_3_atqa() 562 goto exit; st21nfca_get_iso14443_3_sak() 566 goto exit; st21nfca_get_iso14443_3_sak() 571 exit: st21nfca_get_iso14443_3_sak() 585 goto exit; st21nfca_get_iso14443_3_uid() 589 goto exit; st21nfca_get_iso14443_3_uid() 594 exit: st21nfca_get_iso14443_3_uid() 609 goto exit; st21nfca_get_iso15693_inventory() 616 goto exit; st21nfca_get_iso15693_inventory() 622 exit: st21nfca_get_iso15693_inventory() 712 goto exit; st21nfca_hci_complete_target_discovered() 716 goto exit; st21nfca_hci_complete_target_discovered() 746 goto exit; st21nfca_hci_complete_target_discovered() 750 goto exit; st21nfca_hci_complete_target_discovered() 760 exit: st21nfca_hci_complete_target_discovered()
|
/linux-4.1.27/arch/mips/boot/ |
H A D | elf2ecoff.c | 74 exit(1); copy() 87 exit(1); copy() 91 exit(1); copy() 111 exit(1); combine() 138 exit(1); saveRead() 143 exit(1); saveRead() 150 exit(1); saveRead() 289 exit(1); main() 301 exit(1); main() 310 exit(1); main() 387 exit(1); main() 397 exit(1); main() 508 exit(1); main() 517 exit(1); main() 533 exit(1); main() 542 exit(1); main() 552 exit(1); main() 574 exit(1); main() 590 exit(1); main() 614 exit(1); main() 619 exit(0); main()
|
/linux-4.1.27/drivers/usb/misc/ |
H A D | adutux.c | 174 goto exit; adu_interrupt_in_callback() 194 exit: adu_interrupt_in_callback() 312 goto exit; adu_release() 318 goto exit; adu_release() 337 exit: adu_release() 362 goto exit; adu_read() 369 goto exit; adu_read() 387 goto exit; adu_read() 394 goto exit; adu_read() 447 goto exit; adu_read() 468 goto exit; adu_read() 476 goto exit; adu_read() 503 exit: adu_read() 531 goto exit; adu_write() 538 goto exit; adu_write() 588 goto exit; adu_write() 608 goto exit; adu_write() 620 exit: adu_write() 670 goto exit; adu_probe() 678 goto exit; adu_probe() 787 exit: adu_probe()
|
/linux-4.1.27/drivers/mtd/maps/ |
H A D | pci.c | 27 void (*exit)(struct pci_dev *dev, struct map_pci_info *map); member in struct:mtd_pci_info 35 void (*exit)(struct pci_dev *dev, struct map_pci_info *map); member in struct:map_pci_info 149 .exit = intel_iq80310_exit, 222 .exit = intel_dc21285_exit, 278 map->exit = info->exit; mtd_pci_probe() 299 map->exit(dev, map); mtd_pci_probe() 315 map->exit(dev, map); mtd_pci_remove()
|
/linux-4.1.27/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_sysfs.c | 180 goto exit; ixgbe_sysfs_init() 185 goto exit; ixgbe_sysfs_init() 191 goto exit; ixgbe_sysfs_init() 206 goto exit; ixgbe_sysfs_init() 209 goto exit; ixgbe_sysfs_init() 212 goto exit; ixgbe_sysfs_init() 215 goto exit; ixgbe_sysfs_init() 227 exit: ixgbe_sysfs_init()
|
/linux-4.1.27/drivers/staging/i2o/ |
H A D | config-osm.c | 70 * i2o_config_exit - Configuration OSM exit function 72 * If old ioctl's are compiled in exit remove them and unregisters
|
/linux-4.1.27/drivers/acpi/ |
H A D | processor_core.c | 156 goto exit; map_mat_entry() 159 goto exit; map_mat_entry() 164 goto exit; map_mat_entry() 177 exit: map_mat_entry() 300 goto exit; parse_mat_ioapic_entry() 303 goto exit; parse_mat_ioapic_entry() 308 goto exit; parse_mat_ioapic_entry() 314 exit: parse_mat_ioapic_entry()
|
/linux-4.1.27/arch/mips/include/asm/ |
H A D | pm-cps.h | 17 * enter or exit states requiring CM or CPC assistance in unison. 47 * each coupled CPU. Returns 0 on successful entry & exit, otherwise -errno.
|
/linux-4.1.27/arch/frv/boot/ |
H A D | Makefile | 57 @test "$(INITRD_VIRT)" != "" || (echo This architecture does not support INITRD; exit -1) 58 @test "$(INITRD)" != "" || (echo You must specify INITRD; exit -1)
|
/linux-4.1.27/arch/ia64/scripts/ |
H A D | unwcheck.py | 19 sys.exit(2) 64 sys.exit(1)
|
/linux-4.1.27/arch/m68k/include/asm/ |
H A D | thread_info.h | 63 * bits 0-7 are tested at every exception exit 64 * bits 8-15 are also tested at syscall exit
|
/linux-4.1.27/arch/arm/include/debug/ |
H A D | samsung.S | 67 1002: @ exit busyuart 86 1002: @ exit busyuart
|
/linux-4.1.27/tools/perf/util/ |
H A D | usage.c | 22 exit(129); usage_builtin() 28 exit(128); die_builtin()
|
H A D | tool.h | 39 exit, member in struct:perf_tool
|
/linux-4.1.27/tools/testing/selftests/powerpc/pmu/ebb/ |
H A D | cpu_event_pinned_vs_ebb_test.c | 56 exit(ebb_child(write_pipe, read_pipe)); cpu_event_pinned_vs_ebb() 68 /* If it fails, wait for it to exit */ cpu_event_pinned_vs_ebb()
|
H A D | cpu_event_vs_ebb_test.c | 54 exit(ebb_child(write_pipe, read_pipe)); cpu_event_vs_ebb() 66 /* If it fails, wait for it to exit */ cpu_event_vs_ebb()
|
H A D | ebb_on_child_test.c | 56 exit(victim_child(write_pipe, read_pipe)); ebb_on_child() 75 /* Child should just exit happily */ ebb_on_child()
|
H A D | ebb_on_willing_child_test.c | 63 exit(victim_child(write_pipe, read_pipe)); ebb_on_willing_child() 81 /* Child show now take EBBs and then exit */ ebb_on_willing_child()
|
H A D | task_event_pinned_vs_ebb_test.c | 51 exit(ebb_child(write_pipe, read_pipe)); task_event_pinned_vs_ebb() 63 /* If it fails, wait for it to exit */ task_event_pinned_vs_ebb()
|
H A D | task_event_vs_ebb_test.c | 49 exit(ebb_child(write_pipe, read_pipe)); task_event_vs_ebb() 61 /* If it fails, wait for it to exit */ task_event_vs_ebb()
|
/linux-4.1.27/tools/testing/selftests/powerpc/stringloops/ |
H A D | memcmp.c | 50 exit(1); testcase() 56 exit(1); testcase()
|
/linux-4.1.27/drivers/net/wireless/ |
H A D | at76c50x-usb.c | 389 goto exit; at76_usbdfu_download() 395 goto exit; at76_usbdfu_download() 401 goto exit; at76_usbdfu_download() 411 goto exit; at76_usbdfu_download() 508 exit: at76_usbdfu_download() 624 goto exit; at76_get_hw_config() 630 goto exit; at76_get_hw_config() 636 goto exit; at76_get_hw_config() 641 exit: at76_get_hw_config() 950 goto exit; at76_dump_mib_mac_addr() 960 exit: at76_dump_mib_mac_addr() 979 goto exit; at76_dump_mib_mac_wep() 998 exit: at76_dump_mib_mac_wep() 1016 goto exit; at76_dump_mib_mac_mgmt() 1036 exit: at76_dump_mib_mac_mgmt() 1052 goto exit; at76_dump_mib_mac() 1073 exit: at76_dump_mib_mac() 1089 goto exit; at76_dump_mib_phy() 1106 exit: at76_dump_mib_phy() 1122 goto exit; at76_dump_mib_local() 1131 exit: at76_dump_mib_local() 1148 goto exit; at76_dump_mib_mdomain() 1158 exit: at76_dump_mib_mdomain() 1229 goto exit; at76_submit_rx_urb() 1250 exit: at76_submit_rx_urb() 1299 goto exit; at76_load_external_fw() 1311 exit: at76_load_external_fw() 1331 goto exit; at76_load_internal_fw() 1342 goto exit; at76_load_internal_fw() 1350 exit: at76_load_internal_fw() 1529 goto exit; at76_guess_freq() 1532 goto exit; at76_guess_freq() 1541 goto exit; at76_guess_freq() 1549 exit: at76_guess_freq() 1620 goto exit; at76_load_firmware() 1630 goto exit; at76_load_firmware() 1639 goto exit; at76_load_firmware() 1648 goto exit; at76_load_firmware() 1673 exit: at76_load_firmware() 1906 goto exit; at76_add_interface() 1909 exit: at76_add_interface() 2001 goto exit; at76_hw_scan() 2008 exit: at76_hw_scan() 2332 goto exit; at76_init_new_device() 2338 goto exit; at76_init_new_device() 2381 goto exit; at76_init_new_device() 2393 exit: at76_init_new_device() 2450 goto exit; at76_probe() 2457 goto exit; at76_probe() 2471 goto exit; at76_probe() 2484 goto exit; at76_probe() 2487 goto exit; at76_probe() 2513 goto exit; at76_probe() 2520 goto exit; at76_probe() 2527 goto exit; at76_probe() 2539 exit: at76_probe()
|
/linux-4.1.27/drivers/char/mwave/ |
H A D | tp3780i.c | 92 PRINTK_1(TRACE_TP3780I, "tp3780i::EnableSRAM exit\n"); EnableSRAM() 150 PRINTK_1(TRACE_TP3780I, "tp3780i::DspInterrupt exit\n"); DspInterrupt() 175 PRINTK_2(TRACE_TP3780I, "tp3780i::tp3780I_InitializeBoardData exit retval %x\n", retval); tp3780I_InitializeBoardData() 185 "tp3780i::tp3780I_Cleanup entry and exit pBDData %p\n", pBDData); tp3780I_Cleanup() 232 PRINTK_1(TRACE_TP3780I, "tp3780i::tp3780I_CalcResources exit\n"); tp3780I_CalcResources() 255 PRINTK_2(TRACE_TP3780I, "tp3780i::tp3780I_ClaimResources exit retval %x\n", retval); tp3780I_ClaimResources() 276 "tp3780i::tp3780I_ReleaseResources exit retval %x\n", retval); tp3780I_ReleaseResources() 397 PRINTK_1(TRACE_TP3780I, "tp3780i::tp3780I_EnableDSP exit\n"); tp3780I_EnableDSP() 430 PRINTK_2(TRACE_TP3780I, "tp3780i::tp3780I_DisableDSP exit retval %x\n", retval); tp3780I_DisableDSP() 450 PRINTK_2(TRACE_TP3780I, "tp3780i::tp3780I_ResetDSP exit retval %x\n", retval); tp3780I_ResetDSP() 469 PRINTK_2(TRACE_TP3780I, "tp3780i::tp3780I_StartDSP exit retval %x\n", retval); tp3780I_StartDSP() 507 "tp3780i::tp3780I_QueryAbilities exit retval=SUCCESSFUL\n"); tp3780I_QueryAbilities() 542 PRINTK_2(TRACE_TP3780I, "tp3780i::tp3780I_ReadWriteDspDStore exit retval %x\n", retval); tp3780I_ReadWriteDspDStore() 576 "tp3780i::tp3780I_ReadWriteDspIStore exit retval %x\n", retval); tp3780I_ReadWriteDspIStore()
|
/linux-4.1.27/arch/powerpc/platforms/85xx/ |
H A D | p1022_ds.c | 189 goto exit; p1022ds_set_monitor_port() 195 goto exit; p1022ds_set_monitor_port() 201 goto exit; p1022ds_set_monitor_port() 207 goto exit; p1022ds_set_monitor_port() 213 goto exit; p1022ds_set_monitor_port() 219 goto exit; p1022ds_set_monitor_port() 241 goto exit; p1022ds_set_monitor_port() 266 goto exit; p1022ds_set_monitor_port() 272 goto exit; p1022ds_set_monitor_port() 279 goto exit; p1022ds_set_monitor_port() 285 goto exit; p1022ds_set_monitor_port() 298 goto exit; p1022ds_set_monitor_port() 305 goto exit; p1022ds_set_monitor_port() 350 exit: p1022ds_set_monitor_port()
|
/linux-4.1.27/arch/um/os-Linux/ |
H A D | mem.c | 143 exit(1); create_tmp_file() 148 exit(1); create_tmp_file() 157 exit(1); create_tmp_file() 165 exit(1); create_tmp_file() 199 exit(1); check_tmpexec()
|
H A D | main.c | 31 exit(1); set_stklim() 37 exit(1); set_stklim() 56 exit(1); last_ditch_exit() 68 * handler reset to the default behavior, so that if an exit install_fatal_handler() 78 exit(1); install_fatal_handler() 131 exit(1); main() 137 exit(1); main()
|
/linux-4.1.27/arch/blackfin/kernel/ |
H A D | vmlinux.lds.S | 127 /* We have to discard exit text and such at runtime, not link time, to 132 .exit.text : 141 .exit.data : 146 .text_l1 L1_CODE_START : AT(LOADADDR(.exit.data) + SIZEOF(.exit.data))
|
/linux-4.1.27/arch/arm/mach-netx/ |
H A D | xc.c | 187 goto exit; request_xc() 189 goto exit; request_xc() 193 goto exit; request_xc() 220 goto exit; request_xc() 231 exit: request_xc()
|
/linux-4.1.27/drivers/net/wireless/ath/ath9k/ |
H A D | debug_sta.c | 43 goto exit; read_file_node_aggr() 87 exit: read_file_node_aggr() 123 goto exit; ath_debug_rate_stats() 131 goto exit; ath_debug_rate_stats() 143 goto exit; ath_debug_rate_stats() 152 goto exit; ath_debug_rate_stats() 161 exit: ath_debug_rate_stats()
|
/linux-4.1.27/drivers/rtc/ |
H A D | rtc-opal.c | 128 goto exit; opal_get_tpo_time() 134 goto exit; opal_get_tpo_time() 140 goto exit; opal_get_tpo_time() 147 exit: opal_get_tpo_time() 175 goto exit; opal_set_tpo_time() 181 goto exit; opal_set_tpo_time() 188 exit: opal_set_tpo_time()
|
/linux-4.1.27/drivers/tty/ipwireless/ |
H A D | main.c | 98 goto exit; ipwireless_probe() 155 exit: ipwireless_probe() 182 goto exit; config_ipwireless() 197 goto exit; config_ipwireless() 201 goto exit; config_ipwireless() 211 goto exit; config_ipwireless() 215 exit: config_ipwireless()
|
/linux-4.1.27/arch/powerpc/kvm/ |
H A D | timing.c | 68 " old %lld new %lld type %d exit # of type %d\n", add_exit_timing() 78 " old %lld new %lld type %d exit # of type %d\n", add_exit_timing() 95 u64 exit = vcpu->arch.timing_last_exit; kvmppc_update_timing_stats() local 98 /* save exit time, used next exit when the reenter time is known */ kvmppc_update_timing_stats() 101 if (unlikely(vcpu->arch.last_exit_type == 0xDEAD || exit == 0)) kvmppc_update_timing_stats() 105 add_exit_timing(vcpu, (enter - exit), vcpu->arch.last_exit_type); kvmppc_update_timing_stats()
|
H A D | timing.h | 38 /* if exit timing is not configured there is no need to build the c file */ kvmppc_init_timing_stats() 47 /* account the exit in kvm_stats */ kvmppc_account_exit_stat() 102 /* wrapper to set exit time and account for it in kvm_stats */ kvmppc_account_exit()
|
/linux-4.1.27/arch/x86/um/os-Linux/ |
H A D | task_size.c | 94 exit(1); os_get_top_address() 109 exit(1); os_get_top_address() 134 exit(1); os_get_top_address()
|
/linux-4.1.27/arch/mips/kernel/ |
H A D | vmlinux.lds.S | 119 /* .exit.text is discarded at runtime, not link time, to deal with 122 .exit.text : { 125 .exit.data : {
|
/linux-4.1.27/arch/parisc/kernel/ |
H A D | vmlinux.lds.S | 53 /* we have to discard exit text and such at runtime, not link time */ 54 .exit.text : 58 .exit.data :
|
/linux-4.1.27/arch/arm64/kernel/ |
H A D | vmlinux.lds.S | 15 /* .exit.text needed in case of alternative patching */ 118 .exit.text : { 131 .exit.data : {
|
/linux-4.1.27/arch/ia64/kernel/ |
H A D | vmlinux.lds.S | 23 * unwind exit sections must be discarded before 27 *(.IA_64.unwind.exit.text) 28 *(.IA_64.unwind_info.exit.text)
|
/linux-4.1.27/Documentation/laptops/ |
H A D | freefall.c | 61 exit(1); write_int() 68 exit(1); write_int() 123 exit(1); main()
|
/linux-4.1.27/arch/arc/include/asm/ |
H A D | cacheflush.h | 10 * -likewise for flush_cache_mm (exit/execve) 11 * -likewise for flush_cache_{range,page} (munmap, exit, COW-break) 60 #define flush_cache_mm(mm) /* called on munmap/exit */
|
H A D | tlb.h | 19 * This pair is called at time of munmap/exit to flush cache and TLB entries
|
/linux-4.1.27/arch/arc/kernel/ |
H A D | vmlinux.lds.S | 86 * .exit.text is discard at runtime, not link time, to deal with 90 .exit.text : { EXIT_TEXT } 91 .exit.data : { EXIT_DATA }
|
/linux-4.1.27/kernel/events/ |
H A D | callchain.c | 107 goto exit; get_callchain_buffers() 114 goto exit; get_callchain_buffers() 118 exit: get_callchain_buffers()
|
/linux-4.1.27/tools/vm/ |
H A D | page_owner_sort.c | 68 exit(1); add_list() 95 exit(1); main() 103 exit(1); main()
|
/linux-4.1.27/drivers/media/dvb-core/ |
H A D | dvb_ca_en50221.c | 604 goto exit; dvb_ca_en50221_read_data() 610 goto exit; dvb_ca_en50221_read_data() 616 goto exit; dvb_ca_en50221_read_data() 620 goto exit; dvb_ca_en50221_read_data() 625 goto exit; dvb_ca_en50221_read_data() 628 goto exit; dvb_ca_en50221_read_data() 638 goto exit; dvb_ca_en50221_read_data() 645 goto exit; dvb_ca_en50221_read_data() 652 goto exit; dvb_ca_en50221_read_data() 660 goto exit; dvb_ca_en50221_read_data() 668 goto exit; dvb_ca_en50221_read_data() 672 goto exit; dvb_ca_en50221_read_data() 679 goto exit; dvb_ca_en50221_read_data() 695 exit: dvb_ca_en50221_read_data() 741 goto exit; dvb_ca_en50221_write_data() 745 goto exit; dvb_ca_en50221_write_data() 749 goto exit; dvb_ca_en50221_write_data() 754 goto exit; dvb_ca_en50221_write_data() 757 goto exit; dvb_ca_en50221_write_data() 762 goto exit; dvb_ca_en50221_write_data() 767 goto exit; dvb_ca_en50221_write_data() 771 goto exit; dvb_ca_en50221_write_data() 778 exit: dvb_ca_en50221_write_data() 1331 goto exit; dvb_ca_en50221_io_write() 1340 goto exit; dvb_ca_en50221_io_write() 1351 goto exit; dvb_ca_en50221_io_write() 1357 goto exit; dvb_ca_en50221_io_write() 1364 exit: dvb_ca_en50221_io_write() 1451 /* if we're in nonblocking mode, exit immediately */ dvb_ca_en50221_io_read() 1472 goto exit; dvb_ca_en50221_io_read() 1488 goto exit; dvb_ca_en50221_io_read() 1510 goto exit; dvb_ca_en50221_io_read() 1514 exit: dvb_ca_en50221_io_read() 1681 goto exit; dvb_ca_en50221_init() 1735 exit: dvb_ca_en50221_init()
|
/linux-4.1.27/fs/coda/ |
H A D | upcall.c | 489 goto exit; venus_pioctl() 494 goto exit; venus_pioctl() 514 goto exit; venus_pioctl() 523 goto exit; venus_pioctl() 528 goto exit; venus_pioctl() 534 goto exit; venus_pioctl() 542 goto exit; venus_pioctl() 545 exit: venus_pioctl() 680 goto exit; coda_upcall() 687 goto exit; coda_upcall() 723 goto exit; coda_upcall() 729 goto exit; coda_upcall() 734 goto exit; coda_upcall() 739 goto exit; coda_upcall() 744 if (!sig_req) goto exit; coda_upcall() 749 goto exit; coda_upcall() 767 exit: coda_upcall()
|
/linux-4.1.27/drivers/macintosh/ams/ |
H A D | ams.h | 40 void (*exit)(void); member in struct:ams
|
/linux-4.1.27/arch/x86/tools/ |
H A D | relocs_common.c | 9 exit(1); die()
|
/linux-4.1.27/arch/xtensa/kernel/ |
H A D | Makefile | 26 # .text .ref.text .*init.text .*exit.text .text.*
|
/linux-4.1.27/arch/sparc/boot/ |
H A D | install.sh | 26 exit 1
|
/linux-4.1.27/arch/sparc/prom/ |
H A D | cif.S | 1 /* cif.S: PROM entry/exit assembler trampolines.
|
/linux-4.1.27/arch/um/kernel/skas/ |
H A D | syscall.c | 27 * ls exit. handle_syscall()
|
/linux-4.1.27/arch/unicore32/boot/ |
H A D | Makefile | 37 (echo You must specify INITRD; exit -1)
|
/linux-4.1.27/drivers/usb/host/ |
H A D | ehci-mxc.c | 155 if (pdata && pdata->exit) ehci_mxc_drv_probe() 156 pdata->exit(pdev); ehci_mxc_drv_probe() 178 if (pdata && pdata->exit) ehci_mxc_drv_remove() 179 pdata->exit(pdev); ehci_mxc_drv_remove()
|
/linux-4.1.27/include/linux/mtd/ |
H A D | physmap.h | 27 void (*exit)(struct platform_device *); member in struct:physmap_flash_data
|
/linux-4.1.27/arch/nios2/boot/ |
H A D | install.sh | 26 exit 1
|
/linux-4.1.27/arch/m68k/ |
H A D | install.sh | 26 exit 1
|
/linux-4.1.27/arch/arm/plat-samsung/ |
H A D | dev-backlight.c | 75 .exit = samsung_bl_exit, 133 if (bl_data->exit) samsung_bl_set() 134 samsung_bl_data->exit = bl_data->exit; samsung_bl_set()
|
/linux-4.1.27/arch/arm/mach-bcm/ |
H A D | bcm_kona_smc.h | 19 /* Broadcom Secure Service API service IDs, return codes, and exit codes */
|
/linux-4.1.27/arch/arm/mach-imx/ |
H A D | cpuidle-imx6q.c | 25 * With this lock, we prevent other cpu to exit and enter imx6q_enter_wait()
|
/linux-4.1.27/tools/testing/selftests/x86/ |
H A D | Makefile | 58 exit 0;
|
H A D | single_step_syscall.c | 106 exit(1); check_result() 111 exit(1); check_result() 172 exit(1); main() 176 exit(1); main()
|