Lines Matching refs:printf_spec
444 struct printf_spec { struct
451 static_assert(sizeof(struct printf_spec) == 8); argument
458 struct printf_spec spec) in number()
580 struct printf_spec spec; in special_hex_number()
618 char *widen_string(char *buf, int n, char *end, struct printf_spec spec) in widen_string()
640 struct printf_spec spec) in string_nocheck()
658 struct printf_spec spec) in err_ptr()
678 struct printf_spec spec) in error_string()
708 struct printf_spec spec) in check_pointer()
723 struct printf_spec spec) in string()
733 struct printf_spec spec) in pointer_string()
808 struct printf_spec spec) in ptr_to_id()
838 struct printf_spec spec) in default_pointer()
854 struct printf_spec spec) in restricted_pointer()
900 char *dentry_name(char *buf, char *end, const struct dentry *d, struct printf_spec spec, in dentry_name()
950 struct printf_spec spec, const char *fmt) in file_dentry_name()
960 struct printf_spec spec, const char *fmt) in bdev_name()
983 struct printf_spec spec, const char *fmt) in symbol_string()
1012 static const struct printf_spec default_str_spec = {
1017 static const struct printf_spec default_flag_spec = {
1023 static const struct printf_spec default_dec_spec = {
1028 static const struct printf_spec default_dec02_spec = {
1035 static const struct printf_spec default_dec04_spec = {
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()
1144 char *hex_string(char *buf, char *end, u8 *addr, struct printf_spec spec, in hex_string()
1196 struct printf_spec spec, const char *fmt) in bitmap_string()
1207 spec = (struct printf_spec){ .flags = SMALL | ZEROPAD, .base = 16 }; in bitmap_string()
1240 struct printf_spec spec, const char *fmt) in bitmap_list_string()
1270 struct printf_spec spec, const char *fmt) in mac_address_string()
1460 struct printf_spec spec, const char *fmt) in ip6_addr_string()
1474 struct printf_spec spec, const char *fmt) in ip4_addr_string()
1485 struct printf_spec spec, const char *fmt) in ip6_addr_string_sa()
1547 struct printf_spec spec, const char *fmt) in ip4_addr_string_sa()
1582 struct printf_spec spec, const char *fmt) in ip_addr_string()
1616 char *escaped_string(char *buf, char *end, u8 *addr, struct printf_spec spec, in escaped_string()
1675 struct printf_spec spec, const char *fmt) in va_format()
1691 struct printf_spec spec, const char *fmt) in uuid_string()
1736 struct printf_spec spec, const char *fmt) in netdev_bits()
1758 struct printf_spec spec, const char *fmt) in fourcc_string()
1796 struct printf_spec spec, const char *fmt) in address_val()
1856 struct printf_spec spec, const char *fmt) in rtc_str()
1906 struct printf_spec spec, const char *fmt) in time64_str()
1928 char *time_and_date(char *buf, char *end, void *ptr, struct printf_spec spec, in time_and_date()
1942 char *clock(char *buf, char *end, struct clk *clk, struct printf_spec spec, in clock()
1993 const struct printf_spec *spec;
2059 struct printf_spec spec, const char *fmt) in flags_string()
2114 struct printf_spec spec, const char *fmt) in device_node_string()
2123 struct printf_spec str_spec = spec; in device_node_string()
2204 struct printf_spec spec, const char *fmt) in fwnode_string()
2206 struct printf_spec str_spec = spec; in fwnode_string()
2393 struct printf_spec spec) in pointer()
2510 int format_decode(const char *fmt, struct printf_spec *spec) in format_decode()
2688 set_field_width(struct printf_spec *spec, int width) in set_field_width()
2697 set_precision(struct printf_spec *spec, int prec) in set_precision()
2737 struct printf_spec spec = {0}; in vsnprintf()
3040 struct printf_spec spec = {0}; in vbin_printf()
3199 struct printf_spec spec = {0}; in bstr_printf()