Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dautoconf.c80 char *fstype_prop = NULL; variable
213 fstype_prop = kmem_zalloc(size, KM_SLEEP); in impl_create_root_class()
214 (void) BOP_GETPROP(bootops, "fstype", fstype_prop); in impl_create_root_class()
215 setbootfstype(fstype_prop); in impl_create_root_class()