Home
last modified time | relevance | path

Searched refs:basetype (Results 1 – 6 of 6) sorted by relevance

/titanic_41/usr/src/cmd/abi/spectrans/spec2trace/
H A Dsymtab.c354 char *type, char *basetype, int levels) in symtab_set_function() argument
359 name, line, file, PRIMITIVE, type, basetype, levels, "", -1, -1); in symtab_set_function()
395 symtab_set_errval(char *name, int line, char *file, char *type, char *basetype, in symtab_set_errval() argument
401 name, line, file, PRIMITIVE, type, basetype, levels, in symtab_set_errval()
422 char *type, char *basetype, int levels) in symtab_add_args() argument
430 name, line, file, PRIMITIVE, type, basetype, levels, "", -1, -1); in symtab_add_args()
495 char *basetype, int levels) in symtab_add_globals() argument
503 name, line, file, PRIMITIVE, type, basetype, levels, "", -1, -1); in symtab_add_globals()
770 int kind, char *type, char *basetype, int levels, char *attribute, in allocate_entry() argument
781 return (set_entry(e, name, line, file, kind, type, basetype, levels, in allocate_entry()
[all …]
/titanic_41/usr/src/tools/lintdump/
H A Dlintdump.c312 uint16_t basetype = atp->aty & LNQUAL; in print_atype() local
322 if (basetype < 1 || in print_atype()
323 basetype > (sizeof (basetypes) / sizeof (*basetypes))) in print_atype()
324 info("<unknown type %x>", basetype); in print_atype()
326 switch (basetype) { in print_atype()
331 info("%s %s", basetypes[basetype], lsup->name); in print_atype()
333 info("%s", basetypes[basetype]); in print_atype()
341 info("%s", basetypes[basetype]); in print_atype()
/titanic_41/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/
H A Dasn1_encode.c389 assert(a->basetype != NULL); in krb5int_asn1_encode_a_thing()
391 a->basetype, retlen); in krb5int_asn1_encode_a_thing()
397 assert(a->basetype != NULL); in krb5int_asn1_encode_a_thing()
398 return encode_nullterm_sequence_of(buf, val, a->basetype, in krb5int_asn1_encode_a_thing()
405 retval = krb5int_asn1_encode_a_thing(buf, val, a->basetype, &length); in krb5int_asn1_encode_a_thing()
466 a = field->atype->basetype; in encode_a_field()
H A Dasn1_encode.h267 const struct atype_info *basetype; member
/titanic_41/usr/src/cmd/mdb/common/mdb/
H A Dmdb_print.c1578 char *basetype; in elt_print() local
1583 basetype = type + strlen(type); in elt_print()
1584 sz = sizeof (type) - (basetype - type); in elt_print()
1588 if (mdb_ctf_type_name(base, basetype, sz) != NULL && in elt_print()
1589 strcmp(basetype, type) != 0 && in elt_print()
1590 strcmp(basetype, "struct ") != 0 && in elt_print()
1591 strcmp(basetype, "enum ") != 0 && in elt_print()
1592 strcmp(basetype, "union ") != 0) { in elt_print()
/titanic_41/usr/src/lib/libc/port/threads/
H A Dsynch.c129 int basetype = (type & ~ALL_ATTRIBUTES); in mutex_init() local
134 if (basetype == USYNC_PROCESS_ROBUST) { in mutex_init()
143 basetype = USYNC_PROCESS; in mutex_init()
148 if ((basetype != USYNC_THREAD && basetype != USYNC_PROCESS) || in mutex_init()
178 if (basetype == USYNC_PROCESS) in mutex_init()