Home
last modified time | relevance | path

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

12345678910>>...18

/openbsd-src/sys/kern/
H A Dtty.c180 ttyopen(dev_t device, struct tty *tp, struct proc *p) in ttyopen() argument
202 ttyclose(struct tty *tp) in ttyclose() argument
234 ttyinput(int c,struct tty * tp) ttyinput() argument
601 ttyoutput(int c,struct tty * tp) ttyoutput() argument
724 ttioctl(struct tty * tp,u_long cmd,caddr_t data,int flag,struct proc * p) ttioctl() argument
1083 struct tty *tp = (*cdevsw[major(dev)].d_tty)(dev); ttkqfilter() local
1124 struct tty *tp = kn->kn_hook; filt_ttyrdetach() local
1135 struct tty *tp = kn->kn_hook; filt_ttyread() local
1156 struct tty *tp = kn->kn_hook; filt_ttywdetach() local
1167 struct tty *tp = kn->kn_hook; filt_ttywrite() local
1191 struct tty *tp = kn->kn_hook; filt_ttyexcept() local
1210 ttnread(struct tty * tp) ttnread() argument
1231 ttywait_nsec(struct tty * tp,uint64_t nsecs) ttywait_nsec() argument
1259 ttywait(struct tty * tp) ttywait() argument
1268 ttywflush(struct tty * tp) ttywflush() argument
1282 ttyflush(struct tty * tp,int rw) ttyflush() argument
1310 ttychars(struct tty * tp) ttychars() argument
1320 ttyblock(struct tty * tp) ttyblock() argument
1352 struct tty *tp = (struct tty *)arg; ttrstrt() local
1366 ttstart(struct tty * tp) ttstart() argument
1378 ttylclose(struct tty * tp,int flag,struct proc * p) ttylclose() argument
1394 ttymodem(struct tty * tp,int flag) ttymodem() argument
1435 nullmodem(struct tty * tp,int flag) nullmodem() argument
1458 ttypend(struct tty * tp) ttypend() argument
1480 struct tty *tp = (struct tty *)arg; ttvtimeout() local
1489 ttread(struct tty * tp,struct uio * uio,int flag) ttread() argument
1666 ttyunblock(struct tty * tp) ttyunblock() argument
1694 ttycheckoutq(struct tty * tp,int wait) ttycheckoutq() argument
1720 ttwrite(struct tty * tp,struct uio * uio,int flag) ttwrite() argument
1914 ttyrub(int c,struct tty * tp) ttyrub() argument
1993 ttyrubo(struct tty * tp,int cnt) ttyrubo() argument
2009 ttyretype(struct tty * tp) ttyretype() argument
2039 ttyecho(int c,struct tty * tp) ttyecho() argument
2065 ttwakeupwr(struct tty * tp) ttwakeupwr() argument
2081 ttwakeup(struct tty * tp) ttwakeup() argument
2111 ttsetwater(struct tty * tp) ttsetwater() argument
2151 ttyinfo(struct tty * tp) ttyinfo() argument
2289 tputchar(int c,struct tty * tp) tputchar() argument
2314 ttysleep(struct tty * tp,void * chan,int pri,char * wmesg) ttysleep() argument
2320 ttysleep_nsec(struct tty * tp,void * chan,int pri,char * wmesg,uint64_t nsecs) ttysleep_nsec() argument
2349 struct tty *tp; ttymalloc() local
2382 ttyfree(struct tty * tp) ttyfree() argument
2411 struct tty *tp; ttystats_init() local
2485 ttytstamp(struct tty * tp,int octs,int ncts,int odcd,int ndcd) ttytstamp() argument
[all...]
H A Dtty_pty.c233 struct tty *tp; in ptsopen() local
271 struct tty *tp = pti->pt_tty; ptsclose() local
286 struct tty *tp = pti->pt_tty; ptsread() local
335 struct tty *tp = pti->pt_tty; ptswrite() local
347 ptsstart(struct tty * tp) ptsstart() argument
361 ptsstop(struct tty * tp,int flush) ptsstop() argument
384 ptcwakeup(struct tty * tp,int flag) ptcwakeup() argument
404 struct tty *tp; ptcopen() local
427 struct tty *tp = pti->pt_tty; ptcclose() local
439 struct tty *tp = pti->pt_tty; ptcread() local
506 struct tty *tp = pti->pt_tty; ptcwrite() local
619 struct tty *tp; filt_ptcread() local
661 struct tty *tp; filt_ptcwrite() local
695 struct tty *tp; filt_ptcexcept() local
780 struct tty *tp = pti->pt_tty; ptytty() local
789 struct tty *tp = pti->pt_tty; ptyioctl() local
[all...]
/openbsd-src/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
271 trunk_port_lladdr(struct trunk_port *tp, u_int8_t *lladdr) in trunk_port_lladdr()
286 struct trunk_port *tp; in trunk_port_create() local
397 struct trunk_port *tp; in trunk_port_checkstacking() local
411 trunk_port_destroy(struct trunk_port *tp) in trunk_port_destroy()
480 struct trunk_port *tp = NULL; in trunk_port_ioctl() local
546 struct trunk_port *tp = (struct trunk_port *)arg; in trunk_port_ifdetach() local
554 struct trunk_port *tp; in trunk_port_get() local
577 trunk_port2req(struct trunk_port *tp, struct trunk_reqport *rp) in trunk_port2req()
[all …]
H A Dppp_tty.c164 pppopen(dev_t dev, struct tty *tp, struct proc *p) in pppopen() argument
230 pppclose(struct tty *tp, in argument
279 pppread(struct tty * tp,struct uio * uio,int flag) pppread() argument
333 pppwrite(struct tty * tp,struct uio * uio,int flag) pppwrite() argument
383 ppptioctl(struct tty * tp,u_long cmd,caddr_t data,int flag,struct proc * p) ppptioctl() argument
495 struct tty *tp = (struct tty *) sc->sc_devp; pppasyncstart() local
680 struct tty *tp; pppasyncctlp() local
699 pppstart_internal(struct tty * tp,int force) pppstart_internal() argument
725 pppstart(struct tty * tp) pppstart() argument
737 struct tty *tp = (struct tty *) sc->sc_devp; ppp_timeout() local
795 pppinput(int c,struct tty * tp) pppinput() argument
[all...]
/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dthread.c72 struct thread_info *tp; in delete_step_resume_breakpoint() local
86 free_thread (struct thread_info *tp) in free_thread()
104 struct thread_info *tp, *tpnext; in init_thread_list() local
125 struct thread_info *tp; in add_thread() local
139 struct thread_info *tp, *tpprev; in delete_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
[all …]
/openbsd-src/sys/netinet/
H A Dtcp_usrreq.c188 struct tcpcb *tp; tcp_sogetpcb() local
213 tcp_fill_info(struct tcpcb * tp,struct socket * so,struct mbuf * m) tcp_fill_info() argument
312 struct tcpcb *tp; tcp_ctloutput() local
459 struct tcpcb *tp; tcp_attach() local
512 struct tcpcb *otp = NULL, *tp; tcp_detach() local
547 struct tcpcb *tp; tcp_bind() local
573 struct tcpcb *tp, *otp = NULL; tcp_listen() local
614 struct tcpcb *tp, *otp = NULL; tcp_connect() local
694 struct tcpcb *tp; tcp_accept() local
724 struct tcpcb *tp, *otp = NULL; tcp_disconnect() local
752 struct tcpcb *tp, *otp = NULL; tcp_shutdown() local
787 struct tcpcb *tp; tcp_rcvd() local
821 struct tcpcb *tp; tcp_send() local
860 struct tcpcb *tp, *otp = NULL; tcp_abort() local
883 struct tcpcb *tp; tcp_sense() local
902 struct tcpcb *tp; tcp_rcvoob() local
936 struct tcpcb *tp; tcp_sendoob() local
988 struct tcpcb *tp; tcp_sockaddr() local
1008 struct tcpcb *tp; tcp_peeraddr() local
1032 tcp_dodisconnect(struct tcpcb * tp) tcp_dodisconnect() argument
1061 tcp_usrclosed(struct tcpcb * tp) tcp_usrclosed() argument
1106 struct tcpcb *tp = NULL; tcp_ident() local
1510 tcp_update_sndspace(struct tcpcb * tp) tcp_update_sndspace() argument
1550 tcp_update_rcvspace(struct tcpcb * tp) tcp_update_rcvspace() argument
[all...]
H A Dtcp_timer.c117 struct tcpcb *otp = NULL, *tp = arg; tcp_timer_delack() local
162 tcp_canceltimers(struct tcpcb * tp) tcp_canceltimers() argument
182 tcp_timer_freesack(struct tcpcb * tp) tcp_timer_freesack() argument
200 struct tcpcb *otp = NULL, *tp = arg; tcp_timer_rexmt() local
400 struct tcpcb *otp = NULL, *tp = arg; tcp_timer_persist() local
451 struct tcpcb *otp = NULL, *tp = arg; tcp_timer_keep() local
512 struct tcpcb *otp = NULL, *tp = arg; tcp_timer_2msl() local
546 struct tcpcb *tp = arg; tcp_timer_reaper() local
[all...]
H A Dtcp_input.c136 ND6_HINT(tp) global() argument
145 ND6_HINT(tp) global() argument
167 TCP_SETUP_ACK(tp,tiflags,m) global() argument
212 tcp_reass(struct tcpcb * tp,struct tcphdr * th,struct mbuf * m,int * tlen) tcp_reass() argument
311 tcp_flush_queue(struct tcpcb * tp) tcp_flush_queue() argument
362 struct tcpcb *otp = NULL, *tp = NULL; tcp_input() local
2118 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
2307 tcp_update_sack_list(struct tcpcb * tp,tcp_seq rcv_laststart,tcp_seq rcv_lastend) tcp_update_sack_list() argument
2402 tcp_sack_option(struct tcpcb * tp,struct tcphdr * th,u_char * cp,int optlen) tcp_sack_option() argument
2588 tcp_del_sackholes(struct tcpcb * tp,struct tcphdr * th) tcp_del_sackholes() argument
2617 tcp_clean_sackreport(struct tcpcb * tp) tcp_clean_sackreport() argument
2633 tcp_sack_partialack(struct tcpcb * tp,struct tcphdr * th) tcp_sack_partialack() argument
2665 struct tcpcb *tp = sototcpcb(so); tcp_pulloutofband() local
2686 tcp_xmit_timer(struct tcpcb * tp,int32_t rtt) tcp_xmit_timer() argument
2788 tcp_mss(struct tcpcb * tp,int offer) tcp_mss() argument
2931 tcp_hdrsz(struct tcpcb * tp) tcp_hdrsz() argument
2971 tcp_mss_update(struct tcpcb * tp) tcp_mss_update() argument
3015 tcp_newreno_partialack(struct tcpcb * tp,struct tcphdr * th) tcp_newreno_partialack() argument
3194 syn_cache_insert(struct syn_cache * sc,struct tcpcb * tp) syn_cache_insert() argument
3400 syn_cache_cleanup(struct tcpcb * tp) syn_cache_cleanup() argument
3487 struct tcpcb *tp = NULL; syn_cache_get() local
3762 struct tcpcb tb, *tp; global() local
[all...]
H A Dtcp_subr.c204 tcp_template(struct tcpcb * tp) tcp_template() argument
299 tcp_respond(struct tcpcb * tp,caddr_t template,struct tcphdr * th0,tcp_seq ack,tcp_seq seq,int flags,u_int rtableid,uint64_t now) tcp_respond() argument
432 struct tcpcb *tp; tcp_newtcpcb() local
487 tcp_drop(struct tcpcb * tp,int errno) tcp_drop() argument
510 tcp_close(struct tcpcb * tp) tcp_close() argument
541 tcp_freeq(struct tcpcb * tp) tcp_freeq() argument
560 tcp_rscale(struct tcpcb * tp,u_long hiwat) tcp_rscale() argument
576 struct tcpcb *tp = intotcpcb(inp); tcp_notify() local
605 struct tcpcb *tp; tcp6_ctlinput() local
714 struct tcpcb *tp; tcp_ctlinput() local
858 struct tcpcb *tp = intotcpcb(inp); tcp_mtudisc() local
896 struct tcpcb *tp = intotcpcb(inp); tcp_mtudisc_increase() local
917 tcp_set_iss_tsm(struct tcpcb * tp) tcp_set_iss_tsm() argument
[all...]
/openbsd-src/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-src/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()
247 clear_pipeline_entry(struct xfrd_tcp_pipeline* tp, rbnode_type* node) in clear_pipeline_entry()
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
313 xfrd_tcp_pipeline_lookup_id(struct xfrd_tcp_pipeline* tp, uint16_t id) in xfrd_tcp_pipeline_lookup_id()
328 xfrd_tcp_pipeline_insert_id(struct xfrd_tcp_pipeline* tp, uint16_t id, in xfrd_tcp_pipeline_insert_id()
347 xfrd_tcp_pipeline_remove_id(struct xfrd_tcp_pipeline* tp, uint16_t id) in xfrd_tcp_pipeline_remove_id()
364 xfrd_tcp_pipeline_skip_id(struct xfrd_tcp_pipeline* tp, uint16_t id) in xfrd_tcp_pipeline_skip_id()
[all …]
/openbsd-src/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)->features & WSTPAD_DISABLE) argument
324 wstpad_set_direction(struct wstpad *tp, struct tpad_touch *t, int dx, int dy) in wstpad_set_direction()
401 edge_flags(struct wstpad *tp, int x, int y) in edge_flags()
420 struct wstpad *tp = input->tp; in get_2nd_touch() local
433 set_freeze_ts(struct wstpad *tp, int sec, int ms) in set_freeze_ts()
445 struct wstpad *tp = input->tp; in wstpad_scroll_coords() local
470 wstpad_scroll(struct wstpad *tp, int dx, int dy, int mag, u_int *cmds) in wstpad_scroll()
[all …]
/openbsd-src/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-src/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-src/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-src/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
1442 txt_abbrev(SCR *sp, TEXT *tp, CHAR_T *pushcp, int isinfoline, int *didsubp, in txt_abbrev()
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()
1740 v_txt_auto(SCR *sp, recno_t lno, TEXT *aitp, size_t len, TEXT *tp) in v_txt_auto()
1790 txt_backup(SCR *sp, TEXTH *tiqh, TEXT *tp, u_int32_t *flagsp) in txt_backup()
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()
[all …]
/openbsd-src/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
418 struct protoidmem *tp; in lookup_protoid() 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
525 struct protoidmem *tp; in protoid_string() local
550 struct hnamemem *tp; in llcsap_string() local
571 struct enamemem *tp; in isonsap_string() local
[all …]
/openbsd-src/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-src/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-src/usr.sbin/unbound/validator/
H A Dautotrust.c335 struct trust_anchor* tp = (struct trust_anchor*)calloc(1, sizeof(*tp)); in autr_tp_create() local
394 autr_point_delete(struct trust_anchor * tp) autr_point_delete() argument
423 struct trust_anchor* tp; find_add_tp() local
445 add_trustanchor_frm_rr(struct val_anchors * anchors,uint8_t * rr,size_t rr_len,size_t dname_len,struct trust_anchor ** tp) add_trustanchor_frm_rr() argument
477 add_trustanchor_frm_str(struct val_anchors * anchors,char * str,struct trust_anchor ** tp,uint8_t * origin,size_t origin_len,uint8_t ** prev,size_t * prev_len,int * skip) add_trustanchor_frm_str() argument
534 struct trust_anchor* tp = NULL; load_trustanchor() local
746 autr_assemble(struct trust_anchor * tp) autr_assemble() argument
816 struct trust_anchor *tp; parse_id() local
856 struct trust_anchor* tp = *anchor; parse_var_line() local
998 struct trust_anchor *tp = NULL, *tp2; autr_read_file() local
1114 autr_write_contents(FILE * out,char * fn,struct trust_anchor * tp) autr_write_contents() argument
1188 autr_write_file(struct module_env * env,struct trust_anchor * tp) autr_write_file() argument
1262 verify_dnskey(struct module_env * env,struct val_env * ve,struct trust_anchor * tp,struct ub_packed_rrset_key * rrset,struct module_qstate * qstate) verify_dnskey() argument
1419 find_key(struct trust_anchor * tp,uint16_t t,uint8_t * rdata,size_t rdata_len,struct autr_ta ** result) find_key() argument
1439 add_key(struct trust_anchor * tp,uint32_t ttl,uint8_t * rdata,size_t rdata_len) add_key() argument
1479 set_tp_times(struct trust_anchor * tp,time_t rrsig_exp_interval,time_t origttl,int * changed) set_tp_times() argument
1523 init_events(struct trust_anchor * tp) init_events() argument
1534 check_contains_revoked(struct module_env * env,struct val_env * ve,struct trust_anchor * tp,struct ub_packed_rrset_key * dnskey_rrset,int * changed,struct module_qstate * qstate) check_contains_revoked() argument
1626 update_events(struct module_env * env,struct val_env * ve,struct trust_anchor * tp,struct ub_packed_rrset_key * dnskey_rrset,int * changed) update_events() argument
1861 init_zsk_to_ksk(struct module_env * env,struct trust_anchor * tp,int * changed) init_zsk_to_ksk() argument
1893 remove_missing_trustanchors(struct module_env * env,struct trust_anchor * tp,int * changed) remove_missing_trustanchors() argument
1955 do_statetable(struct module_env * env,struct trust_anchor * tp,int * changed) do_statetable() argument
1970 autr_holddown_exceed(struct module_env * env,struct trust_anchor * tp,int * c) autr_holddown_exceed() argument
1982 autr_cleanup_keys(struct trust_anchor * tp) autr_cleanup_keys() argument
2058 set_next_probe(struct module_env * env,struct trust_anchor * tp,struct ub_packed_rrset_key * dnskey_rrset) set_next_probe() argument
2101 autr_tp_remove(struct module_env * env,struct trust_anchor * tp,struct ub_packed_rrset_key * dnskey_rrset) autr_tp_remove() argument
2154 autr_process_prime(struct module_env * env,struct val_env * ve,struct trust_anchor * tp,struct ub_packed_rrset_key * dnskey_rrset,struct module_qstate * qstate) autr_process_prime() argument
2287 autr_debug_print_tp(struct trust_anchor * tp) autr_debug_print_tp() argument
2326 struct trust_anchor* tp; autr_debug_print() local
2357 probe_anchor(struct module_env * env,struct trust_anchor * tp) probe_anchor() argument
2410 struct trust_anchor* tp; todo_probe() local
2445 struct trust_anchor* tp; autr_probe_timer() local
[all...]
/openbsd-src/sbin/unwind/libunbound/validator/
H A Dautotrust.c335 struct trust_anchor* tp = (struct trust_anchor*)calloc(1, sizeof(*tp)); in autr_tp_create() local
394 autr_point_delete(struct trust_anchor * tp) autr_point_delete() argument
423 struct trust_anchor* tp; find_add_tp() local
445 add_trustanchor_frm_rr(struct val_anchors * anchors,uint8_t * rr,size_t rr_len,size_t dname_len,struct trust_anchor ** tp) add_trustanchor_frm_rr() argument
477 add_trustanchor_frm_str(struct val_anchors * anchors,char * str,struct trust_anchor ** tp,uint8_t * origin,size_t origin_len,uint8_t ** prev,size_t * prev_len,int * skip) add_trustanchor_frm_str() argument
534 struct trust_anchor* tp = NULL; load_trustanchor() local
746 autr_assemble(struct trust_anchor * tp) autr_assemble() argument
816 struct trust_anchor *tp; parse_id() local
856 struct trust_anchor* tp = *anchor; parse_var_line() local
998 struct trust_anchor *tp = NULL, *tp2; autr_read_file() local
1118 autr_write_contents(FILE * out,char * fn,struct trust_anchor * tp) autr_write_contents() argument
1192 autr_write_file(struct module_env * env,struct trust_anchor * tp) autr_write_file() argument
1266 verify_dnskey(struct module_env * env,struct val_env * ve,struct trust_anchor * tp,struct ub_packed_rrset_key * rrset,struct module_qstate * qstate) verify_dnskey() argument
1423 find_key(struct trust_anchor * tp,uint16_t t,uint8_t * rdata,size_t rdata_len,struct autr_ta ** result) find_key() argument
1443 add_key(struct trust_anchor * tp,uint32_t ttl,uint8_t * rdata,size_t rdata_len) add_key() argument
1483 set_tp_times(struct trust_anchor * tp,time_t rrsig_exp_interval,time_t origttl,int * changed) set_tp_times() argument
1527 init_events(struct trust_anchor * tp) init_events() argument
1538 check_contains_revoked(struct module_env * env,struct val_env * ve,struct trust_anchor * tp,struct ub_packed_rrset_key * dnskey_rrset,int * changed,struct module_qstate * qstate) check_contains_revoked() argument
1630 update_events(struct module_env * env,struct val_env * ve,struct trust_anchor * tp,struct ub_packed_rrset_key * dnskey_rrset,int * changed) update_events() argument
1865 init_zsk_to_ksk(struct module_env * env,struct trust_anchor * tp,int * changed) init_zsk_to_ksk() argument
1897 remove_missing_trustanchors(struct module_env * env,struct trust_anchor * tp,int * changed) remove_missing_trustanchors() argument
1959 do_statetable(struct module_env * env,struct trust_anchor * tp,int * changed) do_statetable() argument
1974 autr_holddown_exceed(struct module_env * env,struct trust_anchor * tp,int * c) autr_holddown_exceed() argument
1986 autr_cleanup_keys(struct trust_anchor * tp) autr_cleanup_keys() argument
2062 set_next_probe(struct module_env * env,struct trust_anchor * tp,struct ub_packed_rrset_key * dnskey_rrset) set_next_probe() argument
2105 autr_tp_remove(struct module_env * env,struct trust_anchor * tp,struct ub_packed_rrset_key * dnskey_rrset) autr_tp_remove() argument
2158 autr_process_prime(struct module_env * env,struct val_env * ve,struct trust_anchor * tp,struct ub_packed_rrset_key * dnskey_rrset,struct module_qstate * qstate) autr_process_prime() argument
2291 autr_debug_print_tp(struct trust_anchor * tp) autr_debug_print_tp() argument
2330 struct trust_anchor* tp; autr_debug_print() local
2361 probe_anchor(struct module_env * env,struct trust_anchor * tp) probe_anchor() argument
2414 struct trust_anchor* tp; todo_probe() local
2449 struct trust_anchor* tp; autr_probe_timer() local
[all...]
/openbsd-src/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()
295 siotty_txsoft(struct siotty_softc *sc, struct tty *tp) in siotty_txsoft()
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
[all …]
/openbsd-src/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-src/usr.bin/tmux/
H A Dproc.c125 struct tmuxproc *tp = arg; proc_signal_cb() local
184 struct tmuxproc *tp; proc_start() local
206 proc_loop(struct tmuxproc * tp,int (* loopcb)(void)) proc_loop() argument
216 proc_exit(struct tmuxproc * tp) proc_exit() argument
226 proc_set_signals(struct tmuxproc * tp,void (* signalcb)(int)) proc_set_signals() argument
262 proc_clear_signals(struct tmuxproc * tp,int defaults) proc_clear_signals() argument
297 proc_add_peer(struct tmuxproc * tp,int fd,void (* dispatchcb)(struct imsg *,void *),void * arg) proc_add_peer() argument
348 proc_toggle_log(struct tmuxproc * tp) proc_toggle_log() argument
[all...]

12345678910>>...18