Searched refs:us_path (Results 1 – 1 of 1) sorted by relevance
431 static char *us_path = NULL; in plat_usbser_path() local433 if (us_path) in plat_usbser_path()434 return (us_path); in plat_usbser_path()440 us_path = kmem_alloc(MAXPATHLEN, KM_SLEEP); in plat_usbser_path()441 (void) ddi_pathname(us_dip, us_path); in plat_usbser_path()443 return (us_path); in plat_usbser_path()