Lines Matching refs:physpath
323 char *physpath, *cp; in get_roothub() local
326 if ((physpath = strdup(path)) == NULL) { in get_roothub()
333 if ((cp = strrchr(physpath, ':')) == NULL) { in get_roothub()
334 free(physpath); in get_roothub()
344 return (physpath); in get_roothub()
355 if ((cp = strrchr(physpath, '/')) == NULL || (cp == physpath)) { in get_roothub()
356 free(physpath); in get_roothub()
370 if ((cp = strrchr(physpath, '/')) != NULL && (cp != physpath)) { in get_roothub()
376 return (physpath); in get_roothub()
968 pci_cfg_rm_invalid_links(char *physpath, char *valid) in pci_cfg_rm_invalid_links() argument
974 dnp = devfsadm_lookup_dev_names(physpath, NULL, &dnlen); in pci_cfg_rm_invalid_links()