Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/cfgadm_plugins/pci/common/
H A Dcfga.c1300 get_type(hpc_board_type_t boardtype, hpc_card_info_t cardinfo, char *buf) in get_type() argument
1325 switch (boardtype) { in get_type()
1331 TPCT(board_strs[boardtype]); in get_type()
1499 hpc_board_type_t boardtype; in cfga_list_ext() local
1618 boardtype = HPC_BOARD_UNKNOWN; in cfga_list_ext()
1630 (void *)&boardtype); in cfga_list_ext()
1633 boardtype = HPC_BOARD_UNKNOWN; in cfga_list_ext()
1692 get_type(boardtype, cardinfo, (*cs)->ap_type); in cfga_list_ext()
/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
1189 if (strcmp(boardtype, PCIEHPC_PROP_VALUE_PCIHOTPLUG) == 0) in get_type()
1384 char *boardtype; in cfga_list_ext() local
1508 boardtype = PCIEHPC_PROP_VALUE_UNKNOWN; in cfga_list_ext()
1510 boardtype = get_val_from_result(tmpb); in cfga_list_ext()
1546 get_type(boardtype, cardtype, (*cs)->ap_type); in cfga_list_ext()