Lines Matching refs:printf_spec
432 struct printf_spec { struct
438 static_assert(sizeof(struct printf_spec) == 8); argument
445 struct printf_spec spec) in number()
567 struct printf_spec spec; in special_hex_number()
604 char *widen_string(char *buf, int n, char *end, struct printf_spec spec) in widen_string()
626 struct printf_spec spec) in string_nocheck()
644 struct printf_spec spec) in err_ptr()
664 struct printf_spec spec) in error_string()
694 struct printf_spec spec) in check_pointer()
709 struct printf_spec spec) in string()
719 struct printf_spec spec) in pointer_string()
794 struct printf_spec spec) in ptr_to_id()
824 struct printf_spec spec) in default_pointer()
840 struct printf_spec spec) in restricted_pointer()
886 char *dentry_name(char *buf, char *end, const struct dentry *d, struct printf_spec spec, in dentry_name()
936 struct printf_spec spec, const char *fmt) in file_dentry_name()
946 struct printf_spec spec, const char *fmt) in bdev_name()
969 struct printf_spec spec, const char *fmt) in symbol_string()
998 static const struct printf_spec default_str_spec = {
1003 static const struct printf_spec default_flag_spec = {
1009 static const struct printf_spec default_dec_spec = {
1014 static const struct printf_spec default_dec02_spec = {
1021 static const struct printf_spec default_dec04_spec = {
1030 struct printf_spec spec) in hex_range()
1044 struct printf_spec spec, const char *fmt) in resource_string()
1053 static const struct printf_spec io_spec = { in resource_string()
1059 static const struct printf_spec mem_spec = { in resource_string()
1065 static const struct printf_spec bus_spec = { in resource_string()
1071 static const struct printf_spec str_spec = { in resource_string()
1088 const struct printf_spec *specp; in resource_string()
1141 struct printf_spec spec, const char *fmt) in range_string()
1146 struct printf_spec range_spec = { in range_string()
1165 char *hex_string(char *buf, char *end, u8 *addr, struct printf_spec spec, in hex_string()
1217 struct printf_spec spec, const char *fmt) in bitmap_string()
1228 spec = (struct printf_spec){ .flags = SMALL | ZEROPAD, .base = 16 }; in bitmap_string()
1261 struct printf_spec spec, const char *fmt) in bitmap_list_string()
1291 struct printf_spec spec, const char *fmt) in mac_address_string()
1481 struct printf_spec spec, const char *fmt) in ip6_addr_string()
1495 struct printf_spec spec, const char *fmt) in ip4_addr_string()
1506 struct printf_spec spec, const char *fmt) in ip6_addr_string_sa()
1568 struct printf_spec spec, const char *fmt) in ip4_addr_string_sa()
1603 struct printf_spec spec, const char *fmt) in ip_addr_string()
1637 char *escaped_string(char *buf, char *end, u8 *addr, struct printf_spec spec, in escaped_string()
1696 struct printf_spec spec, const char *fmt) in va_format()
1712 struct printf_spec spec, const char *fmt) in uuid_string()
1757 struct printf_spec spec, const char *fmt) in netdev_bits()
1779 struct printf_spec spec, const char *fmt) in fourcc_string()
1817 struct printf_spec spec, const char *fmt) in address_val()
1877 struct printf_spec spec, const char *fmt) in rtc_str()
1927 struct printf_spec spec, const char *fmt) in time64_str()
1949 char *time_and_date(char *buf, char *end, void *ptr, struct printf_spec spec, in time_and_date()
1963 char *clock(char *buf, char *end, struct clk *clk, struct printf_spec spec, in clock()
2014 const struct printf_spec *spec;
2080 struct printf_spec spec, const char *fmt) in flags_string()
2135 struct printf_spec spec, const char *fmt) in device_node_string()
2144 struct printf_spec str_spec = spec; in device_node_string()
2225 struct printf_spec spec, const char *fmt) in fwnode_string()
2227 struct printf_spec str_spec = spec; in fwnode_string()
2255 struct printf_spec spec) in resource_or_range()
2424 struct printf_spec spec) in pointer()
2561 struct fmt format_decode(struct fmt fmt, struct printf_spec *spec) in format_decode()
2699 set_field_width(struct printf_spec *spec, int width) in set_field_width()
2708 set_precision(struct printf_spec *spec, int prec) in set_precision()
2722 static unsigned long long convert_num_spec(unsigned int val, int size, struct printf_spec spec) in convert_num_spec()
2763 struct printf_spec spec = {0}; in vsnprintf()
3043 struct printf_spec spec = {0}; in vbin_printf()
3183 struct printf_spec spec = {0}; in bstr_printf()