Symbol: t_type
crypto/heimdal/appl/ftp/ftp/cmds.c
205
int t_type;
crypto/heimdal/appl/ftp/ftp/cmds.c
257
curtype = type = p->t_type;
crypto/heimdal/appl/ftp/ftp/cmds.c
279
if (newtype == p->t_type)
sys/netinet/sctputil.c
2156
sctp_timer_start(int t_type, struct sctp_inpcb *inp, struct sctp_tcb *stcb,
sys/netinet/sctputil.c
2165
t_type, stcb, stcb->sctp_ep));
sys/netinet/sctputil.c
2180
(t_type != SCTP_TIMER_TYPE_ASOCKILL)) {
sys/netinet/sctputil.c
2183
t_type, inp, stcb, net);
sys/netinet/sctputil.c
2190
t_type, inp, stcb, net);
sys/netinet/sctputil.c
2194
switch (t_type) {
sys/netinet/sctputil.c
2200
t_type, inp, stcb, net);
sys/netinet/sctputil.c
2220
t_type, inp, stcb, net);
sys/netinet/sctputil.c
2240
t_type, inp, stcb, net);
sys/netinet/sctputil.c
2253
t_type, inp, stcb, net);
sys/netinet/sctputil.c
2274
t_type, inp, stcb, net);
sys/netinet/sctputil.c
2283
t_type, inp, stcb, net);
sys/netinet/sctputil.c
2326
t_type, inp, stcb, net);
sys/netinet/sctputil.c
2346
t_type, inp, stcb, net);
sys/netinet/sctputil.c
2362
t_type, inp, stcb, net);
sys/netinet/sctputil.c
2370
t_type, inp, stcb, net);
sys/netinet/sctputil.c
2381
t_type, inp, stcb, net);
sys/netinet/sctputil.c
2401
t_type, inp, stcb, net);
sys/netinet/sctputil.c
2421
t_type, inp, stcb, net);
sys/netinet/sctputil.c
2441
t_type, inp, stcb, net);
sys/netinet/sctputil.c
2457
t_type, inp, stcb, net);
sys/netinet/sctputil.c
2478
t_type, inp, stcb, net);
sys/netinet/sctputil.c
2490
t_type, inp, stcb, net);
sys/netinet/sctputil.c
2502
t_type, inp, stcb, net);
sys/netinet/sctputil.c
2515
t_type, inp, stcb, net);
sys/netinet/sctputil.c
2525
panic("Unknown timer type %d", t_type);
sys/netinet/sctputil.c
2530
KASSERT(tmr != NULL, ("tmr is NULL for timer type %d", t_type));
sys/netinet/sctputil.c
2531
KASSERT(to_ticks > 0, ("to_ticks == 0 for timer type %d", t_type));
sys/netinet/sctputil.c
2539
t_type, inp, stcb, net);
sys/netinet/sctputil.c
2543
if (t_type == SCTP_TIMER_TYPE_SEND) {
sys/netinet/sctputil.c
2547
tmr->type = t_type;
sys/netinet/sctputil.c
2550
if (t_type == SCTP_TIMER_TYPE_STRRESET) {
sys/netinet/sctputil.c
2561
t_type, to_ticks, inp, stcb, net);
sys/netinet/sctputil.c
2582
t_type, to_ticks, inp, stcb, net);
sys/netinet/sctputil.c
2615
sctp_timer_stop(int t_type, struct sctp_inpcb *inp, struct sctp_tcb *stcb,
sys/netinet/sctputil.c
2622
t_type, stcb, stcb->sctp_ep));
sys/netinet/sctputil.c
2631
switch (t_type) {
sys/netinet/sctputil.c
2636
t_type, inp, stcb, net);
sys/netinet/sctputil.c
2647
t_type, inp, stcb, net);
sys/netinet/sctputil.c
2658
t_type, inp, stcb, net);
sys/netinet/sctputil.c
2669
t_type, inp, stcb, net);
sys/netinet/sctputil.c
2680
t_type, inp, stcb, net);
sys/netinet/sctputil.c
2691
t_type, inp, stcb, net);
sys/netinet/sctputil.c
2702
t_type, inp, stcb, net);
sys/netinet/sctputil.c
2713
t_type, inp, stcb, net);
sys/netinet/sctputil.c
2724
t_type, inp, stcb, net);
sys/netinet/sctputil.c
2735
t_type, inp, stcb, net);
sys/netinet/sctputil.c
2746
t_type, inp, stcb, net);
sys/netinet/sctputil.c
2757
t_type, inp, stcb, net);
sys/netinet/sctputil.c
2768
t_type, inp, stcb, net);
sys/netinet/sctputil.c
2784
t_type, inp, stcb, net);
sys/netinet/sctputil.c
2795
t_type, inp, stcb, net);
sys/netinet/sctputil.c
2806
t_type, inp, stcb, net);
sys/netinet/sctputil.c
2817
t_type, inp, stcb, net);
sys/netinet/sctputil.c
2826
panic("Unknown timer type %d", t_type);
sys/netinet/sctputil.c
2831
KASSERT(tmr != NULL, ("tmr is NULL for timer type %d", t_type));
sys/netinet/sctputil.c
2833
(tmr->type != t_type)) {
sys/netinet/sctputil.c
2842
t_type, inp, stcb, net);
sys/netinet/sctputil.c
2845
if ((t_type == SCTP_TIMER_TYPE_SEND) && (stcb != NULL)) {
sys/netinet/sctputil.c
2856
t_type, inp, tmr->ep));
sys/netinet/sctputil.c
2859
t_type, stcb, tmr->tcb));
sys/netinet/sctputil.c
2860
KASSERT(((t_type == SCTP_TIMER_TYPE_ASCONF) && (tmr->net != NULL)) ||
sys/netinet/sctputil.c
2861
((t_type != SCTP_TIMER_TYPE_ASCONF) && (tmr->net == net)),
sys/netinet/sctputil.c
2863
t_type, net, tmr->net));
sys/netinet/sctputil.c
2866
t_type, inp, stcb, net);
sys/netinet/sctputil.c
2893
t_type, inp, stcb, net);
tools/regression/sockets/so_setfib/so_setfib.c
104
t_type[type].name, i);
tools/regression/sockets/so_setfib/so_setfib.c
108
t_dom[dom].name, t_type[type].name, i, s, i);
tools/regression/sockets/so_setfib/so_setfib.c
111
t_type[type].name, i);
tools/regression/sockets/so_setfib/so_setfib.c
115
t_dom[dom].name, t_type[type].name, i, s, i,
tools/regression/sockets/so_setfib/so_setfib.c
119
t_type[type].name, i);
tools/regression/sockets/so_setfib/so_setfib.c
135
if (t_dom[dom].domain == PF_ROUTE && t_type[type].type != SOCK_RAW)
tools/regression/sockets/so_setfib/so_setfib.c
137
if (t_dom[dom].domain == PF_LOCAL && t_type[type].type == SOCK_RAW)
tools/regression/sockets/so_setfib/so_setfib.c
141
s = socket(t_dom[dom].domain, t_type[type].type, 0);
tools/regression/sockets/so_setfib/so_setfib.c
144
t_dom[dom].name, t_type[type].name, strerror(errno));
tools/regression/sockets/so_setfib/so_setfib.c
185
(nitems(t_dom) - 1) * nitems(t_type) * (2 + rt_numfibs + 2 + 3));
tools/regression/sockets/so_setfib/so_setfib.c
192
for (j = 0; j < sizeof(t_type) / sizeof(struct t_type); j++)
tools/regression/sockets/so_setfib/so_setfib.c
75
} t_type[] = {
usr.bin/mt/mt.c
421
short t_type; /* type of magtape device */
usr.bin/mt/mt.c
439
if (mt->t_type == 0) {
usr.bin/mt/mt.c
444
if (mt->t_type == bp->mt_type)
usr.bin/mt/mt.c
447
if(mt->t_type == MT_ISAR)