Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dsunmdi.c7764 kmem_free(cphci->cphci_path, strlen(cphci->cphci_path) + 1); in free_vhcache_phci()
7915 cphci->cphci_path = i_ddi_strdup(*phci_namep, KM_SLEEP); in mainnvl_to_vhcache()
8029 phcis[i] = i_ddi_strdup(cphci->cphci_path, KM_SLEEP); in vhcache_to_mainnvl()
8059 if (strcmp(cphci->cphci_path, phci_path) == 0) in lookup_vhcache_phci_by_name()
8106 cphci->cphci_path = i_ddi_strdup(pathname, KM_SLEEP); in vhcache_phci_add()
8517 phbc->phbc_phci_path = i_ddi_strdup(cphci->cphci_path, in bus_config_all_phcis()
8633 len = strlen(cpi->cpi_cphci->cphci_path) + in build_phclient_path_list()
8637 cpi->cpi_cphci->cphci_path, ct_name, in build_phclient_path_list()
/illumos-gate/usr/src/uts/common/sys/
H A Dmdi_impldefs.h990 char *cphci_path; /* phci path name */ member