Lines Matching defs:labeled
44 * Virtual disks, or, labeled lofi, implements virtual disk support to
1806 lofi_create_minor_nodes(struct lofi_state *lsp, boolean_t labeled)
1811 if (labeled == B_TRUE) {
1875 boolean_t labeled;
1880 labeled = B_FALSE;
1881 if (ddi_prop_exists(DDI_DEV_T_ANY, dip, DDI_PROP_DONTPASS, "labeled"))
1882 labeled = B_TRUE;
1902 if ((error = lofi_create_minor_nodes(lsp, labeled)) != 0) {
2687 DDI_PROP_CANSLEEP, "labeled", 0, 0))
3268 "labeled") == 1) {