Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/cfgadm_plugins/shp/common/
H A Dshp.c1174 #define TPCT(s) (void) strlcat(buf, (s), CFGA_TYPE_LEN) in get_type() macro
1179 TPCT("unknown"); in get_type()
1183 TPCT(cardtype); in get_type()
1184 TPCT("/"); in get_type()
1187 TPCT(board_strs[PCIEHPC_BOARD_PCI_HOTPLUG]); in get_type()
1189 TPCT(board_strs[PCIEHPC_BOARD_UNKNOWN]); in get_type()
/titanic_41/usr/src/lib/cfgadm_plugins/pci/common/
H A Dcfga.c154 #define TPCT(s) (void) strlcat(buf, (s), CFGA_TYPE_LEN) macro
1315 TPCT("unknown"); in get_type()
1323 TPCT(class_pci[i].short_desc); in get_type()
1329 TPCT("unknown"); in get_type()
1331 TPCT("/"); in get_type()
1338 TPCT(board_strs[boardtype]); in get_type()
1342 TPCT(board_strs[HPC_BOARD_UNKNOWN]); in get_type()