Home
last modified time | relevance | path

Searched defs:tp (Results 1 – 25 of 26) sorted by relevance

12

/components/lwp/terminal/freebsd/
A Dtty_ttydisc.c98 void ttydisc_open(struct lwp_tty *tp) in ttydisc_open()
103 void ttydisc_close(struct lwp_tty *tp) in ttydisc_close()
621 void ttydisc_optimize(struct lwp_tty *tp) in ttydisc_optimize()
742 struct lwp_tty *tp = d; in ttydisc_reprint_char() local
747 static void ttydisc_reprint(struct lwp_tty *tp) in ttydisc_reprint()
763 struct lwp_tty *tp; member
770 struct lwp_tty *tp = data->tp; in ttydisc_recalc_charlength() local
796 static int ttydisc_rubchar(struct lwp_tty *tp) in ttydisc_rubchar()
1333 void ttydisc_rint_done(struct lwp_tty *tp) in ttydisc_rint_done()
1348 size_t ttydisc_rint_poll(struct lwp_tty *tp) in ttydisc_rint_poll()
[all …]
A Dtty.c102 static int tty_watermarks(struct lwp_tty *tp) in tty_watermarks()
133 static int tty_drain(struct lwp_tty *tp, int leaving) in tty_drain()
198 rt_inline int ttydev_enter(struct lwp_tty *tp) in ttydev_enter()
214 static void ttydev_leave(struct lwp_tty *tp) in ttydev_leave()
835 static void tty_rel_free(struct lwp_tty *tp) in tty_rel_free()
904 void tty_rel_gone(struct lwp_tty *tp) in tty_rel_gone()
995 void tty_wakeup(struct lwp_tty *tp, int flags) in tty_wakeup()
1067 void tty_flush(struct lwp_tty *tp, int flags) in tty_flush()
1400 int tty_checkoutq(struct lwp_tty *tp) in tty_checkoutq()
1406 void tty_hiwat_in_block(struct lwp_tty *tp) in tty_hiwat_in_block()
[all …]
A Dtty_pts.c439 struct lwp_tty *tp = fp->f_data; in pts_kqops_read_detach() local
448 struct lwp_tty *tp = fp->f_data; in pts_kqops_read_event() local
466 struct lwp_tty *tp = fp->f_data; in pts_kqops_write_detach() local
475 struct lwp_tty *tp = fp->f_data; in pts_kqops_write_event() local
503 struct lwp_tty *tp = fp->f_data; in ptsdev_kqfilter() local
533 struct lwp_tty *tp = fp->f_data; in ptsdev_stat() local
593 struct lwp_tty *tp; in ptsdev_fill_kinfo() local
633 static void ptsdrv_inwakeup(struct lwp_tty *tp) in ptsdrv_inwakeup()
641 static int ptsdrv_open(struct lwp_tty *tp) in ptsdrv_open()
654 static void ptsdrv_close(struct lwp_tty *tp) in ptsdrv_close()
[all …]
A Dtty_compat.c51 static rt_bool_t _is_already_binding(lwp_tty_t tp, rt_lwp_t p) in _is_already_binding()
71 static rt_bool_t _is_tty_or_sess_busy(lwp_tty_t tp, rt_lwp_t p) in _is_tty_or_sess_busy()
100 int lwp_tty_bg_stop(struct lwp_tty *tp, struct rt_condvar *cv) in lwp_tty_bg_stop()
146 int lwp_tty_set_ctrl_proc(lwp_tty_t tp, rt_thread_t td) in lwp_tty_set_ctrl_proc()
194 int lwp_tty_assign_foreground(lwp_tty_t tp, rt_thread_t td, int pgid) in lwp_tty_assign_foreground()
252 void lwp_tty_signal_sessleader(struct lwp_tty *tp, int sig) in lwp_tty_signal_sessleader()
277 void lwp_tty_signal_pgrp(struct lwp_tty *tp, int sig) in lwp_tty_signal_pgrp()
338 int lwp_tty_ioctl_adapter(lwp_tty_t tp, int cmd, int oflags, void *args, rt_thread_t td) in lwp_tty_ioctl_adapter()
A Dtty_outq.c102 int ttyoutq_setsize(struct ttyoutq *to, struct lwp_tty *tp, size_t size) in ttyoutq_setsize()
216 int ttyoutq_read_uio(struct ttyoutq *to, struct lwp_tty *tp, struct uio *uio) in ttyoutq_read_uio()
A Dtty_inq.c124 int ttyinq_setsize(struct ttyinq *ti, struct lwp_tty *tp, size_t size) in ttyinq_setsize()
173 int ttyinq_read_uio(struct ttyinq *ti, struct lwp_tty *tp, struct uio *uio, in ttyinq_read_uio()
/components/lwp/terminal/
A Dterminal.h207 #define tty_getlock(tp) ((tp)->t_mtx) argument
210 #define tty_lock_owned(tp) \ argument
235 #define tty_opened(tp) ((tp)->t_flags & TF_OPENED) argument
236 #define tty_gone(tp) ((tp)->t_flags & TF_GONE) argument
237 #define tty_softc(tp) ((tp)->t_devswsoftc) argument
238 #define tty_devname(tp) ((tp)->parent.parent.name) argument
297 rt_inline int ttydevsw_open(struct lwp_tty *tp) in ttydevsw_open()
305 rt_inline void ttydevsw_close(struct lwp_tty *tp) in ttydevsw_close()
313 rt_inline void ttydevsw_outwakeup(struct lwp_tty *tp) in ttydevsw_outwakeup()
325 rt_inline void ttydevsw_inwakeup(struct lwp_tty *tp) in ttydevsw_inwakeup()
[all …]
A Dtty_device.c49 lwp_tty_t tp; in tty_fops_open() local
78 lwp_tty_t tp; in tty_fops_close() local
107 lwp_tty_t tp; in tty_fops_ioctl() local
132 struct lwp_tty *tp; in tty_fops_read() local
183 struct lwp_tty *tp; in tty_fops_write() local
248 struct lwp_tty *tp; in tty_fops_poll() local
339 static void tty_init_termios(lwp_tty_t tp) in tty_init_termios()
361 lwp_tty_t tp; in lwp_tty_create_ext() local
417 void lwp_tty_delete(lwp_tty_t tp) in lwp_tty_delete()
452 void tty_info(struct lwp_tty *tp) in tty_info()
A Dtty_ptmx.c59 lwp_tty_t tp; in ptm_fops_close() local
84 struct lwp_tty *tp; in ptm_fops_read() local
125 struct lwp_tty *tp; in ptm_fops_write() local
163 lwp_tty_t tp; in ptm_fops_ioctl() local
232 struct lwp_tty *tp; in ptm_fops_poll() local
A Dbsd_ttydisc.h65 #define ttydisc_can_bypass(tp) ((tp)->t_flags & TF_BYPASS) argument
A Dtty_internal.h60 rt_inline int tty_is_ctty(struct lwp_tty *tp, struct rt_lwp *p) in tty_is_ctty()
A Dtty_ctty.c27 lwp_tty_t tp; in ctty_readlink() local
A Dbsd_porting.h156 #define ttyhook_hashook(tp, hook) \ argument
159 #define ttyhook_hashook(tp, hook) (RT_FALSE) argument
335 rt_inline int constty_clear(struct lwp_tty *tp) in constty_clear()
341 rt_inline int constty_set(struct lwp_tty *tp) in constty_set()
/components/drivers/serial/
A Dserial_tty.c119 lwp_tty_t tp; in _serial_ty_bypass() local
131 rt_inline void _setup_serial(struct rt_serial_device* serial, lwp_tty_t tp, in _setup_serial()
137 rt_inline void _restore_serial(struct rt_serial_device *serial, lwp_tty_t tp, in _restore_serial()
143 static void _serial_tty_set_speed(struct lwp_tty *tp) in _serial_tty_set_speed()
167 static void serial_tty_outwakeup(struct lwp_tty *tp) in serial_tty_outwakeup()
199 static int serial_tty_open(struct lwp_tty *tp) in serial_tty_open()
226 static void serial_tty_close(struct lwp_tty *tp) in serial_tty_close()
239 static int serial_tty_ioctl(struct lwp_tty *tp, rt_ubase_t cmd, rt_caddr_t data, in serial_tty_ioctl()
258 static int serial_tty_param(struct lwp_tty *tp, struct termios *t) in serial_tty_param()
345 lwp_tty_t tp; in rt_hw_serial_unregister_tty() local
[all …]
/components/drivers/usb/cherryusb/class/vendor/net/
A Dusbh_rtl8152.c1381 static void rtl_tally_reset(struct usbh_rtl8152 *tp) in rtl_tally_reset()
1436 static void rtl_set_eee_plus(struct usbh_rtl8152 *tp) in rtl_set_eee_plus()
1490 static void rtl_disable(struct usbh_rtl8152 *tp) in rtl_disable()
1610 static void r8152b_exit_oob(struct usbh_rtl8152 *tp) in r8152b_exit_oob()
1717 static void r8152b_init(struct usbh_rtl8152 *tp) in r8152b_init()
1757 static int rtl_enable(struct usbh_rtl8152 *tp) in rtl_enable()
1786 static int rtl8152_enable(struct usbh_rtl8152 *tp) in rtl8152_enable()
1793 static void rtl8152_disable(struct usbh_rtl8152 *tp) in rtl8152_disable()
1800 static void rtl8152_up(struct usbh_rtl8152 *tp) in rtl8152_up()
1807 static void rtl8152_down(struct usbh_rtl8152 *tp) in rtl8152_down()
[all …]
/components/libc/compilers/common/
A Dcstdlib.c78 char *tp = tmp; in ltoa() local
151 char *tp = tmp; in ultoa() local
A Dctime.c628 int clock_gettime(clockid_t clockid, struct timespec *tp) in clock_gettime()
720 int clock_settime(clockid_t clockid, const struct timespec *tp) in clock_settime()
763 struct timespec tp = {0}; in rt_timespec_to_tick() local
/components/libc/cplusplus/cpp11/gcc/
A Dutils.cpp24 timespec tp; in now() local
/components/lwp/
A Dlwp_jobctrl.c48 lwp_tty_t tp; in lwp_jobctrl_on_exit() local
A Dlwp_signal.c225 #define _SIGQ(tp) (&(tp)->signal.sig_queue) argument
/components/libc/posix/pthreads/
A Dsched.c44 int sched_rr_get_interval(pid_t pid, struct timespec *tp) in sched_rr_get_interval()
/components/dfs/dfs_v1/filesystems/elmfat/
A Dff.c3094 const TCHAR *tp, *tt; local
4277 TCHAR *tp = buff; local
6513 const TCHAR *tp; local
6833 TCHAR tc, pad, *tp; local
/components/dfs/dfs_v2/filesystems/elmfat/
A Dff.c3142 const TCHAR *tp; local
4341 TCHAR *tp = buff; local
6603 const TCHAR* tp; local
6925 TCHAR *tp; local
/components/net/lwip/lwip-2.1.2/src/netif/ppp/
A Deap.c317 struct tm *tp; in pncrypt_setkey() local
/components/net/lwip/lwip-2.0.3/src/netif/ppp/
A Deap.c317 struct tm *tp; in pncrypt_setkey() local

Completed in 95 milliseconds

12