Home
last modified time | relevance | path

Searched defs:rc (Results 1 – 25 of 45) sorted by relevance

12

/components/lwp/terminal/
A Dtty_ptmx.c26 int rc; in ptm_fops_open() local
58 int rc; in ptm_fops_close() local
79 ssize_t rc = 0; in ptm_fops_read() local
120 ssize_t rc = 0; in ptm_fops_write() local
162 int rc; in ptm_fops_ioctl() local
230 int rc; in ptm_fops_poll() local
284 rt_err_t rc; in lwp_ptmx_init() local
318 int rc = 0; in sysptmx_readlink() local
328 rt_err_t rc; in _sys_ptmx_init() local
A Dtty_device.c48 int rc; in tty_fops_open() local
77 int rc; in tty_fops_close() local
106 int rc; in tty_fops_ioctl() local
127 ssize_t rc = 0; in tty_fops_read() local
178 ssize_t rc = 0; in tty_fops_write() local
246 int rc; in tty_fops_poll() local
308 rt_err_t rc = -RT_ENOMEM; in lwp_tty_register() local
A Dtty_ctty.c26 int rc = -ENXIO; in ctty_readlink() local
87 rt_err_t rc = -RT_ENOMEM; in lwp_ctty_register() local
A Dtty_cons.c88 int rc = -EIO; in _cons_readlink() local
112 rt_err_t rc; in _cons_init() local
/components/lwp/
A Dlwp_futex_table.c17 rt_err_t rc = 0; in futex_global_table_add() local
28 rt_err_t rc; in futex_global_table_find() local
50 rt_err_t rc; in futex_global_table_delete() local
A Dlwp_internal.c123 rt_err_t rc; in lwp_critical_enter() local
144 rt_err_t rc; in lwp_pgrp_critical_enter() local
165 rt_err_t rc; in lwp_sess_critical_enter() local
A Dlwp_futex.c173 rt_err_t *rc) in _pftx_get()
275 rt_err_t *rc) in _sftx_get()
316 rt_err_t *rc) in _futex_get()
336 rt_err_t rc; in _suspend_thread_timeout_locked() local
397 rt_err_t rc = -RT_EINTR; in _futex_wait() local
723 rt_err_t rc = 0; in lwp_futex() local
812 rt_err_t rc; in _handle_futex_death() local
885 int rc; in lwp_futex_exit_robust_list() local
A Dlwp_itimer.c29 rt_err_t rc = RT_EOK; in lwp_signal_setitimer() local
A Dlwp.c65 int rc; in lwp_component_init() local
575 rt_err_t rc = -RT_ERROR; in lwp_backtrace_frame() local
A Dlwp_pid.c884 sysret_t rc; in _query_event_from_lwp() local
911 sysret_t rc; in _verify_child_and_reap() local
941 sysret_t rc = -ECHILD; in _reap_any_child_pid() local
1101 sysret_t rc; in _wait_and_reap() local
1130 pid_t rc = -1; in lwp_waitpid() local
/components/libc/compilers/newlib/
A Dsyscalls.c186 _off_t rc; in _lseek_r() local
199 int rc; in _mkdir_r() local
212 int rc; in _open_r() local
225 _ssize_t rc; in _read_r() local
258 int rc; in _rename_r() local
271 int rc; in _stat_r() local
295 _ssize_t rc; in _write_r() local
/components/libc/compilers/picolibc/
A Diob.c47 rt_ssize_t rc = rt_device_write(console, -1, &c, 1); in __fputc() local
64 int rc = read(STDIN_FILENO, &c, 1); in __fgetc() local
/components/mm/
A Dmm_anon.c56 long rc; in rt_aspace_anon_ref_inc() local
69 rt_err_t rc; in rt_aspace_anon_ref_dec() local
259 void *rc = RT_NULL; in _get_page_from_backup() local
481 rt_mem_obj_t rc; in _get_private_obj() local
497 int rc = MM_FAULT_FIXABLE_FALSE; in _override_map() local
566 int rc = MM_FAULT_FIXABLE_FALSE; in rt_varea_fix_private_locked() local
634 int rc; in rt_aspace_map_private() local
698 rt_err_t rc; in rt_aspace_fork() local
A Dmm_kmem.c84 char *rc; in rt_kmem_p2v() local
A Dmm_aspace.c650 int rc = (flags & MMF_MAP_FIXED || start != RT_NULL) in _not_in_range() local
1571 int rc; member
1604 int rc; in _compare_varea() local
1641 rt_err_t rc; in _page_put() local
1657 rt_err_t rc; in _page_get() local
1685 rt_err_t rc = -RT_ERROR; in rt_aspace_page_get_phy() local
1721 rt_err_t rc = -RT_ERROR; in rt_aspace_page_put_phy() local
1758 rt_err_t rc = -RT_ERROR; in rt_aspace_page_put() local
1811 rt_err_t rc = -RT_ERROR; in rt_aspace_page_get() local
/components/lwp/terminal/freebsd/
A Dtty_compat.c53 rt_bool_t rc; in _is_already_binding() local
73 rt_bool_t rc; in _is_tty_or_sess_busy() local
148 int rc = -1; in lwp_tty_set_ctrl_proc() local
/components/dfs/dfs_v2/filesystems/ptyfs/
A Dptyfs.c226 const char *rc; in ptyfs_get_rootpath() local
245 ptsno_t rc; in ptyfs_register_pts() local
284 ptsno_t rc; in ptyfs_unregister_pts() local
331 rt_err_t rc; in ptyfs_ops_mount() local
/components/lwp/arch/aarch64/cortex-a/
A Dlwp_arch.c145 void arch_syscall_prepare_signal(rt_base_t rc, struct rt_hw_exp_stack *exp_frame) in arch_syscall_prepare_signal()
166 long rc = exp_frame->x0; in arch_signal_check_erestart() local
/components/drivers/ipc/
A Dcondvar.c76 rt_err_t acq_mtx_succ, rc; in rt_condvar_timedwait() local
A Dpipe.c61 int rc = 0; in pipe_fops_open() local
/components/drivers/serial/
A Dserial_tty.c290 rt_err_t rc; in rt_hw_serial_register_tty() local
416 rt_err_t rc; in _default_console_setup() local
/components/net/lwip/lwip-1.4.1/src/core/
A Dtcp_in.c443 err_t rc; in tcp_listen_input() local
/components/dfs/dfs_v2/src/
A Ddfs_fs.c146 int rc = 0; in dfs_remount() local
A Ddfs_file_mmap.c443 rt_err_t rc; in on_varea_split() local
/components/net/lwip/lwip-2.0.3/src/core/
A Dtcp_in.c568 err_t rc; local

Completed in 33 milliseconds

12