• Home
  • Raw
  • Download

Lines Matching refs:printf_spec

382 struct printf_spec {  struct
393 struct printf_spec spec) in number() argument
511 char *string(char *buf, char *end, const char *s, struct printf_spec spec) in string()
560 char *dentry_name(char *buf, char *end, const struct dentry *d, struct printf_spec spec, in dentry_name()
618 struct printf_spec spec, const char *fmt) in symbol_string()
649 struct printf_spec spec, const char *fmt) in resource_string()
658 static const struct printf_spec io_spec = { in resource_string()
664 static const struct printf_spec mem_spec = { in resource_string()
670 static const struct printf_spec bus_spec = { in resource_string()
676 static const struct printf_spec dec_spec = { in resource_string()
681 static const struct printf_spec str_spec = { in resource_string()
686 static const struct printf_spec flag_spec = { in resource_string()
703 const struct printf_spec *specp; in resource_string()
756 char *hex_string(char *buf, char *end, u8 *addr, struct printf_spec spec, in hex_string()
809 struct printf_spec spec, const char *fmt) in bitmap_string()
817 spec = (struct printf_spec){ .flags = SMALL | ZEROPAD, .base = 16 }; in bitmap_string()
850 struct printf_spec spec, const char *fmt) in bitmap_list_string()
858 spec = (struct printf_spec){ .base = 10 }; in bitmap_list_string()
890 struct printf_spec spec, const char *fmt) in mac_address_string()
1077 struct printf_spec spec, const char *fmt) in ip6_addr_string()
1091 struct printf_spec spec, const char *fmt) in ip4_addr_string()
1102 struct printf_spec spec, const char *fmt) in ip6_addr_string_sa()
1164 struct printf_spec spec, const char *fmt) in ip4_addr_string_sa()
1198 char *escaped_string(char *buf, char *end, u8 *addr, struct printf_spec spec, in escaped_string()
1259 struct printf_spec spec, const char *fmt) in uuid_string()
1306 struct printf_spec spec) in netdev_feature_string()
1318 struct printf_spec spec, const char *fmt) in address_val()
1341 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()
1838 struct printf_spec spec = {0}; in vsnprintf()
2139 struct printf_spec spec = {0}; in vbin_printf()
2267 struct printf_spec spec = {0}; in bstr_printf()