Searched defs:tp (Results 201 - 225 of 456) sorted by relevance

1234567891011>>

/freebsd-current/contrib/mandoc/
H A Dtbl_term.c162 term_tbl(struct termp *tp, const struct tbl_span *sp) argument
570 tbl_hrule(struct termp *tp, const struct tbl_span *spp, const struct tbl_span *sp, const struct tbl_span *spn, int flags) argument
715 tbl_data(struct termp *tp, const struct tbl_opts *opts, const struct tbl_cell *cp, const struct tbl_dat *dp, const struct roffcol *col) argument
767 tbl_fill_string(struct termp *tp, const char *cp, size_t len) argument
777 tbl_fill_char(struct termp *tp, char c, size_t len) argument
787 tbl_fill_border(struct termp *tp, int c, size_t len) argument
799 tbl_direct_border(struct termp *tp, int c, size_t len) argument
812 tbl_literal(struct termp *tp, const struct tbl_dat *dp, const struct roffcol *col) argument
854 tbl_number(struct termp *tp, const struct tbl_opts *opts, const struct tbl_dat *dp, const struct roffcol *col) argument
921 tbl_word(struct termp *tp, const struct tbl_dat *dp) argument
[all...]
/freebsd-current/contrib/less/
H A Dtags.c93 struct tag *tp; local
116 struct tag *tp; local
266 struct tag *tp; local
488 struct tag *tp; local
618 struct tag *tp; local
647 struct tag *tp; local
[all...]
/freebsd-current/contrib/tcpdump/
H A Dprint-tcp.c166 const struct tcphdr *tp; local
142 tcp_cksum(netdissect_options *ndo, const struct ip *ip, const struct tcphdr *tp, u_int len) argument
152 tcp6_cksum(netdissect_options *ndo, const struct ip6_hdr *ip6, const struct tcphdr *tp, u_int len) argument
893 tcp_verify_signature(netdissect_options *ndo, const struct ip *ip, const struct tcphdr *tp, const u_char *data, u_int length, const u_char *rcvsig) argument
[all...]
H A Dsmbutil.c43 interpret_dos_date(uint32_t date, struct tm *tp) argument
/freebsd-current/sbin/dhclient/
H A Doptions.c872 struct packet tp; local
[all...]
/freebsd-current/sbin/routed/
H A Dparms.c422 parse_ts(time_t *tp, argument
/freebsd-current/sys/dev/cxgbe/cxgbei/
H A Dcxgbei.c453 struct tcpcb *tp; local
597 struct tcpcb *tp; local
[all...]
/freebsd-current/sys/dev/syscons/
H A Dscterm-teken.c176 scteken_ioctl(scr_stat *scp, struct tty *tp, u_long cmd, caddr_t data, argument
231 scteken_input(scr_stat *scp, int c, struct tty *tp) argument
290 teken_pos_t tp; local
524 scteken_putchar(void *arg, const teken_pos_t *tp, teken_char_ argument
[all...]
H A Dscvidctl.c135 sc_set_text_mode(scr_stat *scp, struct tty *tp, int mode, int xsize, int ysize, argument
246 sc_set_graphics_mode(scr_stat *scp, struct tty *tp, int mode) argument
307 sc_set_pixel_mode(scr_stat *scp, struct tty *tp, int xsize, int ysize, argument
475 sc_vid_ioctl(struct tty *tp, u_lon argument
[all...]
H A Dscmouse.c651 sc_mouse_ioctl(struct tty *tp, u_long cmd, caddr_t data, struct thread *td) argument
/freebsd-current/sys/fs/ext2fs/
H A Dext2_csum.c172 ext2_init_dirent_tail(struct ext2fs_direct_tail *tp) argument
183 struct ext2fs_direct_tail *tp; local
251 struct ext2fs_direct_tail *tp; local
294 ext2_dx_csum(struct inode *ip, struct ext2fs_direct_2 *ep, int count_offset, int count, struct ext2fs_htree_tail *tp) argument
326 struct ext2fs_htree_tail *tp; local
377 struct ext2fs_direct_tail *tp; local
397 struct ext2fs_htree_tail *tp; local
[all...]
/freebsd-current/sys/powerpc/pseries/
H A Dphyp_console.c56 struct tty *tp; member in struct:uart_phyp_softc
430 uart_phyp_ttyoutwakeup(struct tty *tp) argument
446 struct tty *tp = sc->tp; local
[all...]
/freebsd-current/sys/netinet/
H A Dtcp_ratelimit.h136 tcp_set_pacing_rate(struct tcpcb *tp, struct ifnet *ifp, argument
174 tcp_get_pacing_burst_size_w_divisor(struct tcpcb *tp, uint64_t bw, uint32_t segsiz, int can_use_1mss, argument
232 tcp_get_pacing_burst_size(struct tcpcb *tp, uint64_t bw, uint32_t segsiz, int can_use_1mss, argument
145 tcp_chg_pacing_rate(const struct tcp_hwrate_limit_table *crte, struct tcpcb *tp, struct ifnet *ifp, uint64_t bytes_per_sec, int flags, int *error, uint64_t *lower_rate) argument
155 tcp_rel_pacing_rate(const struct tcp_hwrate_limit_table *crte, struct tcpcb *tp) argument
[all...]
H A Dtcp_reass.c195 tcp_log_reassm(struct tcpcb *tp, struct tseg_qent *q, struct tseg_qent *p, argument
233 tcp_reass_log_dump(struct tcpcb *tp) argument
245 tcp_reass_log_new_in(struct tcpcb *tp, tcp_se argument
295 tcp_reass_flush(struct tcpcb *tp) argument
314 tcp_reass_append(struct tcpcb *tp, struct tseg_qent *last, struct mbuf *m, struct tcphdr *th, int tlen, struct mbuf *mlast, int lenofoh) argument
340 tcp_reass_prepend(struct tcpcb *tp, struct tseg_qent *first, struct mbuf *m, struct tcphdr *th, int tlen, struct mbuf *mlast, int lenofoh) argument
376 tcp_reass_replace(struct tcpcb *tp, struct tseg_qent *q, struct mbuf *m, tcp_seq seq, int len, struct mbuf *mlast, int mbufoh, uint16_t flags) argument
411 tcp_reass_merge_into(struct tcpcb *tp, struct tseg_qent *ent, struct tseg_qent *q) argument
436 tcp_reass_merge_forward(struct tcpcb *tp, struct tseg_qent *ent) argument
516 tcp_reass(struct tcpcb *tp, struct tcphdr *th, tcp_seq *seq_start, int *tlenp, struct mbuf *m) argument
[all...]
/freebsd-current/contrib/unbound/util/
H A Dlog.c245 DWORD tp = MSG_GENERIC_ERR; local
/freebsd-current/usr.bin/w/
H A Dw.c474 struct timespec tp; local
/freebsd-current/usr.sbin/config/
H A Dmkmakefile.cc384 struct file_list *tp; local
628 struct file_list *tp; local
653 struct file_list *tp; local
682 struct file_list *tp; local
806 struct file_list *tp; local
[all...]
/freebsd-current/sys/kern/
H A Dimgact_binmisc.c122 char *sp, *tp; local
[all...]
H A Dsubr_terminal.c215 struct tty *tp; local
229 struct tty *tp; local
305 struct tty *tp; local
358 struct tty *tp; local
373 struct tty *tp; local
395 termtty_open(struct tty *tp) argument
404 termtty_close(struct tty *tp) argument
412 termtty_outwakeup(struct tty *tp) argument
438 termtty_ioctl(struct tty *tp, u_long cmd, caddr_t data, struct thread *td) argument
493 termtty_mmap(struct tty *tp, vm_ooffset_t offset, vm_paddr_t * paddr, int nprot, vm_memattr_t *memattr) argument
[all...]
H A Dtty_pts.c114 struct tty *tp = fp->f_data; local
188 struct tty *tp = fp->f_data; local
261 struct tty *tp = fp->f_data; local
388 struct tty *tp = fp->f_data; local
443 struct tty *tp = fp->f_data; local
453 struct tty *tp = fp->f_data; local
469 struct tty *tp = fp->f_data; local
479 struct tty *tp = fp->f_data; local
505 struct tty *tp = fp->f_data; local
532 struct tty *tp = fp->f_data; local
568 struct tty *tp = fp->f_data; local
589 struct tty *tp; local
622 ptsdrv_outwakeup(struct tty *tp) argument
632 ptsdrv_inwakeup(struct tty *tp) argument
642 ptsdrv_open(struct tty *tp) argument
652 ptsdrv_close(struct tty *tp) argument
663 ptsdrv_pktnotify(struct tty *tp, char event) argument
734 struct tty *tp; local
788 struct tty *tp; local
[all...]
/freebsd-current/sys/i386/i386/
H A Dexec_machdep.c1009 struct trapframe *tp; local
1018 fill_frame_regs(struct trapframe *tp, struct reg *regs) argument
1045 struct trapframe *tp; local
1110 struct trapframe *tp; local
1163 struct trapframe *tp; local
[all...]
/freebsd-current/contrib/telnet/telnet/
H A Dsys_bsd.c684 struct termspeeds *tp; local
[all...]
/freebsd-current/usr.sbin/jail/
H A Dconfig.c136 struct cfparam *p, *vp, *tp; local
/freebsd-current/sys/netinet/tcp_stacks/
H A Drack_bbr_common.c325 ctf_process_inbound_raw(struct tcpcb *tp, struct mbuf *m, int has_pkt) argument
485 ctf_do_queued_segments(struct tcpcb *tp, in argument
501 ctf_outstanding(struct tcpcb *tp) argument
514 ctf_flight_size(struct tcpcb *tp, uint32_t rc_sacked) argument
524 ctf_do_dropwithreset(struct mbuf *m, struct tcpcb *tp, struct tcphdr *th, int32_t rstreason, int32_t tlen) argument
535 ctf_ack_war_checks(struct tcpcb *tp, uint32_t *ts, uint32_t *cnt) argument
571 _ctf_drop_checks(struct tcpopt *to, struct mbuf *m, struct tcphdr *th, struct tcpcb *tp, int32_t *tlenp, int32_t *thf, int32_t *drop_hdrlen, int32_t *ret_val, uint32_t *ts, uint32_t *cnt) argument
680 __ctf_do_dropafterack(struct mbuf *m, struct tcpcb *tp, struct tcphdr *th, int32_t thflags, int32_t tlen, int32_t *ret_val, uint32_t *ts, uint32_t *cnt) argument
710 ctf_do_drop(struct mbuf *m, struct tcpcb *tp) argument
723 __ctf_process_rst(struct mbuf *m, struct tcphdr *th, struct socket *so, struct tcpcb *tp, uint32_t *ts, uint32_t *cnt) argument
819 ctf_challenge_ack(struct mbuf *m, struct tcphdr *th, struct tcpcb *tp, uint8_t iptos, int32_t * ret_val) argument
851 ctf_ts_check(struct mbuf *m, struct tcphdr *th, struct tcpcb *tp, int32_t tlen, int32_t thflags, int32_t * ret_val) argument
883 ctf_ts_check_ac(struct tcpcb *tp, int32_t thflags) argument
909 ctf_calc_rwin(struct socket *so, struct tcpcb *tp) argument
925 ctf_do_dropwithreset_conn(struct mbuf *m, struct tcpcb *tp, struct tcphdr *th, int32_t rstreason, int32_t tlen) argument
936 ctf_fixed_maxseg(struct tcpcb *tp) argument
942 ctf_log_sack_filter(struct tcpcb *tp, int num_sack_blks, struct sackblk *sack_blocks) argument
1002 ctf_progress_timeout_check(struct tcpcb *tp, bool log) argument
[all...]
/freebsd-current/sys/dev/speaker/
H A Dspkr.c466 tone_t *tp = (tone_t *)cmdarg; local
474 tone_t *tp = (tone_t *)(*(caddr_t *)cmdarg); local

Completed in 167 milliseconds

1234567891011>>