Lines Matching defs:labeled
43 * Virtual disks, or, labeled lofi, implements virtual disk support to
1769 lofi_create_minor_nodes(struct lofi_state *lsp, boolean_t labeled)
1774 if (labeled == B_TRUE) {
1838 boolean_t labeled;
1843 labeled = B_FALSE;
1844 if (ddi_prop_exists(DDI_DEV_T_ANY, dip, DDI_PROP_DONTPASS, "labeled"))
1845 labeled = B_TRUE;
1865 if ((error = lofi_create_minor_nodes(lsp, labeled)) != 0) {
2713 DDI_PROP_CANSLEEP, "labeled", 0, 0))
3316 "labeled") == 1) {