Lines Matching refs:printf_spec
441 struct printf_spec { struct
448 static_assert(sizeof(struct printf_spec) == 8); argument
455 struct printf_spec spec) in number()
577 struct printf_spec spec; in special_hex_number()
615 char *widen_string(char *buf, int n, char *end, struct printf_spec spec) in widen_string()
637 struct printf_spec spec) in string_nocheck()
655 struct printf_spec spec) in err_ptr()
675 struct printf_spec spec) in error_string()
705 struct printf_spec spec) in check_pointer()
720 struct printf_spec spec) in string()
730 struct printf_spec spec) in pointer_string()
810 struct printf_spec spec) in ptr_to_id()
840 struct printf_spec spec) in default_pointer()
856 struct printf_spec spec) in restricted_pointer()
902 char *dentry_name(char *buf, char *end, const struct dentry *d, struct printf_spec spec, in dentry_name()
952 struct printf_spec spec, const char *fmt) in file_dentry_name()
962 struct printf_spec spec, const char *fmt) in bdev_name()
985 struct printf_spec spec, const char *fmt) in symbol_string()
1014 static const struct printf_spec default_str_spec = {
1019 static const struct printf_spec default_flag_spec = {
1025 static const struct printf_spec default_dec_spec = {
1030 static const struct printf_spec default_dec02_spec = {
1037 static const struct printf_spec default_dec04_spec = {
1046 struct printf_spec spec, const char *fmt) in resource_string()
1055 static const struct printf_spec io_spec = { in resource_string()
1061 static const struct printf_spec mem_spec = { in resource_string()
1067 static const struct printf_spec bus_spec = { in resource_string()
1073 static const struct printf_spec str_spec = { in resource_string()
1090 const struct printf_spec *specp; in resource_string()
1146 char *hex_string(char *buf, char *end, u8 *addr, struct printf_spec spec, in hex_string()
1198 struct printf_spec spec, const char *fmt) in bitmap_string()
1209 spec = (struct printf_spec){ .flags = SMALL | ZEROPAD, .base = 16 }; in bitmap_string()
1242 struct printf_spec spec, const char *fmt) in bitmap_list_string()
1272 struct printf_spec spec, const char *fmt) in mac_address_string()
1462 struct printf_spec spec, const char *fmt) in ip6_addr_string()
1476 struct printf_spec spec, const char *fmt) in ip4_addr_string()
1487 struct printf_spec spec, const char *fmt) in ip6_addr_string_sa()
1549 struct printf_spec spec, const char *fmt) in ip4_addr_string_sa()
1584 struct printf_spec spec, const char *fmt) in ip_addr_string()
1618 char *escaped_string(char *buf, char *end, u8 *addr, struct printf_spec spec, in escaped_string()
1677 struct printf_spec spec, const char *fmt) in va_format()
1693 struct printf_spec spec, const char *fmt) in uuid_string()
1738 struct printf_spec spec, const char *fmt) in netdev_bits()
1760 struct printf_spec spec, const char *fmt) in fourcc_string()
1798 struct printf_spec spec, const char *fmt) in address_val()
1858 struct printf_spec spec, const char *fmt) in rtc_str()
1908 struct printf_spec spec, const char *fmt) in time64_str()
1930 char *time_and_date(char *buf, char *end, void *ptr, struct printf_spec spec, in time_and_date()
1944 char *clock(char *buf, char *end, struct clk *clk, struct printf_spec spec, in clock()
1995 const struct printf_spec *spec;
2061 struct printf_spec spec, const char *fmt) in flags_string()
2111 struct printf_spec spec, const char *fmt) in device_node_string()
2120 struct printf_spec str_spec = spec; in device_node_string()
2201 struct printf_spec spec, const char *fmt) in fwnode_string()
2203 struct printf_spec str_spec = spec; in fwnode_string()
2390 struct printf_spec spec) in pointer()
2507 int format_decode(const char *fmt, struct printf_spec *spec) in format_decode()
2685 set_field_width(struct printf_spec *spec, int width) in set_field_width()
2694 set_precision(struct printf_spec *spec, int prec) in set_precision()
2734 struct printf_spec spec = {0}; in vsnprintf()
3037 struct printf_spec spec = {0}; in vbin_printf()
3196 struct printf_spec spec = {0}; in bstr_printf()