Searched refs:t_type (Results 1 - 16 of 16) sorted by relevance

/freebsd-10.1-release/tools/regression/sockets/so_setfib/
H A Dso_setfib.c73 static struct t_type { struct
76 } t_type[] = { variable in typeref:struct:t_type
105 t_type[type].name, i);
109 t_dom[dom].name, t_type[type].name, i, s, i);
112 t_type[type].name, i);
116 t_dom[dom].name, t_type[type].name, i, s, i,
120 t_type[type].name, i);
136 if (t_dom[dom].domain == PF_ROUTE && t_type[type].type != SOCK_RAW)
138 if (t_dom[dom].domain == PF_LOCAL && t_type[type].type == SOCK_RAW)
142 s = socket(t_dom[dom].domain, t_type[typ
[all...]
/freebsd-10.1-release/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dfixup_tdescs.c66 if (!(str = lookupname(strs[i])) || str->t_type != STRUCT)
76 if (ml->ml_type->t_type != POINTER || ml->ml_type->t_name ||
77 ml->ml_type->t_tdesc->t_type != POINTER ||
82 if (act->t_type != STRUCT || !streq(act->t_name, acts[i]))
85 if (!(tgt = lookupname(tgts[i])) || tgt->t_type != TYPEDEF)
90 p2->t_type = POINTER;
95 p1->t_type = POINTER;
116 if ((vmt = lookupname("vmem_t")) == NULL || vmt->t_type != TYPEDEF)
120 if (!(str = lookupname(strs[i])) || str->t_type != STRUCT)
127 if (ml->ml_type->t_type !
[all...]
H A Dst_parse.c152 tdp->t_type = TYPEDEF_UNRES;
174 ntdp->t_type = TYPEDEF;
302 assert(tdp->t_type != TYPEDEF);
308 ntdp->t_type = TYPEDEF;
314 assert(tdp->t_type == FORWARD ||
315 tdp->t_type == INTRINSIC);
320 ntdp->t_type = TYPEDEF;
328 ntdp->t_type = TYPEDEF;
365 tdp->t_type = TYPEDEF;
559 otdp->t_type, TYPEFIL
[all...]
H A Dtraverse.c156 if ((travcb = tdtd->firstops[this->t_type]) != NULL) {
167 if (descend && (travcb = tdtd->preops[this->t_type]) != NULL) {
175 if ((descender = tddescenders[this->t_type]) != NULL &&
179 if ((travcb = tdtd->postops[this->t_type]) != NULL &&
H A Dctf.c328 switch (tp->t_type) {
390 if (tp->t_type == STRUCT)
531 warning("Can't write unknown type %d\n", tp->t_type);
1069 tdp->t_type = INTRINSIC;
1096 tdp->t_type = INTRINSIC;
1112 tdp->t_type = POINTER;
1117 tdp->t_type = ARRAY;
1132 tdp->t_type = (kind == CTF_K_STRUCT ? STRUCT : UNION);
1179 tdp->t_type = ENUM;
1196 tdp->t_type
[all...]
H A Dmerge.c349 tdesc_t *defn = (ctdp->t_type == FORWARD ? mtdp : ctdp);
351 return (defn->t_type == STRUCT || defn->t_type == UNION);
381 if (ctdp->t_type != mtdp->t_type) {
382 if (ctdp->t_type == FORWARD || mtdp->t_type == FORWARD)
392 if ((equiv = tdesc_ops[ctdp->t_type].equiv) != NULL)
461 if (ed.ed_tgt->t_type == FORWARD && ctdp->t_type !
[all...]
H A Dtdata.c64 switch (tdp->t_type) {
102 tdp->t_type, tdp->t_id);
257 if (free_cbs[tdp->t_type])
258 free_cbs[tdp->t_type](tdp);
H A Ddwarf.c180 switch (tdp->t_type) {
205 tdp->t_id, tdp->t_type);
214 switch (tdp->t_type) {
241 tdp->t_id, tdp->t_type);
250 switch (tdp->t_type) {
569 tdp->t_type = INTRINSIC;
625 new->t_type = INTRINSIC;
660 dimtdp->t_type = ARRAY;
733 dimtdp->t_type == ARRAY;
808 tdp->t_type
[all...]
H A Dstabs.c88 if (!new || (new->t_type != STRUCT && new->t_type != UNION))
H A Dctftools.h227 stabtype_t t_type; member in struct:tdesc
/freebsd-10.1-release/usr.bin/mt/
H A Dmt.c307 short t_type; /* type of magtape device */ member in struct:tape_desc
325 if (mt->t_type == 0) {
330 if (mt->t_type == bp->mt_type)
333 if(mt->t_type == MT_ISAR)
/freebsd-10.1-release/contrib/tcpdump/
H A Disakmp.h405 u_int8_t t_type; /* Transform Type (ENCR,PRF,INTEG,etc.*/
404 u_int8_t t_type; /* Transform Type (ENCR,PRF,INTEG,etc.*/ member in struct:ikev2_t
H A Dprint-isakmp.c1448 switch (t.t_type) {
1478 STR_OR_ID(t.t_type, ikev2_t_type_map),
1482 STR_OR_ID(t.t_type, ikev2_t_type_map),
/freebsd-10.1-release/crypto/heimdal/appl/ftp/ftp/
H A Dcmds.c205 int t_type; member in struct:types
257 curtype = type = p->t_type;
279 if (newtype == p->t_type)
/freebsd-10.1-release/sys/netinet/
H A Dsctputil.c1864 sctp_timer_start(int t_type, struct sctp_inpcb *inp, struct sctp_tcb *stcb, argument
1870 if ((t_type != SCTP_TIMER_TYPE_ADDR_WQ) && (inp == NULL))
1877 switch (t_type) {
2125 __FUNCTION__, t_type);
2131 __FUNCTION__, t_type, to_ticks, (void *)tmr);
2142 if (t_type == SCTP_TIMER_TYPE_SEND) {
2146 tmr->type = t_type;
2158 sctp_timer_stop(int t_type, struct sctp_inpcb *inp, struct sctp_tcb *stcb, argument
2163 if ((t_type != SCTP_TIMER_TYPE_ADDR_WQ) &&
2171 switch (t_type) {
[all...]
/freebsd-10.1-release/contrib/tnftp/src/
H A Dcmds.c138 int t_type; member in struct:types
271 curtype = type = p->t_type;
293 if (newtype == p->t_type)

Completed in 311 milliseconds