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

<<111213141516171819

/freebsd-current/usr.sbin/rarpd/
H A Drarpd.c709 struct timespec tp; local
/freebsd-current/usr.bin/login/
H A Dlogin.c167 const char *tp; local
/freebsd-current/sys/kern/
H A Dtty_ttydisc.c92 ttydisc_open(struct tty *tp) argument
98 ttydisc_close(struct tty *tp) argument
120 ttydisc_read_break(struct tty *tp, char *breakc, size_t breaksz) argument
141 ttydisc_bytesavail(struct tty *tp) argument
170 ttydisc_canonicalize(struct tty *tp) argument
192 ttydisc_read_canonical(struct tty *tp, struct uio *uio, int ioflag) argument
267 ttydisc_read_raw_no_timer(struct tty *tp, struct uio *uio, int ioflag) argument
306 ttydisc_read_raw_read_timer(struct tty *tp, struct uio *uio, int ioflag, int oresid) argument
360 ttydisc_read_raw_interbyte_timer(struct tty *tp, struct uio *uio, int ioflag) argument
409 ttydisc_read(struct tty *tp, struct uio *uio, int ioflag) argument
452 ttydisc_write_oproc(struct tty *tp, char c) argument
538 ttydisc_write(struct tty *tp, struct uio *uio, int ioflag) argument
670 ttydisc_optimize(struct tty *tp) argument
690 ttydisc_modem(struct tty *tp, int open) argument
725 ttydisc_echo_force(struct tty *tp, char c, int quote) argument
764 ttydisc_echo(struct tty *tp, char c, int quote) argument
781 struct tty *tp = d; local
787 ttydisc_reprint(struct tty *tp) argument
802 struct tty *tp; member in struct:ttydisc_recalc_length
810 struct tty *tp = data->tp; local
823 ttydisc_recalc_linelength(struct tty *tp) argument
833 ttydisc_rubchar(struct tty *tp) argument
980 ttydisc_rubword(struct tty *tp) argument
1012 ttydisc_rint(struct tty *tp, char c, int flags) argument
1255 ttydisc_rint_simple(struct tty *tp, const void *buf, size_t len) argument
1271 ttydisc_rint_bypass(struct tty *tp, const void *buf, size_t len) argument
1293 ttydisc_rint_done(struct tty *tp) argument
1308 ttydisc_rint_poll(struct tty *tp) argument
1331 ttydisc_wakeup_watermark(struct tty *tp) argument
1352 ttydisc_getc(struct tty *tp, void *buf, size_t len) argument
1375 ttydisc_getc_uio(struct tty *tp, struct uio *uio) argument
1420 ttydisc_getc_poll(struct tty *tp) argument
1441 tty_putstrn(struct tty *tp, const char *p, size_t n) argument
1461 tty_putchar(struct tty *tp, char c) argument
[all...]
/freebsd-current/usr.bin/netstat/
H A Dmain.c239 struct protox *tp = NULL; /* for printing cblocks & stats */ local
657 printproto(struct protox *tp, const char *name, bool *first) argument
868 struct protox **tpp, *tp; local
883 struct protox *tp; local
[all...]
/freebsd-current/sys/netinet/
H A Dtcp_fastopen.c867 tcp_fastopen_connect(struct tcpcb *tp) argument
954 tcp_fastopen_disable_path(struct tcpcb *tp) argument
979 tcp_fastopen_update_cache(struct tcpcb *tp, uint16_t mss, uint8_t cookie_len, uint8_t *cookie) argument
[all...]
H A Dtcp_output.c155 hhook_run_tcp_est_out(struct tcpcb *tp, struct tcphdr *th, argument
177 cc_after_idle(struct tcpcb *tp) argument
189 tcp_default_output(struct tcpcb *tp) argument
1738 tcp_setpersist(struct tcpcb *tp) argument
2117 tcp_sndbuf_autoscale(struct tcpcb *tp, struct socket *so, uint32_t sendwin) argument
[all...]
H A Dtcp_usrreq.c131 tcp_bblog_pru(struct tcpcb *tp, uint32_t pru, int error) argument
159 struct tcpcb *tp = NULL; local
200 struct tcpcb *tp; local
227 struct tcpcb *tp; local
282 struct tcpcb *tp; local
360 struct tcpcb *tp; local
411 struct tcpcb *tp; local
479 struct tcpcb *tp; local
547 struct tcpcb *tp; local
686 struct tcpcb *tp = NULL; local
721 struct tcpcb *tp; local
755 struct tcpcb *tp; local
806 struct tcpcb *tp = intotcpcb(inp); local
864 struct tcpcb *tp; local
914 struct tcpcb *tp; local
1228 struct tcpcb *tp; local
1261 struct tcpcb *tp; local
1299 struct tcpcb *tp; local
1332 tcp_pru_options_support(struct tcpcb *tp, int flags) argument
1357 struct tcpcb *tp; local
1459 tcp_connect(struct tcpcb *tp, struct sockaddr_in *sin, struct thread *td) argument
1502 tcp6_connect(struct tcpcb *tp, struct sockaddr_in6 *sin6, struct thread *td) argument
1546 tcp_fill_info(const struct tcpcb *tp, struct tcp_info *ti) argument
1646 struct tcpcb *tp = intotcpcb(inp); local
1814 struct tcpcb *tp = intotcpcb(inp); local
1897 struct tcpcb *tp; local
2006 tcp_default_ctloutput(struct tcpcb *tp, struct sockopt *sopt) argument
2658 tcp_disconnect(struct tcpcb *tp) argument
2700 tcp_usrclosed(struct tcpcb *tp) argument
2994 db_print_tcpcb(struct tcpcb *tp, const char *name, int indent) argument
3108 struct tcpcb *tp; local
[all...]
/freebsd-current/sys/dev/xen/console/
H A Dxen_console.c230 xencons_init_hypervisor(device_t dev, struct tty *tp, argument
283 xencons_init_ring(device_t dev, struct tty *tp, driver_intr_t intr_handler) argument
512 xencons_tx(struct tty *tp) argument
539 struct tty *tp; local
581 struct tty *tp; local
646 xencons_tty_open(struct tty *tp) argument
658 xencons_tty_close(struct tty *tp) argument
670 struct tty *tp; local
682 xencons_tty_outwakeup(struct tty *tp) argument
725 struct tty *tp; local
760 struct tty *tp; local
[all...]
/freebsd-current/contrib/one-true-awk/
H A Dtran.c159 Cell **tp; local
174 Array *tp; local
201 Array *tp; local
222 setsymtab(const char *n, const char *s, Awkfloat f, unsigned t, Array *tp) argument
261 rehash(Array *tp) argument
283 lookup(const char *s, Array *tp) argument
[all...]
/freebsd-current/sbin/bsdlabel/
H A Dbsdlabel.c728 char *tp, line[BUFSIZ]; local
999 getasciipartspec(char *tp, struct disklabel *lp, int part, int lineno) argument
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDynamicLoaderPOSIXDYLD.cpp759 addr_t tp = thread->GetThreadPointer(); local
/freebsd-current/contrib/libarchive/libarchive/
H A Darchive_getdate.c855 const struct LEXICON *tp; local
/freebsd-current/usr.sbin/pstat/
H A Dpstat.c225 struct tty *tp, tty; local
/freebsd-current/sys/dev/nvmf/controller/
H A Dctl_frontend_nvmf.c1022 struct ctl_nvmf_terminate_params *tp; local
/freebsd-current/contrib/unbound/daemon/
H A Dcachedump.c144 char* nm, *tp, *cl; local
172 char* nm, *tp, *cl; local
[all...]
/freebsd-current/sys/dev/cxgbe/tom/
H A Dt4_tls.c494 struct tcpcb *tp = intotcpcb(inp); local
729 struct tcpcb *tp; local
791 struct tcpcb *tp; local
995 struct tcpcb *tp; local
[all...]
/freebsd-current/usr.sbin/arp/
H A Darp.c644 static struct timespec tp; local
778 struct timespec tp; local
/freebsd-current/contrib/bsnmp/snmpd/
H A Dconfig.c693 struct assign *tp; local
1248 struct assign *tp; local
1275 struct assign *tp; local
[all...]
H A Dsnmpmod.h543 SLIST_ENTRY(target_param) tp; member in struct:target_param
/freebsd-current/contrib/tcsh/
H A Dsh.proc.c954 struct process *pp, *tp; local
987 struct process *tp; local
1233 ptprint(struct process *tp) argument
[all...]
/freebsd-current/contrib/ncurses/ncurses/tinfo/
H A Dtinfo_driver.c774 const color_t *tp = InfoOf(sp).defaultPalette; local
[all...]
H A Dread_termcap.c960 _nc_read_termcap_entry(const char *const tn, TERMTYPE2 *const tp) argument
/freebsd-current/crypto/heimdal/kadmin/
H A Drpc.c424 krb5_tl_data *tp; local
496 krb5_tl_data **tp = &ent->tl_data; local
[all...]
/freebsd-current/contrib/nvi/vi/
H A Dv_txt.c251 TEXT *ntp, *tp; /* Input text structures. */ local
1439 txt_abbrev(SCR *sp, TEXT *tp, CHAR_T *pushcp, int isinfoline, int *didsubp, int *turnoffp) argument
1606 txt_unmap(SCR *sp, TEXT *tp, u_int32_t *ec_flagsp) argument
1646 txt_ai_resolve(SCR *sp, TEXT *tp, int *changedp) argument
1739 v_txt_auto(SCR *sp, recno_t lno, TEXT *aitp, size_t len, TEXT *tp) argument
1789 txt_backup(SCR *sp, TEXTH *tiqh, TEXT *tp, u_int32_t *flagsp) argument
1864 txt_dent(SCR *sp, TEXT *tp, int swopt, int isindent) argument
1968 txt_fc(SCR *sp, TEXT *tp, int *redrawp) argument
2243 txt_emark(SCR *sp, TEXT *tp, size_t cno) argument
2329 txt_hex(SCR *sp, TEXT *tp) argument
2409 txt_insch(SCR *sp, TEXT *tp, CHAR_T *chp, u_int flags) argument
2524 txt_isrch(SCR *sp, VICMD *vp, TEXT *tp, u_int8_t *is_flagsp) argument
2647 TEXT *tp; local
2698 txt_showmatch(SCR *sp, TEXT *tp) argument
2765 txt_margin(SCR *sp, TEXT *tp, TEXT *wmtp, int *didbreak, u_int32_t flags) argument
2841 txt_Rresolve(SCR *sp, TEXTH *tiqh, TEXT *tp, const size_t orig_len) argument
[all...]
/freebsd-current/cddl/contrib/opensolaris/common/ctf/
H A Dctf_create.c390 void *tp; local
1405 const void *tp; local

Completed in 289 milliseconds

<<111213141516171819