Searched defs:basetype (Results 1 – 6 of 6) sorted by relevance
/illumos-gate/usr/src/tools/smatch/src/ |
H A D | check_kernel_printf.c | 356 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() 465 static void escaped_string(const char *fmt, struct symbol *type, struct symbol *basetype, int vaidx) in escaped_string() 476 static void resource_string(const char *fmt, struct symbol *type, struct symbol *basetype, int vaid… in resource_string() 487 static void mac_address_string(const char *fmt, struct symbol *type, struct symbol *basetype, int v… in mac_address_string() 507 static void dentry_file(const char *fmt, struct symbol *type, struct symbol *basetype, int vaidx) in dentry_file() 526 static void time_and_date(const char *fmt, struct symbol *type, struct symbol *basetype, int vaidx) in time_and_date() 535 static void check_clock(const char *fmt, struct symbol *type, struct symbol *basetype, int vaidx) in check_clock() [all …]
|
/illumos-gate/usr/src/cmd/abi/spectrans/spec2trace/ |
H A D | symtab.c | 352 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 D | lintdump.c | 309 uint16_t basetype = atp->aty & LNQUAL; in print_atype() local
|
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/ |
H A D | asn1_encode.h | 267 const struct atype_info *basetype; member
|
/illumos-gate/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_print.c | 1632 char *basetype; in elt_print() local
|
/illumos-gate/usr/src/lib/libc/port/threads/ |
H A D | synch.c | 132 int basetype = (type & ~ALL_ATTRIBUTES); in mutex_init() local
|