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

/macosx-10.9.5/dtrace-118.1/tools/ctfconvert/
H A Dst_bugs.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.c172 tdp->t_type = TYPEDEF_UNRES;
194 ntdp->t_type = TYPEDEF;
322 assert(tdp->t_type != TYPEDEF);
328 ntdp->t_type = TYPEDEF;
334 assert(tdp->t_type == FORWARD ||
335 tdp->t_type == INTRINSIC);
340 ntdp->t_type = TYPEDEF;
348 ntdp->t_type = TYPEDEF;
385 tdp->t_type = TYPEDEF;
578 otdp->t_type, TYPEFIL
[all...]
H A Dtraverse.c158 if ((travcb = tdtd->firstops[this->t_type]) != NULL) {
169 if (descend && (travcb = tdtd->preops[this->t_type]) != NULL) {
177 if ((descender = tddescenders[this->t_type]) != NULL &&
181 if ((travcb = tdtd->postops[this->t_type]) != NULL &&
H A Dctf.c326 switch (tp->t_type) {
387 if (tp->t_type == STRUCT)
517 warning("Can't write unknown type %d\n", tp->t_type);
1059 tdp->t_type = INTRINSIC;
1086 tdp->t_type = INTRINSIC;
1102 tdp->t_type = POINTER;
1107 tdp->t_type = ARRAY;
1122 tdp->t_type = (kind == CTF_K_STRUCT ? STRUCT : UNION);
1163 tdp->t_type = ENUM;
1180 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)
460 if (ed.ed_tgt->t_type == FORWARD && ctdp->t_type !
[all...]
H A Dtdata.c66 switch (tdp->t_type) {
103 tdp->t_type, tdp->t_id);
255 if (free_cbs[tdp->t_type])
256 free_cbs[tdp->t_type](tdp);
H A Ddwarf.c186 switch (tdp->t_type) {
211 tdp->t_id, tdp->t_type);
220 switch (tdp->t_type) {
247 tdp->t_id, tdp->t_type);
256 switch (tdp->t_type) {
615 tdp->t_type = INTRINSIC;
671 new->t_type = INTRINSIC;
706 dimtdp->t_type = ARRAY;
772 dimtdp->t_type == ARRAY;
847 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
/macosx-10.9.5/tcpdump-56/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),
/macosx-10.9.5/Heimdal-323.92.1/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)
/macosx-10.9.5/lukemftp-13.92.1/tnftp/src/
H A Dcmds.c144 int t_type; member in struct:types
268 curtype = type = p->t_type;
290 if (newtype == p->t_type)

Completed in 278 milliseconds