Home
last modified time | relevance | path

Searched refs:prop_get_type_name (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/scripts/kconfig/
H A Dlkc_proto.h36 const char * prop_get_type_name(enum prop_type type);
H A Dsymbol.c1066 prop_get_type_name(prop->type), in sym_check_print_recursive()
1072 prop_get_type_name(prop->type), in sym_check_print_recursive()
1245 const char *prop_get_type_name(enum prop_type type) in prop_get_type_name() function
H A Dqconf.cc1098 stream << prop_get_type_name(prop->type); in debug_info()
1114 stream << prop_get_type_name(prop->type); in debug_info()
H A Dgconf.c1366 printf("%s", prop_get_type_name(ptype)); in display_tree()
/openbmc/u-boot/scripts/kconfig/
H A Dlkc_proto.h50 const char * prop_get_type_name(enum prop_type type);
H A Dsymbol.c1172 prop_get_type_name(prop->type), in sym_check_print_recursive()
1376 const char *prop_get_type_name(enum prop_type type) in prop_get_type_name() function
H A Dqconf.cc1162 debug += prop_get_type_name(prop->type); in debug_info()
1176 debug += prop_get_type_name(prop->type); in debug_info()
H A Dgconf.c1369 printf("%s", prop_get_type_name(ptype)); in display_tree()