• Home
  • Raw
  • Download

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()
770 struct printf_spec spec) in ptr_to_id()
796 struct printf_spec spec) in restricted_pointer()
842 char *dentry_name(char *buf, char *end, const struct dentry *d, struct printf_spec spec, in dentry_name()
892 struct printf_spec spec, const char *fmt) in file_dentry_name()
902 struct printf_spec spec, const char *fmt) in bdev_name()
925 struct printf_spec spec, const char *fmt) in symbol_string()
950 static const struct printf_spec default_str_spec = {
955 static const struct printf_spec default_flag_spec = {
961 static const struct printf_spec default_dec_spec = {
966 static const struct printf_spec default_dec02_spec = {
973 static const struct printf_spec default_dec04_spec = {
982 struct printf_spec spec, const char *fmt) in resource_string()
991 static const struct printf_spec io_spec = { in resource_string()
997 static const struct printf_spec mem_spec = { in resource_string()
1003 static const struct printf_spec bus_spec = { in resource_string()
1009 static const struct printf_spec str_spec = { in resource_string()
1026 const struct printf_spec *specp; in resource_string()
1082 char *hex_string(char *buf, char *end, u8 *addr, struct printf_spec spec, in hex_string()
1134 struct printf_spec spec, const char *fmt) in bitmap_string()
1145 spec = (struct printf_spec){ .flags = SMALL | ZEROPAD, .base = 16 }; in bitmap_string()
1178 struct printf_spec spec, const char *fmt) in bitmap_list_string()
1218 struct printf_spec spec, const char *fmt) in mac_address_string()
1408 struct printf_spec spec, const char *fmt) in ip6_addr_string()
1422 struct printf_spec spec, const char *fmt) in ip4_addr_string()
1433 struct printf_spec spec, const char *fmt) in ip6_addr_string_sa()
1495 struct printf_spec spec, const char *fmt) in ip4_addr_string_sa()
1530 struct printf_spec spec, const char *fmt) in ip_addr_string()
1564 char *escaped_string(char *buf, char *end, u8 *addr, struct printf_spec spec, in escaped_string()
1623 struct printf_spec spec, const char *fmt) in va_format()
1639 struct printf_spec spec, const char *fmt) in uuid_string()
1683 struct printf_spec spec, const char *fmt) in netdev_bits()
1705 struct printf_spec spec, const char *fmt) in address_val()
1765 struct printf_spec spec, const char *fmt) in rtc_str()
1802 char *time_and_date(char *buf, char *end, void *ptr, struct printf_spec spec, in time_and_date()
1814 char *clock(char *buf, char *end, struct clk *clk, struct printf_spec spec, in clock()
1863 struct printf_spec spec, const char *fmt) in flags_string()
1924 struct printf_spec spec, const char *fmt) in device_node_string()
1932 static const struct printf_spec num_spec = { in device_node_string()
1939 struct printf_spec str_spec = spec; in device_node_string()
2015 struct printf_spec spec, const char *fmt) in kobject_string()
2139 struct printf_spec spec) in pointer()
2236 int format_decode(const char *fmt, struct printf_spec *spec) in format_decode()
2413 set_field_width(struct printf_spec *spec, int width) in set_field_width()
2422 set_precision(struct printf_spec *spec, int prec) in set_precision()
2462 struct printf_spec spec = {0}; in vsnprintf()
2763 struct printf_spec spec = {0}; in vbin_printf()
2923 struct printf_spec spec = {0}; in bstr_printf()