Lines Matching defs:type

76 	unsigned int	type:8;		/* format_type enum */  member
294 static int is_struct_tag(struct symbol *type, const char *tag) in is_struct_tag()
299 static int has_struct_tag(struct symbol *type, const char *tag) in has_struct_tag()
315 static int is_char_type(struct symbol *type) in is_char_type()
356 static void ip4(const char *fmt, struct symbol *type, struct symbol *basetype, int vaidx) in ip4()
405 static void ip6(const char *fmt, struct symbol *type, struct symbol *basetype, int vaidx) in ip6()
423 static void ipS(const char *fmt, struct symbol *type, struct symbol *basetype, int vaidx) in ipS()
452 static void hex_string(const char *fmt, struct symbol *type, struct symbol *basetype, int vaidx) in hex_string()
465 static void escaped_string(const char *fmt, struct symbol *type, struct symbol *basetype, int vaidx) in escaped_string()
476 static void resource_string(const char *fmt, struct symbol *type, struct symbol *basetype, int vaid… in resource_string()
487 static void mac_address_string(const char *fmt, struct symbol *type, struct symbol *basetype, int v… in mac_address_string()
507 static void dentry_file(const char *fmt, struct symbol *type, struct symbol *basetype, int vaidx) in dentry_file()
526 static void time_and_date(const char *fmt, struct symbol *type, struct symbol *basetype, int vaidx) in time_and_date()
535 static void check_clock(const char *fmt, struct symbol *type, struct symbol *basetype, int vaidx) in check_clock()
549 static void va_format(const char *fmt, struct symbol *type, struct symbol *basetype, int vaidx) in va_format()
558 static void netdev_feature(const char *fmt, struct symbol *type, struct symbol *basetype, int vaidx) in netdev_feature()
578 static void address_val(const char *fmt, struct symbol *type, struct symbol *basetype, int vaidx) in address_val()
611 static void block_device(const char *fmt, struct symbol *type, struct symbol *basetype, int vaidx) in block_device()
624 static void flag_string(const char *fmt, struct symbol *type, struct symbol *basetype, int vaidx) in flag_string()
651 static void device_node_string(const char *fmt, struct symbol *type, struct symbol *basetype, int v… in device_node_string()
665 struct symbol *type, *basetype; in pointer() local
810 struct symbol *type; in hexbyte() local
947 static bool is_integer_specifier(int type) in is_integer_specifier()