Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/pciex/hotplug/
H A Dpcie_hp.c700 char tmp[PCIE_HP_DEV_FUNC_NUM_STRING_LEN]; in pcie_hp_create_port_name_num()
723 (void) snprintf(tmp, PCIE_HP_DEV_FUNC_NUM_STRING_LEN, "%x%x", in pcie_hp_create_port_name_num()
760 PCIE_HP_DEV_FUNC_NUM_STRING_LEN - 1)) || in pcie_hp_get_df_from_port_name()
/illumos-gate/usr/src/uts/common/sys/hotplug/pci/
H A Dpcie_hp.h118 #define PCIE_HP_DEV_FUNC_NUM_STRING_LEN 5 macro