Lines Matching refs:temp_pathname
986 char *temp_pathname; in mdi_phci_path2devinfo() local
1001 temp_pathname = kmem_zalloc(MAXPATHLEN, KM_SLEEP); in mdi_phci_path2devinfo()
1007 *temp_pathname = '\0'; in mdi_phci_path2devinfo()
1008 (void) ddi_pathname(pdip, temp_pathname); in mdi_phci_path2devinfo()
1009 if (strcmp(temp_pathname, pathname) == 0) { in mdi_phci_path2devinfo()
1018 kmem_free(temp_pathname, MAXPATHLEN); in mdi_phci_path2devinfo()
1621 char *temp_pathname; in mdi_client_path2devinfo() local
1627 temp_pathname = kmem_zalloc(MAXPATHLEN, KM_SLEEP); in mdi_client_path2devinfo()
1637 *temp_pathname = '\0'; in mdi_client_path2devinfo()
1638 (void) ddi_pathname(cdip, temp_pathname); in mdi_client_path2devinfo()
1639 if (strcmp(temp_pathname, pathname) == 0) { in mdi_client_path2devinfo()
1651 kmem_free(temp_pathname, MAXPATHLEN); in mdi_client_path2devinfo()