Searched defs:us_path (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/io/
H A Dconsplat.c431 static char *us_path = NULL; local
433 if (us_path)
434 return (us_path);
440 us_path = kmem_alloc(MAXPATHLEN, KM_SLEEP);
441 (void) ddi_pathname(us_dip, us_path);
443 return (us_path);

Completed in 43 milliseconds