Searched refs:entity_list (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/cmd/cxgbetool/ |
H A D | cxgbetool.c | 682 for (i = 0; i < ARRAY_SIZE(entity_list); i++) in cudbg_alias_get_allregs() 683 if (entity_list[i].flag & (1 << ENTITY_FLAG_REGISTER)) in cudbg_alias_get_allregs() 684 cudbg_append_string(dst, dst_size, entity_list[i].name); in cudbg_alias_get_allregs() 696 for (i = 0; i < ARRAY_SIZE(entity_list); i++) in check_dbg_entity() 697 if (!strcmp(entity, entity_list[i].name)) in check_dbg_entity() 698 return entity_list[i].bit; in check_dbg_entity() 752 cudbg_append_string(dst, dst_size, entity_list[rc].name); in parse_entity_list()
|
H A D | cudbg_view.c | 270 entity_list[entity_type].name, in view_ext_entity() 275 entity_list[entity_type].name, in view_ext_entity() 429 entity_list[i].name, in cudbg_view() 435 entity_list[i].name, in cudbg_view() 460 entity_list[i].name, in cudbg_view() 467 entity_list[i].name); in cudbg_view() 480 __func__, entity_list[i].name); in cudbg_view() 482 entity_list[i].name); in cudbg_view() 501 __func__, entity_list[i].name); in cudbg_view() 503 entity_list[i].name); in cudbg_view()
|
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/ |
H A D | cudbg.h | 239 static struct el ATTRIBUTE_UNUSED entity_list[] = { variable
|
H A D | cudbg_lib.c | 355 if (entity_list[i].bit == CUDBG_EXT_ENTITY) in cudbg_collect() 387 entity_list[i].name); in cudbg_collect() 397 (entity_list[i].flag & in cudbg_collect() 404 entity_list[i].name); in cudbg_collect() 411 "%s\n", entity_list[i].name); in cudbg_collect() 498 (entity_list[large_entity_code].flag & in cudbg_collect() 505 entity_list[large_entity_code] in cudbg_collect() 515 entity_list[large_entity_code].name); in cudbg_collect()
|