Lines Matching refs:printf_spec
381 struct printf_spec { struct
392 struct printf_spec spec) in number() argument
510 char *string(char *buf, char *end, const char *s, struct printf_spec spec) in string()
559 char *dentry_name(char *buf, char *end, const struct dentry *d, struct printf_spec spec, in dentry_name()
617 struct printf_spec spec, const char *fmt) in symbol_string()
648 struct printf_spec spec, const char *fmt) in resource_string()
657 static const struct printf_spec io_spec = { in resource_string()
663 static const struct printf_spec mem_spec = { in resource_string()
669 static const struct printf_spec bus_spec = { in resource_string()
675 static const struct printf_spec dec_spec = { in resource_string()
680 static const struct printf_spec str_spec = { in resource_string()
685 static const struct printf_spec flag_spec = { in resource_string()
702 const struct printf_spec *specp; in resource_string()
755 char *hex_string(char *buf, char *end, u8 *addr, struct printf_spec spec, in hex_string()
808 struct printf_spec spec, const char *fmt) in bitmap_string()
816 spec = (struct printf_spec){ .flags = SMALL | ZEROPAD, .base = 16 }; in bitmap_string()
849 struct printf_spec spec, const char *fmt) in bitmap_list_string()
857 spec = (struct printf_spec){ .base = 10 }; in bitmap_list_string()
889 struct printf_spec spec, const char *fmt) in mac_address_string()
1076 struct printf_spec spec, const char *fmt) in ip6_addr_string()
1090 struct printf_spec spec, const char *fmt) in ip4_addr_string()
1101 struct printf_spec spec, const char *fmt) in ip6_addr_string_sa()
1163 struct printf_spec spec, const char *fmt) in ip4_addr_string_sa()
1197 char *escaped_string(char *buf, char *end, u8 *addr, struct printf_spec spec, in escaped_string()
1258 struct printf_spec spec, const char *fmt) in uuid_string()
1305 struct printf_spec spec) in netdev_feature_string()
1317 struct printf_spec spec, const char *fmt) in address_val()
1340 char *clock(char *buf, char *end, struct clk *clk, struct printf_spec spec, in clock()
1457 struct printf_spec spec) in pointer()
1632 int format_decode(const char *fmt, struct printf_spec *spec) in format_decode()
1863 struct printf_spec spec = {0}; in vsnprintf()
2158 struct printf_spec spec = {0}; in vbin_printf()
2284 struct printf_spec spec = {0}; in bstr_printf()