Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dsunmdi.c982 char *temp_pathname; in mdi_phci_path2devinfo() local
997 temp_pathname = kmem_zalloc(MAXPATHLEN, KM_SLEEP); in mdi_phci_path2devinfo()
1003 *temp_pathname = '\0'; in mdi_phci_path2devinfo()
1004 (void) ddi_pathname(pdip, temp_pathname); in mdi_phci_path2devinfo()
1005 if (strcmp(temp_pathname, pathname) == 0) { in mdi_phci_path2devinfo()
1014 kmem_free(temp_pathname, MAXPATHLEN); in mdi_phci_path2devinfo()
1614 char *temp_pathname; in mdi_client_path2devinfo() local
1629 *temp_pathname = '\0'; in mdi_client_path2devinfo()
1630 (void) ddi_pathname(cdip, temp_pathname); in mdi_client_path2devinfo()
1631 if (strcmp(temp_pathname, pathname) == 0) { in mdi_client_path2devinfo()
[all …]