Home
last modified time | relevance | path

Searched refs:boardtype (Results 1 – 2 of 2) 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
1186 if (strcmp(boardtype, PCIEHPC_PROP_VALUE_PCIHOTPLUG) == 0) in get_type()
1378 char *boardtype; in cfga_list_ext() local
1500 if (hp_get_private(node, PCIEHPC_PROP_BOARD_TYPE, &boardtype) != 0) in cfga_list_ext()
1501 boardtype = PCIEHPC_PROP_VALUE_UNKNOWN; in cfga_list_ext()
1503 boardtype = get_val_from_result(boardtype); in cfga_list_ext()
1538 get_type(boardtype, cardtype, (*cs)->ap_type); in cfga_list_ext()
/titanic_41/usr/src/lib/cfgadm_plugins/pci/common/
H A Dcfga.c1307 get_type(hpc_board_type_t boardtype, hpc_card_info_t cardinfo, char *buf) in get_type() argument
1332 switch (boardtype) { in get_type()
1338 TPCT(board_strs[boardtype]); in get_type()
1506 hpc_board_type_t boardtype; in cfga_list_ext() local
1625 boardtype = HPC_BOARD_UNKNOWN; in cfga_list_ext()
1637 (void *)&boardtype); in cfga_list_ext()
1640 boardtype = HPC_BOARD_UNKNOWN; in cfga_list_ext()
1698 get_type(boardtype, cardinfo, (*cs)->ap_type); in cfga_list_ext()