Home
last modified time | relevance | path

Searched refs:bootpath_prop (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dautoconf.c79 char *bootpath_prop = NULL; variable
206 bootpath_prop = kmem_zalloc(size, KM_SLEEP); in impl_create_root_class()
207 (void) BOP_GETPROP(bootops, "bootpath", bootpath_prop); in impl_create_root_class()
208 setbootpath(bootpath_prop); in impl_create_root_class()