Searched defs:tod (Results 1 - 22 of 22) sorted by relevance

/freebsd-10.3-release/sys/powerpc/pseries/
H A Drtas_dev.c107 cell_t tod[8]; local
[all...]
/freebsd-10.3-release/sys/netinet/
H A Dtcp_offload.c59 struct toedev *tod; local
112 struct toedev *tod = tp->tod; local
123 struct toedev *tod = tp->tod; local
148 struct toedev *tod = tp->tod; local
159 struct toedev *tod = tp->tod; local
170 struct toedev *tod = tp->tod; local
[all...]
H A Dtoecore.c188 struct toedev *t, *tod; local
226 struct toedev *tod; local
245 init_toedev(struct toedev *tod) argument
278 register_toedev(struct toedev *tod) argument
305 unregister_toedev(struct toedev *tod) argument
326 toe_syncache_add(struct in_conninfo *inc, struct tcpopt *to, struct tcphdr *th, struct inpcb *inp, void *tod, void *todctx) argument
388 struct toedev *tod; local
516 toe_l2_resolve(struct toedev *tod, struct ifnet *ifp, struct sockaddr *sa, uint8_t *lladdr, uint16_t *vtag) argument
550 toe_connect_failed(struct toedev *tod, struct inpcb *inp, int err) argument
[all...]
H A Dtcp_syncache.c370 struct toedev *tod = sc->sc_tod; local
401 struct toedev *tod = sc->sc_tod; local
909 struct toedev *tod = sc->sc_tod; local
1006 struct toedev *tod local
1149 syncache_add(struct in_conninfo *inc, struct tcpopt *to, struct tcphdr *th, struct inpcb *inp, struct socket **lsop, struct mbuf *m, void *tod, void *todctx) argument
1675 struct toedev *tod = sc->sc_tod; local
1695 struct toedev *tod = sc->sc_tod; local
[all...]
H A Dtcp_var.h202 struct toedev *tod; /* toedev handling this connection */ member in struct:tcpcb
/freebsd-10.3-release/sys/dev/cxgb/ulp/tom/
H A Dcxgb_tom.c74 toepcb_alloc(struct toedev *tod) argument
202 struct toedev *tod; local
[all...]
H A Dcxgb_l2t.c216 struct toedev *tod = &td->tod; local
370 t3_l2_update(struct toedev *tod, struct ifnet *ifp, struct sockaddr *sa, argument
H A Dcxgb_listen.c489 struct toedev *tod = &td->tod; local
695 struct toedev *tod = &td->tod; local
800 t3_listen_start(struct toedev *tod, struc argument
883 t3_listen_stop(struct toedev *tod, struct tcpcb *tp) argument
944 t3_syncache_respond(struct toedev *tod, void *arg, struct mbuf *m) argument
1010 struct toedev *tod = &td->tod; local
1061 struct toedev *tod = &td->tod; local
1096 t3_send_reset_synqe(struct toedev *tod, struct synq_entry *synqe) argument
1132 t3_offload_socket(struct toedev *tod, void *arg, struct socket *so) argument
[all...]
H A Dcxgb_tom.h79 struct toedev tod; member in struct:tom_data
143 t3_tomdata(struct toedev *tod) argument
H A Dcxgb_cpl_io.c128 struct toedev *tod = toep->tp_tod; local
252 queue_tid_release(struct toedev *tod, unsigned int tid) argument
278 release_tid(struct toedev *tod, unsigned int tid, int qset) argument
429 struct toedev *tod = toep->tp_tod; local
587 t3_rcvd(struct toedev *tod, struct tcpcb *tp) argument
632 t3_send_fin(struct toedev *tod, struct tcpcb *tp) argument
654 t3_tod_output(struct toedev *tod, struct tcpcb *tp) argument
704 struct toedev *tod = toep->tp_tod; local
769 struct toedev *tod = toep->tp_tod; local
807 struct toedev *tod = toep->tp_tod; local
910 struct toedev *tod = &td->tod; local
949 t3_connect(struct toedev *tod, struct socket *so, struct rtentry *rt, struct sockaddr *nam) argument
1059 struct toedev *tod = toep->tp_tod; local
1444 send_abort_rpl(struct toedev *tod, int tid, int qset) argument
1471 struct toedev *tod = &td->tod; local
1622 struct toedev *tod = toep->tp_tod; local
[all...]
/freebsd-10.3-release/sys/dev/cxgbe/tom/
H A Dt4_connect.c186 struct toedev *tod = &toep->td->tod; local
316 t4_connect(struct toedev *tod, struct socket *so, struct rtentry *rt, argument
H A Dt4_tom_l2t.c232 struct toedev *tod = &td->tod; local
431 t4_l2_update(struct toedev *tod, struct ifnet *ifp, struct sockaddr *sa, argument
H A Dt4_tom.h185 struct toedev tod; member in struct:tom_data
210 tod_td(struct toedev *tod) argument
H A Dt4_cpl_io.c371 t4_rcvd(struct toedev *tod, struct tcpcb *tp) argument
976 t4_tod_output(struct toedev *tod, struct tcpcb *tp) argument
995 t4_send_fin(struct toedev *tod, struct tcpcb *tp) argument
1020 t4_send_rst(struct toedev *tod, struct tcpcb *tp) argument
H A Dt4_listen.c344 send_reset_synqe(struct toedev *tod, struct synq_entry *synqe) argument
502 t4_listen_start(struct toedev *tod, struct tcpcb *tp) argument
589 t4_listen_stop(struct toedev *tod, struct tcpcb *tp) argument
669 t4_syncache_respond(struct toedev *tod, voi argument
923 t4_offload_socket(struct toedev *tod, void *arg, struct socket *so) argument
1214 struct toedev *tod; local
[all...]
H A Dt4_tom.c340 t4_ctloutput(struct toedev *tod, struct tcpcb *tp, int dir, int name) argument
963 struct toedev *tod; local
[all...]
/freebsd-10.3-release/usr.sbin/rpc.lockd/
H A Dkern.c68 time_t tod; /* Time-of-day. */ member in struct:__owner
/freebsd-10.3-release/contrib/ntp/libntp/
H A Dmachines.c436 static int tod; local
[all...]
/freebsd-10.3-release/contrib/libarchive/libarchive/
H A Darchive_getdate.c906 time_t tod; local
/freebsd-10.3-release/usr.bin/at/
H A Dparsetime.c361 tod(struct tm *tm) function
/freebsd-10.3-release/sys/cddl/contrib/opensolaris/uts/common/os/
H A Dfm.c417 timespec_t tod; local
470 timespec_t tod; local
[all...]
/freebsd-10.3-release/contrib/tzcode/zic/
H A Dzic.c1110 long dayoff, tod; local
1840 register long tod; local
[all...]

Completed in 165 milliseconds