Searched defs:tp (Results 276 - 300 of 509) sorted by relevance

<<11121314151617181920>>

/freebsd-10.3-release/sys/netinet/
H A Dtcp_usrreq.c132 struct tcpcb *tp = NULL; local
166 struct tcpcb *tp; local
266 struct tcpcb *tp = NULL; local
307 struct tcpcb *tp = NULL; local
369 struct tcpcb *tp = NULL; local
414 struct tcpcb *tp = NULL; local
470 struct tcpcb *tp = NULL; local
522 struct tcpcb *tp = NULL; local
620 struct tcpcb *tp = NULL; local
659 struct tcpcb *tp = NULL; local
702 struct tcpcb *tp = NULL; local
759 struct tcpcb *tp = NULL; local
792 struct tcpcb *tp = NULL; local
843 struct tcpcb *tp = NULL; local
986 struct tcpcb *tp = NULL; local
1024 struct tcpcb *tp = NULL; local
1064 struct tcpcb *tp = NULL; local
1154 tcp_connect(struct tcpcb *tp, struct sockaddr *nam, struct thread *td) argument
1215 tcp6_connect(struct tcpcb *tp, struct sockaddr *nam, struct thread *td) argument
1293 tcp_fill_info(struct tcpcb *tp, struct tcp_info *ti) argument
1356 struct tcpcb *tp; local
1703 struct tcpcb *tp; local
1751 tcp_disconnect(struct tcpcb *tp) argument
1791 tcp_usrclosed(struct tcpcb *tp) argument
2030 db_print_tcpcb(struct tcpcb *tp, const char *name, int indent) argument
2144 struct tcpcb *tp; local
[all...]
H A Dtoecore.c189 struct tcpcb *tp; local
212 toe_listen_start_event(void *arg __unused, struct tcpcb *tp) argument
224 toe_listen_stop_event(void *arg __unused, struct tcpcb *tp) argument
556 struct tcpcb *tp = intotcpcb(inp); local
[all...]
/freebsd-10.3-release/usr.sbin/config/
H A Dmkmakefile.c307 struct file_list *tp; local
559 struct file_list *tp; local
584 struct file_list *tp; local
613 struct file_list *tp; local
747 struct file_list *tp; local
[all...]
/freebsd-10.3-release/usr.sbin/jail/
H A Dconfig.c131 struct cfparam *p, *vp, *tp; local
/freebsd-10.3-release/usr.sbin/pstat/
H A Dpstat.c237 struct tty *tp, tty; local
/freebsd-10.3-release/contrib/gcc/
H A Dtree-dfa.c549 collect_dfa_stats_r (tree *tp, int *walk_subtrees ATTRIBUTE_UNUSED, argument
591 find_vars_r (tree *tp, int *walk_subtrees, void *data ATTRIBUTE_UNUSED) argument
830 find_new_referenced_vars_1 (tree *tp, int *walk_subtrees, argument
H A Dtree-pretty-print.c967 tree *tp; local
H A Dtree-ssa-alias-warnings.c399 struct tree_map *tp = pool_alloc (references_pool); local
525 find_references_in_tree_helper(tree *tp, int *walk_subtrees ATTRIBUTE_UNUSED, void *data) argument
[all...]
H A Dtree-ssa.c1194 warn_uninitialized_var(tree *tp, int *walk_subtrees, void *data) argument
H A Dipa-reference.c479 scan_for_static_refs(tree *tp, int *walk_subtrees, void *data) argument
/freebsd-10.3-release/contrib/nvi/ex/
H A Dex_cscope.c677 TAG *tp; local
1012 cscope_search(SCR *sp, TAGQ *tqp, TAG *tp) argument
[all...]
H A Dex_tag.c146 TAG *tp; local
186 TAG *tp; local
223 ex_tag_nswitch(SCR *sp, TAG *tp, int force) argument
257 ex_tag_Nswitch(SCR *sp, TAG *tp, int force) argument
415 TAG *tp; local
468 TAG *tp; local
546 TAG *ap, *tp; local
636 TAG *tp; local
686 TAG *tp; local
1033 TAG *tp; local
[all...]
/freebsd-10.3-release/contrib/tcpdump/
H A Daddrtoname.c325 struct enamemem *tp; local
357 struct enamemem *tp; local
404 struct enamemem *tp; local
446 struct protoidmem *tp; local
473 register struct enamemem *tp; local
521 register struct enamemem *tp; local
548 register struct enamemem *tp; local
581 register struct hnamemem *tp; local
608 register struct protoidmem *tp; local
636 register struct enamemem *tp; local
664 register struct hnamemem *tp; local
683 register struct hnamemem *tp; local
703 register struct hnamemem *tp; local
804 register struct protoidmem *tp; local
855 register struct enamemem *tp; local
1161 register struct hnamemem *tp; local
[all...]
/freebsd-10.3-release/crypto/heimdal/appl/telnet/telnet/
H A Dsys_bsd.c583 struct termspeeds *tp; local
[all...]
/freebsd-10.3-release/crypto/heimdal/appl/telnet/telnetd/
H A Dtelnetd.c447 struct tosent *tp; local
/freebsd-10.3-release/contrib/telnet/telnetd/
H A Dsys_term.c752 struct termspeeds *tp; local
768 struct termspeeds *tp; local
[all...]
/freebsd-10.3-release/contrib/unbound/services/
H A Dlocalzone.c1201 local_zones_add_zone(struct local_zones* zones, uint8_t* name, size_t len, int labs, uint16_t dclass, enum localzone_type tp) argument
/freebsd-10.3-release/lib/libc/nameser/
H A Dns_name.c1034 unsigned char *tp; local
/freebsd-10.3-release/sys/dev/digi/
H A Ddigi.c219 struct tty *tp; local
603 digimodem(struct tty *tp, int sigon, int sigoff) argument
661 digiopen(struct tty *tp, struct cdev *dev) argument
726 digiclose(struct tty *tp) argument
912 digiioctl(struct tty *tp, u_long cmd, void *data, int flag, struct thread *td) argument
966 digibreak(struct tty *tp, int brk) argument
981 digiparam(struct tty *tp, struct termios *t) argument
1091 struct tty *tp; local
1309 digistart(struct tty *tp) argument
1390 digistop(struct tty *tp, int rw) argument
[all...]
H A Ddigi.h73 struct tty *tp; member in struct:digi_p
/freebsd-10.3-release/sbin/bsdlabel/
H A Dbsdlabel.c772 char *tp, line[BUFSIZ]; local
1043 getasciipartspec(char *tp, struct disklabel *lp, int part, int lineno) argument
[all...]
/freebsd-10.3-release/sbin/routed/
H A Dmain.c823 intvl_random(struct timeval *tp, /* put value here */ argument
/freebsd-10.3-release/sys/dev/drm2/radeon/
H A Datombios_dp.c600 static void radeon_dp_set_tp(struct radeon_dp_link_train_info *dp_info, int tp) argument
/freebsd-10.3-release/contrib/gdb/gdb/
H A Dlin-lwp.c481 struct thread_info *tp; local
H A Duw-thread.c438 find_thread_lwp_callback (struct thread_info *tp, void *data) argument

Completed in 233 milliseconds

<<11121314151617181920>>