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

/illumos-gate/usr/src/psm/stand/boot/sparc/common/
H A Dboot_plat.c396 char *stripped_pathname; local
413 stripped_pathname = kmem_alloc(OBP_MAXPATHLEN, 0);
414 prom_strip_options(bpath, stripped_pathname);
415 v2path = stripped_pathname;

Completed in 58 milliseconds