Lines Matching refs:physpath
332 char *physpath, *cp; in get_roothub() local
335 if ((physpath = strdup(path)) == NULL) { in get_roothub()
342 if ((cp = strrchr(physpath, ':')) == NULL) { in get_roothub()
343 free(physpath); in get_roothub()
353 return (physpath); in get_roothub()
364 if ((cp = strrchr(physpath, '/')) == NULL || (cp == physpath)) { in get_roothub()
365 free(physpath); in get_roothub()
379 if ((cp = strrchr(physpath, '/')) != NULL && (cp != physpath)) { in get_roothub()
385 return (physpath); in get_roothub()
977 pci_cfg_rm_invalid_links(char *physpath, char *valid) in pci_cfg_rm_invalid_links() argument
983 dnp = devfsadm_lookup_dev_names(physpath, NULL, &dnlen); in pci_cfg_rm_invalid_links()