Lines Matching refs:printf_spec

426 struct printf_spec {  struct
438 struct printf_spec spec) in number() argument
450 BUILD_BUG_ON(sizeof(struct printf_spec) != 8); in number()
562 struct printf_spec spec; in special_hex_number()
600 char *widen_string(char *buf, int n, char *end, struct printf_spec spec) in widen_string()
621 char *string(char *buf, char *end, const char *s, struct printf_spec spec) in string()
642 char *dentry_name(char *buf, char *end, const struct dentry *d, struct printf_spec spec, in dentry_name()
688 struct printf_spec spec, const char *fmt) in bdev_name()
707 struct printf_spec spec, const char *fmt) in symbol_string()
732 static const struct printf_spec default_str_spec = {
737 static const struct printf_spec default_flag_spec = {
743 static const struct printf_spec default_dec_spec = {
750 struct printf_spec spec, const char *fmt) in resource_string()
759 static const struct printf_spec io_spec = { in resource_string()
765 static const struct printf_spec mem_spec = { in resource_string()
771 static const struct printf_spec bus_spec = { in resource_string()
777 static const struct printf_spec str_spec = { in resource_string()
794 const struct printf_spec *specp; in resource_string()
847 char *hex_string(char *buf, char *end, u8 *addr, struct printf_spec spec, in hex_string()
900 struct printf_spec spec, const char *fmt) in bitmap_string()
908 spec = (struct printf_spec){ .flags = SMALL | ZEROPAD, .base = 16 }; in bitmap_string()
941 struct printf_spec spec, const char *fmt) in bitmap_list_string()
978 struct printf_spec spec, const char *fmt) in mac_address_string()
1165 struct printf_spec spec, const char *fmt) in ip6_addr_string()
1179 struct printf_spec spec, const char *fmt) in ip4_addr_string()
1190 struct printf_spec spec, const char *fmt) in ip6_addr_string_sa()
1252 struct printf_spec spec, const char *fmt) in ip4_addr_string_sa()
1286 char *escaped_string(char *buf, char *end, u8 *addr, struct printf_spec spec, in escaped_string()
1347 struct printf_spec spec, const char *fmt) in uuid_string()
1388 struct printf_spec spec) in pointer_string()
1404 struct printf_spec spec) in restricted_pointer()
1491 char *clock(char *buf, char *end, struct clk *clk, struct printf_spec spec, in clock()
1595 struct printf_spec spec, const char *fmt) in device_node_string()
1603 static const struct printf_spec num_spec = { in device_node_string()
1610 struct printf_spec str_spec = spec; in device_node_string()
1740 static char *ptr_to_id(char *buf, char *end, void *ptr, struct printf_spec spec) in ptr_to_id()
1885 struct printf_spec spec) in pointer()
2029 int format_decode(const char *fmt, struct printf_spec *spec) in format_decode()
2206 set_field_width(struct printf_spec *spec, int width) in set_field_width()
2215 set_precision(struct printf_spec *spec, int prec) in set_precision()
2255 struct printf_spec spec = {0}; in vsnprintf()
2556 struct printf_spec spec = {0}; in vbin_printf()
2714 struct printf_spec spec = {0}; in bstr_printf()