Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dcheck_kernel_printf.c356 static void ip4(const char *fmt, struct symbol *type, struct symbol *basetype, int vaidx) in ip4()
405 static void ip6(const char *fmt, struct symbol *type, struct symbol *basetype, int vaidx) in ip6()
423 static void ipS(const char *fmt, struct symbol *type, struct symbol *basetype, int vaidx) in ipS()
452 static void hex_string(const char *fmt, struct symbol *type, struct symbol *basetype, int vaidx) in hex_string()
507 static void dentry_file(const char *fmt, struct symbol *type, struct symbol *basetype, int vaidx) in dentry_file()
535 static void check_clock(const char *fmt, struct symbol *type, struct symbol *basetype, int vaidx) in check_clock()
549 static void va_format(const char *fmt, struct symbol *type, struct symbol *basetype, int vaidx) in va_format()
578 static void address_val(const char *fmt, struct symbol *type, struct symbol *basetype, int vaidx) in address_val()
611 static void block_device(const char *fmt, struct symbol *type, struct symbol *basetype, int vaidx) in block_device()
624 static void flag_string(const char *fmt, struct symbol *type, struct symbol *basetype, int vaidx) in flag_string()
[all …]
/illumos-gate/usr/src/cmd/abi/spectrans/spec2trace/
H A Dsymtab.c352 char *type, char *basetype, int levels) in symtab_set_function()
393 symtab_set_errval(char *name, int line, char *file, char *type, char *basetype, in symtab_set_errval()
420 char *type, char *basetype, int levels) in symtab_add_args()
493 char *basetype, int levels) in symtab_add_globals()
768 int kind, char *type, char *basetype, int levels, char *attribute, in allocate_entry()
791 int kind, char *type, char *basetype, int levels, char *attribute, in set_entry()
862 int kind, char *type, char *basetype, int levels, char *attribute, in add_entry_table()
/illumos-gate/usr/src/tools/lintdump/
H A Dlintdump.c309 uint16_t basetype = atp->aty & LNQUAL; in print_atype() local
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/
H A Dasn1_encode.h267 const struct atype_info *basetype; member
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_print.c1630 char *basetype; in elt_print() local
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dsynch.c131 int basetype = (type & ~ALL_ATTRIBUTES); in mutex_init() local