Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/cfgadm_plugins/shp/common/
H A Dshp.c1171 get_type(const char *boardtype, const char *cardtype, char *buf) in get_type() argument
1178 if (strcmp(cardtype, "unknown") == 0) { in get_type()
1183 TPCT(cardtype); in get_type()
1379 char *cardtype; in cfga_list_ext() local
1506 if (hp_get_private(node, PCIEHPC_PROP_CARD_TYPE, &cardtype) != 0) in cfga_list_ext()
1507 cardtype = PCIEHPC_PROP_VALUE_UNKNOWN; in cfga_list_ext()
1509 cardtype = get_val_from_result(cardtype); in cfga_list_ext()
1538 get_type(boardtype, cardtype, (*cs)->ap_type); in cfga_list_ext()