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

/illumos-gate/usr/src/uts/common/os/
H A Dautoconf.c74 char *bootpath_prop = NULL; variable
199 bootpath_prop = kmem_zalloc(size, KM_SLEEP);
200 (void) BOP_GETPROP(bootops, "bootpath", bootpath_prop);
201 setbootpath(bootpath_prop);

Completed in 244 milliseconds