Home
last modified time | relevance | path

Searched refs:exit (Results 1 – 25 of 27) sorted by relevance

12

/components/dfs/dfs_v2/src/
A Ddfs.c433 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 Ddfs.c461 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 Dlwp_pgrp.c371 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 Dlwp_arch_comm.h43 int arch_set_thread_context(void (*exit)(void), void *new_thread_stack,
A Dlwp_session.c316 goto exit; in sys_setsid()
340 exit: in sys_setsid()
A Dlwp_futex.c379 goto exit; in _futex_cmpxchg_value()
388 exit: in _futex_cmpxchg_value()
A Dlwp_syscall.c7069 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 Dmakefsdata.c256 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 Dmakefsdata.c263 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 Dlwp_arch.c160 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 Ddlsyms.c47 RTM_EXPORT(exit);
/components/drivers/ipc/
A Dringbuffer.c436 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 Dlwp_arch.c101 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 Dphye.c106 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 Dphye.h64 rt_err_t (*exit)(struct rt_phye *phye); member
/components/drivers/wlan/
A Ddev_wlan_lwip.c73 goto exit; in netif_is_ready()
107 goto exit; in netif_is_ready()
114 exit: in netif_is_ready()
A Ddev_wlan_mgnt.c351 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 DSConscript46 exit(1)
/components/legacy/usb/usbdevice/class/
A Dmstorage.c845 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 Dcherrysh_port.c322 CSH_SCMD_EXPORT_ALIAS(csh_exit, exit, );
/components/net/lwip/lwip-2.0.3/src/netif/ppp/
A DPPPD_FOLLOWUP73 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 Dauth.c1491 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 DPPPD_FOLLOWUP73 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 Dauth.c1491 exit(1); in auth_check_options()
1499 exit(EXIT_CNID_AUTH_FAILED); in auth_check_options()
/components/utilities/libadt/uthash/
A Duthash.h123 #define uthash_fatal(msg) exit(-1) /* fatal OOM error */
518 #define HASH_OOPS(...) do { fprintf(stderr, __VA_ARGS__); exit(-1); } while (0)

Completed in 53 milliseconds

12