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

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

Completed in 959 milliseconds