Home
last modified time | relevance | path

Searched refs:ELFCAP_NUM_HW2_386 (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/common/elfcap/
H A Delfcap.c310 static const elfcap_desc_t hw2_386[ELFCAP_NUM_HW2_386] = {
475 return (expand(style, val, &hw2_386[0], ELFCAP_NUM_HW2_386, in elfcap_hw2_to_str()
579 return (value(style, str, &hw2_386[0], ELFCAP_NUM_HW2_386)); in elfcap_hw2_from_str()
H A Delfcap.h118 #define ELFCAP_NUM_HW2_386 9 macro