Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/os/
H A Dautoconf.c75 char *fstype_prop = NULL; variable
206 fstype_prop = kmem_zalloc(size, KM_SLEEP); in impl_create_root_class()
207 (void) BOP_GETPROP(bootops, "fstype", fstype_prop); in impl_create_root_class()
208 setbootfstype(fstype_prop); in impl_create_root_class()