Lines Matching refs:printf_spec
403 struct printf_spec { struct
410 static_assert(sizeof(struct printf_spec) == 8); argument
417 struct printf_spec spec) in number()
539 struct printf_spec spec; in special_hex_number()
577 char *widen_string(char *buf, int n, char *end, struct printf_spec spec) in widen_string()
599 struct printf_spec spec) in string_nocheck()
618 struct printf_spec spec) in error_string()
648 struct printf_spec spec) in check_pointer()
663 struct printf_spec spec) in string()
673 struct printf_spec spec) in pointer_string()
744 struct printf_spec spec) in ptr_to_id()
778 struct printf_spec spec) in restricted_pointer()
824 char *dentry_name(char *buf, char *end, const struct dentry *d, struct printf_spec spec, in dentry_name()
874 struct printf_spec spec, const char *fmt) in file_dentry_name()
884 struct printf_spec spec, const char *fmt) in bdev_name()
907 struct printf_spec spec, const char *fmt) in symbol_string()
932 static const struct printf_spec default_str_spec = {
937 static const struct printf_spec default_flag_spec = {
943 static const struct printf_spec default_dec_spec = {
948 static const struct printf_spec default_dec02_spec = {
955 static const struct printf_spec default_dec04_spec = {
964 struct printf_spec spec, const char *fmt) in resource_string()
973 static const struct printf_spec io_spec = { in resource_string()
979 static const struct printf_spec mem_spec = { in resource_string()
985 static const struct printf_spec bus_spec = { in resource_string()
991 static const struct printf_spec str_spec = { in resource_string()
1008 const struct printf_spec *specp; in resource_string()
1064 char *hex_string(char *buf, char *end, u8 *addr, struct printf_spec spec, in hex_string()
1116 struct printf_spec spec, const char *fmt) in bitmap_string()
1127 spec = (struct printf_spec){ .flags = SMALL | ZEROPAD, .base = 16 }; in bitmap_string()
1160 struct printf_spec spec, const char *fmt) in bitmap_list_string()
1200 struct printf_spec spec, const char *fmt) in mac_address_string()
1390 struct printf_spec spec, const char *fmt) in ip6_addr_string()
1404 struct printf_spec spec, const char *fmt) in ip4_addr_string()
1415 struct printf_spec spec, const char *fmt) in ip6_addr_string_sa()
1477 struct printf_spec spec, const char *fmt) in ip4_addr_string_sa()
1512 struct printf_spec spec, const char *fmt) in ip_addr_string()
1546 char *escaped_string(char *buf, char *end, u8 *addr, struct printf_spec spec, in escaped_string()
1605 struct printf_spec spec, const char *fmt) in va_format()
1621 struct printf_spec spec, const char *fmt) in uuid_string()
1665 struct printf_spec spec, const char *fmt) in netdev_bits()
1687 struct printf_spec spec, const char *fmt) in address_val()
1747 struct printf_spec spec, const char *fmt) in rtc_str()
1784 char *time_and_date(char *buf, char *end, void *ptr, struct printf_spec spec, in time_and_date()
1796 char *clock(char *buf, char *end, struct clk *clk, struct printf_spec spec, in clock()
1845 struct printf_spec spec, const char *fmt) in flags_string()
1906 struct printf_spec spec, const char *fmt) in device_node_string()
1914 static const struct printf_spec num_spec = { in device_node_string()
1921 struct printf_spec str_spec = spec; in device_node_string()
1997 struct printf_spec spec, const char *fmt) in kobject_string()
2121 struct printf_spec spec) in pointer()
2218 int format_decode(const char *fmt, struct printf_spec *spec) in format_decode()
2395 set_field_width(struct printf_spec *spec, int width) in set_field_width()
2404 set_precision(struct printf_spec *spec, int prec) in set_precision()
2444 struct printf_spec spec = {0}; in vsnprintf()
2745 struct printf_spec spec = {0}; in vbin_printf()
2905 struct printf_spec spec = {0}; in bstr_printf()