| /components/dfs/dfs_v2/src/ |
| A D | dfs.c | 433 goto exit; in fdt_fd_associate_file() 438 goto exit; in fdt_fd_associate_file() 446 exit: in fdt_fd_associate_file() 684 goto exit; in dfs_dup() 688 goto exit; in dfs_dup() 699 exit: in dfs_dup() 731 goto exit; in dfs_dup_to() 735 goto exit; in dfs_dup_to() 746 exit: in dfs_dup_to() 800 exit: in dfs_dup_from() [all …]
|
| /components/dfs/dfs_v1/src/ |
| A D | dfs.c | 461 goto exit; in sys_dup() 465 goto exit; in sys_dup() 475 exit: in sys_dup() 571 goto exit; in sys_dup2() 575 goto exit; in sys_dup2() 579 goto exit; in sys_dup2() 593 goto exit; in sys_dup2() 610 exit: in sys_dup2() 684 goto exit; in fd_associate() 689 goto exit; in fd_associate() [all …]
|
| /components/lwp/ |
| A D | lwp_pgrp.c | 371 goto exit; in sys_setpgid() 381 goto exit; in sys_setpgid() 393 goto exit; in sys_setpgid() 412 goto exit; in sys_setpgid() 427 goto exit; in sys_setpgid() 435 goto exit; in sys_setpgid() 452 goto exit; in sys_setpgid() 467 goto exit; in sys_setpgid() 476 exit: in sys_setpgid()
|
| A D | lwp_arch_comm.h | 43 int arch_set_thread_context(void (*exit)(void), void *new_thread_stack,
|
| A D | lwp_session.c | 316 goto exit; in sys_setsid() 340 exit: in sys_setsid()
|
| A D | lwp_futex.c | 379 goto exit; in _futex_cmpxchg_value() 388 exit: in _futex_cmpxchg_value()
|
| A D | lwp_syscall.c | 7069 goto exit; in sys_getaddrinfo() 7079 goto exit; in sys_getaddrinfo() 7086 goto exit; in sys_getaddrinfo() 7092 goto exit; in sys_getaddrinfo() 7099 goto exit; in sys_getaddrinfo() 7110 goto exit; in sys_getaddrinfo() 7117 goto exit; in sys_getaddrinfo() 7123 goto exit; in sys_getaddrinfo() 7130 goto exit; in sys_getaddrinfo() 7141 goto exit; in sys_getaddrinfo() [all …]
|
| /components/net/lwip/lwip-2.0.3/src/apps/httpd/makefsdata/ |
| A D | makefsdata.c | 256 exit(0); in main() 260 exit(0); in main() 269 exit(-1); in main() 278 exit(-1); in main() 297 exit(-1); in main() 303 exit(-1); in main() 403 exit(-1); in copy_file() 419 exit(-1); in concat_files() 491 exit(-1); in get_file_data() 497 exit(-1); in get_file_data() [all …]
|
| /components/net/lwip/lwip-2.1.2/src/apps/http/makefsdata/ |
| A D | makefsdata.c | 263 exit(0); in main() 272 exit(-1); in main() 281 exit(-1); in main() 300 exit(-1); in main() 306 exit(-1); in main() 412 exit(-1); in copy_file() 428 exit(-1); in concat_files() 543 exit(-1); in get_file_data() 549 exit(-1); in get_file_data() 713 exit(-1); in fix_filename_for_c() [all …]
|
| /components/lwp/arch/risc-v/rv64/ |
| A D | lwp_arch.c | 160 int arch_set_thread_context(void (*exit)(void), void *new_thread_stack, in arch_set_thread_context() 163 RT_ASSERT(exit != RT_NULL); in arch_set_thread_context() 200 stk = (void *)_rt_hw_stack_init((rt_ubase_t *)stk, (rt_ubase_t)exit, sstatus); in arch_set_thread_context() 214 thread_frame->epc = (rt_ubase_t)exit; in arch_set_thread_context()
|
| /components/libc/posix/libdl/ |
| A D | dlsyms.c | 47 RTM_EXPORT(exit);
|
| /components/drivers/ipc/ |
| A D | ringbuffer.c | 436 goto exit; in rt_ringbuffer_create() 443 goto exit; in rt_ringbuffer_create() 447 exit: in rt_ringbuffer_create()
|
| /components/lwp/arch/aarch64/cortex-a/ |
| A D | lwp_arch.c | 101 int arch_set_thread_context(void (*exit)(void), void *new_thread_stack, in arch_set_thread_context() 116 thread_frame = (void *)rt_hw_stack_init(exit, RT_NULL, (void *)syscall_frame, RT_NULL); in arch_set_thread_context()
|
| /components/drivers/phye/ |
| A D | phye.c | 106 if (phye->init_count == 1 && phye->ops->exit) in rt_phye_exit() 108 if ((err = phye->ops->exit(phye))) in rt_phye_exit()
|
| /components/drivers/include/drivers/ |
| A D | phye.h | 64 rt_err_t (*exit)(struct rt_phye *phye); member
|
| /components/drivers/wlan/ |
| A D | dev_wlan_lwip.c | 73 goto exit; in netif_is_ready() 107 goto exit; in netif_is_ready() 114 exit: in netif_is_ready()
|
| A D | dev_wlan_mgnt.c | 351 goto exit; in rt_wlan_auto_connect_run() 358 goto exit; in rt_wlan_auto_connect_run() 367 goto exit; in rt_wlan_auto_connect_run() 378 exit: in rt_wlan_auto_connect_run()
|
| /components/lwp/vdso/ |
| A D | SConscript | 46 exit(1)
|
| /components/legacy/usb/usbdevice/class/ |
| A D | mstorage.c | 845 goto exit; in _ep_out_handler() 859 goto exit; in _ep_out_handler() 865 goto exit; in _ep_out_handler() 902 exit: in _ep_out_handler()
|
| /components/drivers/usb/cherryusb/demo/adb/ |
| A D | cherrysh_port.c | 322 CSH_SCMD_EXPORT_ALIAS(csh_exit, exit, );
|
| /components/net/lwip/lwip-2.0.3/src/netif/ppp/ |
| A D | PPPD_FOLLOWUP | 73 Again, we are not running as a heavy process, so all exit() or _exit() calls 239 2013-03-11 - pppd: Default exit status to EXIT_CONNECT_FAILED during connection phase
|
| A D | auth.c | 1491 exit(1); in auth_check_options() 1499 exit(EXIT_CNID_AUTH_FAILED); in auth_check_options()
|
| /components/net/lwip/lwip-2.1.2/src/netif/ppp/ |
| A D | PPPD_FOLLOWUP | 73 Again, we are not running as a heavy process, so all exit() or _exit() calls 239 2013-03-11 - pppd: Default exit status to EXIT_CONNECT_FAILED during connection phase
|
| A D | auth.c | 1491 exit(1); in auth_check_options() 1499 exit(EXIT_CNID_AUTH_FAILED); in auth_check_options()
|
| /components/utilities/libadt/uthash/ |
| A D | uthash.h | 123 #define uthash_fatal(msg) exit(-1) /* fatal OOM error */ 518 #define HASH_OOPS(...) do { fprintf(stderr, __VA_ARGS__); exit(-1); } while (0)
|