Home
last modified time | relevance | path

Searched refs:category (Results 1 – 6 of 6) sorted by relevance

/rk3399_rockchip-uboot/doc/
H A DREADME.log39 Logging category
43 has a category which is intended to allow messages to be filtered according to
48 LOGC_NONE - Unknown category (e.g. a debug() statement)
79 with a level of LOGL_DEBUG and a category of LOGC_NONE.
118 log(category, level, format_string, ...)
121 as the category, so you should #define this right at the top of the source
122 file to ensure the category is correct.
146 Convenience functions to support setting the category:
148 log_arch(level, format_string, ...) - category LOGC_ARCH
149 log_board(level, format_string, ...) - category LOGC_BOARD
[all …]
/rk3399_rockchip-uboot/common/
H A Dimage.c609 static const char *unknown_msg(enum ih_category category) in unknown_msg() argument
615 strncat(msg, table_info[category].desc, in unknown_msg()
631 const char *genimg_get_cat_name(enum ih_category category, uint id) in genimg_get_cat_name() argument
635 entry = get_table_entry(table_info[category].table, id); in genimg_get_cat_name()
637 return unknown_msg(category); in genimg_get_cat_name()
655 const char *genimg_get_cat_short_name(enum ih_category category, uint id) in genimg_get_cat_short_name() argument
659 entry = get_table_entry(table_info[category].table, id); in genimg_get_cat_short_name()
661 return unknown_msg(category); in genimg_get_cat_short_name()
669 int genimg_get_cat_count(enum ih_category category) in genimg_get_cat_count() argument
671 return table_info[category].count; in genimg_get_cat_count()
[all …]
H A DKconfig497 log message is shown - other details like level, category, file and
507 log message is shown - other details like level, category, file and
/rk3399_rockchip-uboot/tools/
H A Dmkimage.c41 static int show_valid_options(enum ih_category category) in show_valid_options() argument
48 count = genimg_get_cat_count(category); in show_valid_options()
56 cur_category = category; in show_valid_options()
60 genimg_get_cat_desc(category)); in show_valid_options()
64 genimg_get_cat_short_name(category, item), in show_valid_options()
65 genimg_get_cat_name(category, item)); in show_valid_options()
/rk3399_rockchip-uboot/include/
H A Dimage.h505 const char *genimg_get_cat_name(enum ih_category category, uint id);
514 const char *genimg_get_cat_short_name(enum ih_category category, uint id);
522 int genimg_get_cat_count(enum ih_category category);
530 const char *genimg_get_cat_desc(enum ih_category category);
/rk3399_rockchip-uboot/
H A DREADME331 the "64" category of the Power ISA). This is necessary for ePAPR