Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/cfgadm_plugins/shp/common/
H A Dshp.c1177 #define TPCT(s) (void) strlcat(buf, (s), CFGA_TYPE_LEN) in get_type() macro
1182 TPCT("unknown"); in get_type()
1186 TPCT(cardtype); in get_type()
1187 TPCT("/"); in get_type()
1190 TPCT(board_strs[PCIEHPC_BOARD_PCI_HOTPLUG]); in get_type()
1192 TPCT(board_strs[PCIEHPC_BOARD_UNKNOWN]); in get_type()
/illumos-gate/usr/src/lib/cfgadm_plugins/pci/common/
H A Dcfga.c149 #define TPCT(s) (void) strlcat(buf, (s), CFGA_TYPE_LEN) macro
1308 TPCT("unknown"); in get_type()
1316 TPCT(class_pci[i].short_desc); in get_type()
1322 TPCT("unknown"); in get_type()
1324 TPCT("/"); in get_type()
1331 TPCT(board_strs[boardtype]); in get_type()
1335 TPCT(board_strs[HPC_BOARD_UNKNOWN]); in get_type()