HomeSort by relevance Sort by last modified time
    Searched defs:cat_list (Results 1 - 2 of 2) sorted by null

  /external/u-boot/test/log/
log_test.c 34 enum log_category_t cat_list[] = { local
39 ret = log_add_filter("console", cat_list, LOGL_MAX, NULL);
50 enum log_category_t cat_list[] = { local
54 ret = log_add_filter("console", cat_list, LOGL_MAX, NULL);
65 enum log_category_t cat_list[] = { local
69 ret = log_add_filter("console", cat_list, LOGL_MAX, NULL);
  /external/u-boot/include/
log.h 253 * @cat_list: List of categories to allow (terminated by LOGC_none). If empty
264 enum log_category_t cat_list[LOGF_MAX_CATEGORIES]; member in struct:log_filter
328 * @cat_list: List of categories to allow (terminated by LOGC_none). If empty
337 int log_add_filter(const char *drv_name, enum log_category_t cat_list[],

Completed in 86 milliseconds