HomeSort by relevance Sort by last modified time
    Searched refs:t_type (Results 1 - 22 of 22) sorted by null

  /onnv/onnv-gate/usr/src/tools/ctf/cvt/
fixup_tdescs.c 66 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 != POINTER |
    [all...]
st_parse.c 156 tdp->t_type = TYPEDEF_UNRES;
178 ntdp->t_type = TYPEDEF;
306 assert(tdp->t_type != TYPEDEF);
312 ntdp->t_type = TYPEDEF;
318 assert(tdp->t_type == FORWARD ||
319 tdp->t_type == INTRINSIC);
324 ntdp->t_type = TYPEDEF;
332 ntdp->t_type = TYPEDEF;
369 tdp->t_type = TYPEDEF;
563 otdp->t_type, TYPEFILE(otdp->t_id), TYPENUM(otdp->t_id))
    [all...]
traverse.c 158 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 &&
ctf.c 270 switch (tp->t_type) {
324 if (tp->t_type == STRUCT)
439 warning("Can't write unknown type %d\n", tp->t_type);
962 tdp->t_type = INTRINSIC;
989 tdp->t_type = INTRINSIC;
1005 tdp->t_type = POINTER;
1010 tdp->t_type = ARRAY;
1025 tdp->t_type = (kind == CTF_K_STRUCT ? STRUCT : UNION);
1066 tdp->t_type = ENUM;
1083 tdp->t_type = FORWARD
    [all...]
merge.c 349 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 != FORWARD)
    [all...]
tdata.c 66 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);
dwarf.c 180 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;
726 dimtdp->t_type == ARRAY;
801 tdp->t_type = ENUM
    [all...]
stabs.c 88 if (!new || (new->t_type != STRUCT && new->t_type != UNION))
ctftools.h 227 stabtype_t t_type; member in struct:tdesc
  /onnv/onnv-gate/usr/src/cmd/sgs/crle/common/
hash.c 46 tbl->t_type = type;
60 if (tbl->t_type == HASH_STR)
70 if (tbl->t_type == HASH_STR) {
_crle.h 96 Hash_type t_type; /* HASH_INT or HASH_STR */ member in struct:hash_tbl
  /onnv/onnv-gate/usr/src/cmd/rpcsvc/nis/rpc.nisd/resolv_server/
main.c 151 char *t_type = "ticots"; local
177 t_type = optarg;
242 if ((nc = getnetconfigent(t_type)) == NULL) {
243 prnt(P_ERR, "cannot get %s netconf.\n", t_type);
  /onnv/onnv-gate/usr/src/uts/i86xpv/vm/
seg_mf.c 88 segmf_map_type_t t_type; member in struct:segmf_map_s
135 data->map[i].t_type = SEGMF_MAP_EMPTY;
234 ASSERT(map->t_type == SEGMF_MAP_MFN);
560 data->map[base + i].t_type = SEGMF_MAP_MFN;
570 data->map[base + i].t_type = SEGMF_MAP_EMPTY;
621 map[i].t_type = SEGMF_MAP_GREF;
633 data->map[i].t_type = SEGMF_MAP_EMPTY;
670 ASSERT(map[i].t_type != SEGMF_MAP_MFN);
671 if ((map[i].t_type == SEGMF_MAP_GREF) &&
678 map[i].t_type = SEGMF_MAP_EMPTY
    [all...]
  /onnv/onnv-gate/usr/src/cmd/praudit/
toktable.h 43 short t_type; /* token or tag type */ member in struct:token_desc
toktable.c 50 tokentable[(int)(i)].t_type = (t);
57 tokentable[(int)(i)].t_type = (t);
format.c 153 if (context->pending_flag && (tag->t_type != T_ATTRIBUTE)) {
171 switch (tag->t_type) {
256 switch (tag->t_type) {
    [all...]
  /onnv/onnv-gate/usr/src/cmd/saf/
pmadm.c 91 char t_type[PMTYPESIZE + 1]; /* PM type */ member in struct:taglist
997 tp->t_tag, tp->t_type, pp->p_tag,
1006 (void) printf("%-14s %-14s %-14s %-4s %-8s %s #%s\n", tp->t_tag, tp->t_type, pp->p_tag,
1323 (void) strcpy(temp->t_type, sp->sc_type);
  /onnv/onnv-gate/usr/src/uts/common/sys/
mtio.h 286 short t_type; /* type of magtape device */ member in struct:mt_tape_info
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
cmds.c 202 int t_type; member in struct:types
255 type = p->t_type;
    [all...]
  /onnv/onnv-gate/usr/src/uts/sun4u/starfire/io/
idn.c     [all...]
idn_proto.c     [all...]
  /onnv/onnv-gate/usr/src/uts/sun4u/starfire/sys/
idn.h 1393 ushort_t t_type; member in struct:idn_timer
    [all...]

Completed in 900 milliseconds