Lines Matching refs:temp_pathname
985 char *temp_pathname; in mdi_phci_path2devinfo() local
1000 temp_pathname = kmem_zalloc(MAXPATHLEN, KM_SLEEP); in mdi_phci_path2devinfo()
1006 *temp_pathname = '\0'; in mdi_phci_path2devinfo()
1007 (void) ddi_pathname(pdip, temp_pathname); in mdi_phci_path2devinfo()
1008 if (strcmp(temp_pathname, pathname) == 0) { in mdi_phci_path2devinfo()
1017 kmem_free(temp_pathname, MAXPATHLEN); in mdi_phci_path2devinfo()
1620 char *temp_pathname; in mdi_client_path2devinfo() local
1626 temp_pathname = kmem_zalloc(MAXPATHLEN, KM_SLEEP); in mdi_client_path2devinfo()
1636 *temp_pathname = '\0'; in mdi_client_path2devinfo()
1637 (void) ddi_pathname(cdip, temp_pathname); in mdi_client_path2devinfo()
1638 if (strcmp(temp_pathname, pathname) == 0) { in mdi_client_path2devinfo()
1650 kmem_free(temp_pathname, MAXPATHLEN); in mdi_client_path2devinfo()