Home
last modified time | relevance | path

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

12345678910>>...18

/openbsd/sys/kern/
H A Dtty.c202 ttyclose(struct tty *tp) in ttyclose()
1208 ttnread(struct tty *tp) in ttnread()
1257 ttywait(struct tty *tp) in ttywait()
1308 ttychars(struct tty *tp) in ttychars()
1318 ttyblock(struct tty *tp) in ttyblock()
1364 ttstart(struct tty *tp) in ttstart()
1456 ttypend(struct tty *tp) in ttypend()
2149 ttyinfo(struct tty *tp) in ttyinfo()
2347 struct tty *tp; in ttymalloc() local
2380 ttyfree(struct tty *tp) in ttyfree()
[all …]
H A Dtty_pty.c233 struct tty *tp; in ptsopen() local
271 struct tty *tp = pti->pt_tty; in ptsclose() local
286 struct tty *tp = pti->pt_tty; in ptsread() local
335 struct tty *tp = pti->pt_tty; in ptswrite() local
347 ptsstart(struct tty *tp) in ptsstart()
404 struct tty *tp; in ptcopen() local
427 struct tty *tp = pti->pt_tty; in ptcclose() local
439 struct tty *tp = pti->pt_tty; in ptcread() local
619 struct tty *tp; in filt_ptcread() local
661 struct tty *tp; in filt_ptcwrite() local
[all …]
/openbsd/sys/net/
H A Dif_trunk.c210 struct trunk_port *tp; in trunk_clone_destroy() local
252 struct trunk_port *tp; in trunk_capabilities() local
286 struct trunk_port *tp; in trunk_port_create() local
397 struct trunk_port *tp; in trunk_port_checkstacking() local
554 struct trunk_port *tp; in trunk_port_get() local
621 struct trunk_port *tp; in trunk_ioctl() local
1009 struct trunk_port *tp; in trunk_ioctl_allports() local
1148 struct trunk_port *tp; in trunk_input() local
1223 struct trunk_port *tp; in trunk_media_status() local
1322 struct trunk_port *tp; in trunk_rr_attach() local
[all …]
H A Dppp_tty.c164 pppopen(dev_t dev, struct tty *tp, struct proc *p) in pppopen()
230 pppclose(struct tty *tp, int flag, struct proc *p) in pppclose()
279 pppread(struct tty *tp, struct uio *uio, int flag) in pppread()
333 pppwrite(struct tty *tp, struct uio *uio, int flag) in pppwrite()
384 ppptioctl(struct tty *tp, u_long cmd, caddr_t data, int flag, struct proc *p) in ppptioctl()
496 struct tty *tp = (struct tty *) sc->sc_devp; in pppasyncstart() local
681 struct tty *tp; in pppasyncctlp() local
700 pppstart_internal(struct tty *tp, int force) in pppstart_internal()
726 pppstart(struct tty *tp) in pppstart()
738 struct tty *tp = (struct tty *) sc->sc_devp; in ppp_timeout() local
[all …]
/openbsd/gnu/usr.bin/binutils/gdb/
H A Dthread.c72 struct thread_info *tp; in delete_step_resume_breakpoint() local
125 struct thread_info *tp; in add_thread() local
161 struct thread_info *tp; in find_thread_id() local
174 struct thread_info *tp; in find_thread_pid() local
201 struct thread_info *tp; in iterate_over_threads() local
213 struct thread_info *tp; in valid_thread_id() local
225 struct thread_info *tp; in pid_to_thread_id() local
247 struct thread_info *tp; in in_thread_list() local
261 struct thread_info *tp; in do_captured_list_thread_ids() local
307 struct thread_info *tp; in load_infrun_state() local
[all …]
/openbsd/sys/netinet/
H A Dtcp_usrreq.c199 struct tcpcb *tp; in tcp_sogetpcb() local
329 struct tcpcb *tp; in tcp_ctloutput() local
476 struct tcpcb *tp; in tcp_attach() local
564 struct tcpcb *tp; in tcp_bind() local
711 struct tcpcb *tp; in tcp_accept() local
804 struct tcpcb *tp; in tcp_rcvd() local
838 struct tcpcb *tp; in tcp_send() local
902 struct tcpcb *tp; in tcp_sense() local
923 struct tcpcb *tp; in tcp_rcvoob() local
957 struct tcpcb *tp; in tcp_sendoob() local
[all …]
H A Dtcp_timer.c88 tcp_timer_enter(struct inpcb *inp, struct socket **so, struct tcpcb **tp, in tcp_timer_enter()
125 struct tcpcb *otp = NULL, *tp; in tcp_timer_delack() local
165 tcp_canceltimers(struct tcpcb *tp) in tcp_canceltimers()
185 tcp_timer_freesack(struct tcpcb *tp) in tcp_timer_freesack()
205 struct tcpcb *otp = NULL, *tp; in tcp_timer_rexmt() local
400 struct tcpcb *otp = NULL, *tp; in tcp_timer_persist() local
449 struct tcpcb *otp = NULL, *tp; in tcp_timer_keep() local
509 struct tcpcb *otp = NULL, *tp; in tcp_timer_2msl() local
539 struct tcpcb *tp = arg; in tcp_timer_reaper() local
H A Dtcp_input.c135 #define ND6_HINT(tp) \ argument
144 #define ND6_HINT(tp) argument
166 #define TCP_SETUP_ACK(tp, tiflags, m) \ argument
211 tcp_reass(struct tcpcb * tp,struct tcphdr * th,struct mbuf * m,int * tlen) tcp_reass() argument
310 tcp_flush_queue(struct tcpcb * tp) tcp_flush_queue() argument
364 struct tcpcb *otp = NULL, *tp = NULL; tcp_input() local
2149 tcp_dooptions(struct tcpcb * tp,u_char * cp,int cnt,struct tcphdr * th,struct mbuf * m,int iphlen,struct tcp_opt_info * oi,u_int rtableid,uint64_t now) tcp_dooptions() argument
2338 tcp_update_sack_list(struct tcpcb * tp,tcp_seq rcv_laststart,tcp_seq rcv_lastend) tcp_update_sack_list() argument
2433 tcp_sack_option(struct tcpcb * tp,struct tcphdr * th,u_char * cp,int optlen) tcp_sack_option() argument
2619 tcp_del_sackholes(struct tcpcb * tp,struct tcphdr * th) tcp_del_sackholes() argument
2648 tcp_clean_sackreport(struct tcpcb * tp) tcp_clean_sackreport() argument
2664 tcp_sack_partialack(struct tcpcb * tp,struct tcphdr * th) tcp_sack_partialack() argument
2696 struct tcpcb *tp = sototcpcb(so); tcp_pulloutofband() local
2717 tcp_xmit_timer(struct tcpcb * tp,int32_t rtt) tcp_xmit_timer() argument
2819 tcp_mss(struct tcpcb * tp,int offer) tcp_mss() argument
2958 tcp_hdrsz(struct tcpcb * tp) tcp_hdrsz() argument
2998 tcp_mss_update(struct tcpcb * tp) tcp_mss_update() argument
3045 tcp_newreno_partialack(struct tcpcb * tp,struct tcphdr * th) tcp_newreno_partialack() argument
3230 syn_cache_insert(struct syn_cache * sc,struct tcpcb * tp) syn_cache_insert() argument
3451 syn_cache_cleanup(struct tcpcb * tp) syn_cache_cleanup() argument
3537 struct tcpcb *tp = NULL; syn_cache_get() local
3812 struct tcpcb tb, *tp; syn_cache_add() local
[all...]
H A Dtcp_subr.c201 tcp_template(struct tcpcb *tp) in tcp_template()
429 struct tcpcb *tp; in tcp_newtcpcb() local
487 tcp_drop(struct tcpcb *tp, int errno) in tcp_drop()
510 tcp_close(struct tcpcb *tp) in tcp_close()
541 tcp_freeq(struct tcpcb *tp) in tcp_freeq()
576 struct tcpcb *tp = intotcpcb(inp); in tcp_notify() local
605 struct tcpcb *tp; in tcp6_ctlinput() local
714 struct tcpcb *tp; in tcp_ctlinput() local
858 struct tcpcb *tp = intotcpcb(inp); in tcp_mtudisc() local
896 struct tcpcb *tp = intotcpcb(inp); in tcp_mtudisc_increase() local
[all …]
/openbsd/lib/libcurses/
H A Dterm_entry.h59 #define NUM_BOOLEANS(tp) (tp)->num_Booleans argument
60 #define NUM_NUMBERS(tp) (tp)->num_Numbers argument
61 #define NUM_STRINGS(tp) (tp)->num_Strings argument
62 #define EXT_NAMES(tp,i,limit,index,table) (i >= limit) ? tp->ext_Names[index] : table[i] argument
70 #define NUM_EXT_NAMES(tp) (unsigned) ((tp)->ext_Booleans + (tp)->ext_Numbers + (tp)->ext_Strings) argument
72 #define for_each_boolean(n,tp) for(n = 0; n < NUM_BOOLEANS(tp); n++) argument
73 #define for_each_number(n,tp) for(n = 0; n < NUM_NUMBERS(tp); n++) argument
74 #define for_each_string(n,tp) for(n = 0; n < NUM_STRINGS(tp); n++) argument
77 #define for_each_ext_boolean(n,tp) for(n = BOOLCOUNT; (int) n < (int) NUM_BOOLEANS(tp); n++) argument
78 #define for_each_ext_number(n,tp) for(n = NUMCOUNT; (int) n < (int) NUM_NUMBERS(tp); n++) argument
[all …]
/openbsd/usr.sbin/nsd/
H A Dxfrd-tcp.c81 setup_ssl(struct xfrd_tcp_pipeline* tp, struct xfrd_tcp_set* tcp_set, in setup_ssl()
116 ssl_handshake(struct xfrd_tcp_pipeline* tp) in ssl_handshake()
263 xfrd_tcp_pipeline_cleanup(struct xfrd_tcp_pipeline* tp) in xfrd_tcp_pipeline_cleanup()
273 xfrd_tcp_pipeline_init(struct xfrd_tcp_pipeline* tp) in xfrd_tcp_pipeline_init()
288 struct xfrd_tcp_pipeline* tp = (struct xfrd_tcp_pipeline*) in xfrd_tcp_pipeline_create() local
599 xfrd_tcp_pipe_stop(struct xfrd_tcp_pipeline* tp) in xfrd_tcp_pipe_stop()
626 tcp_pipe_reset_timeout(struct xfrd_tcp_pipeline* tp) in tcp_pipe_reset_timeout()
656 struct xfrd_tcp_pipeline* tp = (struct xfrd_tcp_pipeline*)arg; in xfrd_handle_tcp_pipe() local
715 struct xfrd_tcp_pipeline* tp; in xfrd_tcp_obtain() local
1438 xfrd_tcp_read(struct xfrd_tcp_pipeline* tp) in xfrd_tcp_read()
[all …]
/openbsd/sys/dev/wscons/
H A Dwstpad.c44 #define PRIMARYBTN_CLICKED(tp) ((tp)->btns_sync & PRIMARYBTN & (tp)->btns) argument
45 #define PRIMARYBTN_RELEASED(tp) ((tp)->btns_sync & PRIMARYBTN & ~(tp)->btns) argument
47 #define IS_MT(tp) ((tp)->features & WSTPAD_MT) argument
48 #define DISABLE(tp) ((tp) argument
324 wstpad_set_direction(struct wstpad * tp,struct tpad_touch * t,int dx,int dy) wstpad_set_direction() argument
401 edge_flags(struct wstpad * tp,int x,int y) edge_flags() argument
420 struct wstpad *tp = input->tp; get_2nd_touch() local
433 set_freeze_ts(struct wstpad * tp,int sec,int ms) set_freeze_ts() argument
445 struct wstpad *tp = input->tp; wstpad_scroll_coords() local
470 wstpad_scroll(struct wstpad * tp,int dx,int dy,int mag,u_int * cmds) wstpad_scroll() argument
525 struct wstpad *tp = input->tp; wstpad_f2scroll() local
572 struct wstpad *tp = input->tp; wstpad_edgescroll() local
593 sbtn(struct wstpad * tp,int x,int y) sbtn() argument
605 top_sbtn(struct wstpad * tp,int x,int y) top_sbtn() argument
618 struct wstpad *tp = input->tp; wstpad_get_sbtn() local
643 struct wstpad *tp = input->tp; wstpad_mtbtn_contacts() local
674 struct wstpad *tp = input->tp; wstpad_softbuttons() local
692 wstpad_is_tap(struct wstpad * tp,struct tpad_touch * t) wstpad_is_tap() argument
706 wstpad_tap_filter(struct wstpad * tp,struct tpad_touch * t) wstpad_tap_filter() argument
725 struct wstpad *tp = input->tp; wstpad_tap_touch() local
753 wstpad_tap_button(struct wstpad * tp) wstpad_tap_button() argument
767 tap_unmask(struct wstpad * tp) tap_unmask() argument
782 struct wstpad *tp = input->tp; wstpad_tap() local
895 struct wstpad *tp = input->tp; wstpad_tap_sync() local
905 struct wstpad *tp = input->tp; wstpad_tap_timeout() local
959 struct wstpad *tp = input->tp; wstpad_click() local
970 struct wstpad *tp = input->tp; wstpad_cmds() local
1046 struct wstpad *tp = input->tp; wstpad_mt_inputs() local
1124 struct wstpad *tp = input->tp; wstpad_mt_masks() local
1196 struct wstpad *tp = input->tp; wstpad_touch_inputs() local
1266 struct wstpad *tp = input->tp; wstpad_process_input() local
1474 struct wstpad *tp = input->tp; wstpad_init() local
1570 struct wstpad *tp; wstpad_configure() local
1713 struct wstpad *tp = input->tp; wstpad_reset() local
1729 struct wstpad *tp = input->tp; wstpad_cleanup() local
1742 struct wstpad *tp = input->tp; wstpad_set_param() local
1843 struct wstpad *tp = input->tp; wstpad_get_param() local
[all...]
/openbsd/usr.bin/mandoc/
H A Dtbl_term.c160 term_tbl(struct termp *tp, const struct tbl_span *sp) in term_tbl()
565 tbl_hrule(struct termp *tp, const struct tbl_span *spp, in tbl_hrule()
710 tbl_data(struct termp *tp, const struct tbl_opts *opts, in tbl_data()
762 tbl_fill_string(struct termp *tp, const char *cp, size_t len) in tbl_fill_string()
772 tbl_fill_char(struct termp *tp, char c, size_t len) in tbl_fill_char()
782 tbl_fill_border(struct termp *tp, int c, size_t len) in tbl_fill_border()
794 tbl_direct_border(struct termp *tp, int c, size_t len) in tbl_direct_border()
807 tbl_literal(struct termp *tp, const struct tbl_dat *dp, in tbl_literal()
852 tbl_number(struct termp *tp, const struct tbl_opts *opts, in tbl_number()
919 tbl_word(struct termp *tp, const struct tbl_dat *dp) in tbl_word()
/openbsd/sys/arch/powerpc64/dev/
H A Dopalcons.c143 struct tty *tp; in opalconsopen() local
175 struct tty *tp; in opalconsclose() local
190 struct tty *tp; in opalconsread() local
203 struct tty *tp; in opalconswrite() local
216 struct tty *tp; in opalconsioctl() local
234 opalconsstart(struct tty *tp) in opalconsstart()
252 opalconsstop(struct tty *tp, int flag) in opalconsstop()
276 opalconsparam(struct tty *tp, struct termios *t) in opalconsparam()
303 struct tty *tp = sc->sc_tty; in opalcons_softintr() local
/openbsd/sys/arch/sparc64/dev/
H A Dvcons.c177 struct tty *tp; in vconsopen() local
218 struct tty *tp; in vconsclose() local
239 struct tty *tp; in vconsread() local
256 struct tty *tp; in vconswrite() local
273 struct tty *tp; in vconsioctl() local
295 vconsstart(struct tty *tp) in vconsstart()
313 vconsstop(struct tty *tp, int flag) in vconsstop()
341 vconsparam(struct tty *tp, struct termios *t) in vconsparam()
353 struct tty *tp = sc->sc_tty; in vcons_softintr() local
H A Dvcctty.c201 struct tty *tp = sc->sc_tty; in vcctty_rx_intr() local
251 vcctty_send_data(struct vcctty_softc *sc, struct tty *tp) in vcctty_send_data()
310 struct tty *tp; in vccttyopen() local
347 struct tty *tp; in vccttyclose() local
366 struct tty *tp; in vccttyread() local
383 struct tty *tp; in vccttywrite() local
400 struct tty *tp; in vccttyioctl() local
436 vccttystart(struct tty *tp) in vccttystart()
459 vccttystop(struct tty *tp, int flag) in vccttystop()
487 vccttyparam(struct tty *tp, struct termios *t) in vccttyparam()
[all …]
/openbsd/usr.bin/vi/vi/
H A Dv_txt.c228 #define UPDATE_POSITION(sp, tp) { \ argument
247 TEXT *ntp, *tp; /* Input text structures. */ in v_txt() local
1607 txt_unmap(SCR *sp, TEXT *tp, u_int32_t *ec_flagsp) in txt_unmap()
1647 txt_ai_resolve(SCR *sp, TEXT *tp, int *changedp) in txt_ai_resolve()
1863 txt_dent(SCR *sp, TEXT *tp, int swopt, int isindent) in txt_dent()
1967 txt_fc(SCR *sp, TEXT *tp, int *redrawp) in txt_fc()
2229 txt_emark(SCR *sp, TEXT *tp, size_t cno) in txt_emark()
2312 txt_hex(SCR *sp, TEXT *tp) in txt_hex()
2390 txt_insch(SCR *sp, TEXT *tp, CHAR_T *chp, u_int flags) in txt_insch()
2624 TEXT *tp; in txt_resolve() local
[all …]
/openbsd/usr.sbin/tcpdump/
H A Daddrtoname.c298 struct enamemem *tp; in lookup_emem() local
330 struct enamemem *tp; in lookup_bytestring() local
376 struct enamemem *tp; in lookup_nsap() local
443 struct enamemem *tp; in etheraddr_string() local
469 struct enamemem *tp; in linkaddr_string() local
498 struct hnamemem *tp; in etherproto_string() local
550 struct hnamemem *tp; in llcsap_string() local
571 struct enamemem *tp; in isonsap_string() local
594 struct hnamemem *tp; in tcpport_string() local
613 struct hnamemem *tp; in udpport_string() local
[all …]
/openbsd/sys/arch/hppa/dev/
H A Dpdc.c195 struct tty *tp; local
244 struct tty *tp; local
264 struct tty *tp; local
281 struct tty *tp; local
301 struct tty *tp; local
319 pdcparam(tp, t) in pdcparam() argument
328 pdcstart(tp) in pdcstart() argument
347 pdcstop(tp, flag) in pdcstop() argument
366 struct tty *tp = sc->sc_tty; local
/openbsd/bin/ksh/
H A Dtable.c43 ktinit(struct table *tp, Area *ap, int tsize) in ktinit()
53 texpand(struct table *tp, int nsize) in texpand()
88 ktsearch(struct table *tp, const char *n, unsigned int h) in ktsearch()
111 ktenter(struct table *tp, const char *n, unsigned int h) in ktenter()
159 ktwalk(struct tstate *ts, struct table *tp) in ktwalk()
185 ktsort(struct table *tp) in ktsort()
209 tprintinfo(struct table *tp) in tprintinfo()
/openbsd/sbin/unwind/libunbound/validator/
H A Dautotrust.c423 struct trust_anchor* tp; in find_add_tp() local
534 struct trust_anchor* tp = NULL; in load_trustanchor() local
746 autr_assemble(struct trust_anchor* tp) in autr_assemble()
816 struct trust_anchor *tp; in parse_id() local
856 struct trust_anchor* tp = *anchor; in parse_var_line() local
998 struct trust_anchor *tp = NULL, *tp2; in autr_read_file() local
1528 init_events(struct trust_anchor* tp) in init_events()
1987 autr_cleanup_keys(struct trust_anchor* tp) in autr_cleanup_keys()
2331 struct trust_anchor* tp; in autr_debug_print() local
2415 struct trust_anchor* tp; in todo_probe() local
[all …]
/openbsd/usr.sbin/unbound/validator/
H A Dautotrust.c423 struct trust_anchor* tp; in find_add_tp() local
534 struct trust_anchor* tp = NULL; in load_trustanchor() local
746 autr_assemble(struct trust_anchor* tp) in autr_assemble()
816 struct trust_anchor *tp; in parse_id() local
856 struct trust_anchor* tp = *anchor; in parse_var_line() local
998 struct trust_anchor *tp = NULL, *tp2; in autr_read_file() local
1524 init_events(struct trust_anchor* tp) in init_events()
1983 autr_cleanup_keys(struct trust_anchor* tp) in autr_cleanup_keys()
2327 struct trust_anchor* tp; in autr_debug_print() local
2411 struct trust_anchor* tp; in todo_probe() local
[all …]
/openbsd/sys/arch/luna88k/dev/
H A Dsiotty.c133 struct tty *tp; in siotty_attach() local
239 struct tty *tp; in siottysoft() local
255 siotty_rxsoft(struct siotty_softc *sc, struct tty *tp) in siotty_rxsoft()
307 siostart(struct tty *tp) in siostart()
338 siostop(struct tty *tp, int flag) in siostop()
354 sioparam(struct tty *tp, struct termios *t) in sioparam()
462 struct tty *tp; in sioopen() local
512 struct tty *tp = sc->sc_tty; in sioclose() local
535 struct tty *tp = sc->sc_tty; in sioread() local
544 struct tty *tp = sc->sc_tty; in siowrite() local
[all …]
/openbsd/sys/dev/ic/
H A Dcy.c264 struct tty *tp; in cyopen() local
394 struct tty *tp = cy->cy_tty; in cyclose() local
434 struct tty *tp = cy->cy_tty; in cyread() local
454 struct tty *tp = cy->cy_tty; in cywrite() local
474 struct tty *tp = cy->cy_tty; in cytty() local
489 struct tty *tp = cy->cy_tty; in cyioctl() local
568 cystart(struct tty *tp) in cystart()
603 cystop(struct tty *tp, int flag) in cystop()
637 cyparam(struct tty *tp, struct termios *t) in cyparam()
887 struct tty *tp; in cy_poll() local
[all …]
/openbsd/usr.bin/tmux/
H A Dproc.c124 struct tmuxproc *tp = arg; in proc_signal_cb() local
183 struct tmuxproc *tp; in proc_start() local
205 proc_loop(struct tmuxproc *tp, int (*loopcb)(void)) in proc_loop()
215 proc_exit(struct tmuxproc *tp) in proc_exit()
225 proc_set_signals(struct tmuxproc *tp, void (*signalcb)(int)) in proc_set_signals()
261 proc_clear_signals(struct tmuxproc *tp, int defaults) in proc_clear_signals()
296 proc_add_peer(struct tmuxproc *tp, int fd, in proc_add_peer()
349 proc_toggle_log(struct tmuxproc *tp) in proc_toggle_log()

12345678910>>...18