Home
last modified time | relevance | path

Searched refs:vaidx (Results 1 – 1 of 1) 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() argument
405 static void ip6(const char *fmt, struct symbol *type, struct symbol *basetype, int vaidx) in ip6() argument
423 static void ipS(const char *fmt, struct symbol *type, struct symbol *basetype, int vaidx) in ipS() argument
449 "argument %d has type '%s'", fmt[0], vaidx, type_to_str(type)); in ipS()
452 static void hex_string(const char *fmt, struct symbol *type, struct symbol *basetype, int vaidx) in hex_string() argument
465 static void escaped_string(const char *fmt, struct symbol *type, struct symbol *basetype, int vaidx) in escaped_string() argument
476 …atic void resource_string(const char *fmt, struct symbol *type, struct symbol *basetype, int vaidx) in resource_string() argument
481 "but argument %d has type '%s'", fmt[0], vaidx, type_to_str(type)); in resource_string()
487 …c void mac_address_string(const char *fmt, struct symbol *type, struct symbol *basetype, int vaidx) in mac_address_string() argument
501 fmt[0], vaidx, type_to_str(type)); in mac_address_string()
[all …]