Lines Matching refs:printf_spec

436 struct printf_spec {  struct
443 static_assert(sizeof(struct printf_spec) == 8); argument
450 struct printf_spec spec) in number()
572 struct printf_spec spec; in special_hex_number()
610 char *widen_string(char *buf, int n, char *end, struct printf_spec spec) in widen_string()
632 struct printf_spec spec) in string_nocheck()
650 struct printf_spec spec) in err_ptr()
670 struct printf_spec spec) in error_string()
700 struct printf_spec spec) in check_pointer()
715 struct printf_spec spec) in string()
725 struct printf_spec spec) in pointer_string()
822 struct printf_spec spec) in ptr_to_id()
855 struct printf_spec spec) in restricted_pointer()
901 char *dentry_name(char *buf, char *end, const struct dentry *d, struct printf_spec spec, in dentry_name()
951 struct printf_spec spec, const char *fmt) in file_dentry_name()
961 struct printf_spec spec, const char *fmt) in bdev_name()
984 struct printf_spec spec, const char *fmt) in symbol_string()
1013 static const struct printf_spec default_str_spec = {
1018 static const struct printf_spec default_flag_spec = {
1024 static const struct printf_spec default_dec_spec = {
1029 static const struct printf_spec default_dec02_spec = {
1036 static const struct printf_spec default_dec04_spec = {
1045 struct printf_spec spec, const char *fmt) in resource_string()
1054 static const struct printf_spec io_spec = { in resource_string()
1060 static const struct printf_spec mem_spec = { in resource_string()
1066 static const struct printf_spec bus_spec = { in resource_string()
1072 static const struct printf_spec str_spec = { in resource_string()
1089 const struct printf_spec *specp; in resource_string()
1145 char *hex_string(char *buf, char *end, u8 *addr, struct printf_spec spec, in hex_string()
1197 struct printf_spec spec, const char *fmt) in bitmap_string()
1208 spec = (struct printf_spec){ .flags = SMALL | ZEROPAD, .base = 16 }; in bitmap_string()
1241 struct printf_spec spec, const char *fmt) in bitmap_list_string()
1281 struct printf_spec spec, const char *fmt) in mac_address_string()
1471 struct printf_spec spec, const char *fmt) in ip6_addr_string()
1485 struct printf_spec spec, const char *fmt) in ip4_addr_string()
1496 struct printf_spec spec, const char *fmt) in ip6_addr_string_sa()
1558 struct printf_spec spec, const char *fmt) in ip4_addr_string_sa()
1593 struct printf_spec spec, const char *fmt) in ip_addr_string()
1627 char *escaped_string(char *buf, char *end, u8 *addr, struct printf_spec spec, in escaped_string()
1686 struct printf_spec spec, const char *fmt) in va_format()
1702 struct printf_spec spec, const char *fmt) in uuid_string()
1747 struct printf_spec spec, const char *fmt) in netdev_bits()
1769 struct printf_spec spec, const char *fmt) in fourcc_string()
1805 struct printf_spec spec, const char *fmt) in address_val()
1865 struct printf_spec spec, const char *fmt) in rtc_str()
1915 struct printf_spec spec, const char *fmt) in time64_str()
1937 char *time_and_date(char *buf, char *end, void *ptr, struct printf_spec spec, in time_and_date()
1951 char *clock(char *buf, char *end, struct clk *clk, struct printf_spec spec, in clock()
2002 const struct printf_spec *spec;
2060 struct printf_spec spec, const char *fmt) in flags_string()
2110 struct printf_spec spec, const char *fmt) in device_node_string()
2119 struct printf_spec str_spec = spec; in device_node_string()
2200 struct printf_spec spec, const char *fmt) in fwnode_string()
2202 struct printf_spec str_spec = spec; in fwnode_string()
2386 struct printf_spec spec) in pointer()
2504 int format_decode(const char *fmt, struct printf_spec *spec) in format_decode()
2682 set_field_width(struct printf_spec *spec, int width) in set_field_width()
2691 set_precision(struct printf_spec *spec, int prec) in set_precision()
2731 struct printf_spec spec = {0}; in vsnprintf()
3032 struct printf_spec spec = {0}; in vbin_printf()
3191 struct printf_spec spec = {0}; in bstr_printf()