Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/cfgadm_plugins/shp/common/
H A Dshp.c1174 get_type(const char *boardtype, const char *cardtype, char *buf) in get_type() argument
1181 if (strcmp(cardtype, "unknown") == 0) { in get_type()
1186 TPCT(cardtype); in get_type()
1385 char *cardtype; in cfga_list_ext() local
1514 cardtype = PCIEHPC_PROP_VALUE_UNKNOWN; in cfga_list_ext()
1516 cardtype = get_val_from_result(tmpc); in cfga_list_ext()
1546 get_type(boardtype, cardtype, (*cs)->ap_type); in cfga_list_ext()