Symbol: CMLB_DEVINFO
usr/src/uts/common/io/cmlb.c
1355
i_ddi_prop_dyn_cache_invalidate(CMLB_DEVINFO(cl),
usr/src/uts/common/io/cmlb.c
1356
i_ddi_prop_dyn_driver_get(CMLB_DEVINFO(cl)));
usr/src/uts/common/io/cmlb.c
1366
return (makedevice(ddi_driver_major(CMLB_DEVINFO(cl)),
usr/src/uts/common/io/cmlb.c
1368
CMLB_DEVINFO(cl)) << CMLBUNIT_FORCE_P0_SHIFT));
usr/src/uts/common/io/cmlb.c
1370
return (makedevice(ddi_driver_major(CMLB_DEVINFO(cl)),
usr/src/uts/common/io/cmlb.c
1371
ddi_get_instance(CMLB_DEVINFO(cl)) << CMLBUNIT_SHIFT));
usr/src/uts/common/io/cmlb.c
1486
instance = ddi_get_instance(CMLB_DEVINFO(cl));
usr/src/uts/common/io/cmlb.c
1495
if (cmlb_create_minor(CMLB_DEVINFO(cl), name,
usr/src/uts/common/io/cmlb.c
1504
ddi_remove_minor_node(CMLB_DEVINFO(cl), NULL);
usr/src/uts/common/io/cmlb.c
1515
if (cmlb_create_minor(CMLB_DEVINFO(cl), "q", S_IFBLK,
usr/src/uts/common/io/cmlb.c
1518
ddi_remove_minor_node(CMLB_DEVINFO(cl), NULL);
usr/src/uts/common/io/cmlb.c
1522
if (cmlb_create_minor(CMLB_DEVINFO(cl), "q,raw",
usr/src/uts/common/io/cmlb.c
1526
ddi_remove_minor_node(CMLB_DEVINFO(cl), NULL);
usr/src/uts/common/io/cmlb.c
1559
instance = ddi_get_instance(CMLB_DEVINFO(cl));
usr/src/uts/common/io/cmlb.c
1569
ddi_remove_minor_node(CMLB_DEVINFO(cl), "h");
usr/src/uts/common/io/cmlb.c
1570
ddi_remove_minor_node(CMLB_DEVINFO(cl), "h,raw");
usr/src/uts/common/io/cmlb.c
1571
(void) cmlb_create_minor(CMLB_DEVINFO(cl), "wd",
usr/src/uts/common/io/cmlb.c
1574
(void) cmlb_create_minor(CMLB_DEVINFO(cl), "wd,raw",
usr/src/uts/common/io/cmlb.c
1579
ddi_remove_minor_node(CMLB_DEVINFO(cl), "wd");
usr/src/uts/common/io/cmlb.c
1580
ddi_remove_minor_node(CMLB_DEVINFO(cl), "wd,raw");
usr/src/uts/common/io/cmlb.c
1581
(void) cmlb_create_minor(CMLB_DEVINFO(cl), "h",
usr/src/uts/common/io/cmlb.c
1584
(void) cmlb_create_minor(CMLB_DEVINFO(cl), "h,raw",
usr/src/uts/common/io/cmlb.c
1689
cmlb_log(CMLB_DEVINFO(cl), CMLB_LABEL(cl),
usr/src/uts/common/io/cmlb.c
1695
ddi_get_instance(CMLB_DEVINFO(cl)));
usr/src/uts/common/io/cmlb.c
2091
instance = ddi_get_instance(CMLB_DEVINFO(cl));
usr/src/uts/common/io/cmlb.c
2103
ddi_remove_minor_node(CMLB_DEVINFO(cl), name);
usr/src/uts/common/io/cmlb.c
2105
ddi_remove_minor_node(CMLB_DEVINFO(cl), name);
usr/src/uts/common/io/cmlb.c
2122
if (cmlb_create_minor(CMLB_DEVINFO(cl), name,
usr/src/uts/common/io/cmlb.c
2131
ddi_remove_minor_node(CMLB_DEVINFO(cl), NULL);
usr/src/uts/common/io/cmlb.c
2136
if (ddi_create_minor_node(CMLB_DEVINFO(cl), name,
usr/src/uts/common/io/cmlb.c
2145
ddi_remove_minor_node(CMLB_DEVINFO(cl), NULL);
usr/src/uts/common/io/cmlb.c
2472
if (ddi_getprop(dev, CMLB_DEVINFO(cl), DDI_PROP_DONTPASS,
usr/src/uts/common/io/cmlb.c
2475
if (ddi_prop_create(dev, CMLB_DEVINFO(cl), 0,
usr/src/uts/common/io/cmlb.c
2481
ddi_get_instance(CMLB_DEVINFO(cl)));
usr/src/uts/common/io/cmlb.c
2901
cmlb_log(CMLB_DEVINFO(cl), CMLB_LABEL(cl), CE_WARN,
usr/src/uts/common/io/cmlb.c
3035
cmlb_log(CMLB_DEVINFO(cl), CMLB_LABEL(cl),
usr/src/uts/common/io/cmlb.c
3058
cmlb_log(CMLB_DEVINFO(cl), CMLB_LABEL(cl),
usr/src/uts/common/io/cmlb.c
3122
cmlb_log(CMLB_DEVINFO(cl), CMLB_LABEL(cl), CE_WARN,
usr/src/uts/common/io/cmlb.c
3164
cmlb_log(CMLB_DEVINFO(cl), CMLB_LABEL(cl), CE_WARN,
usr/src/uts/common/io/cmlb.c
3229
cmlb_log(CMLB_DEVINFO(cl), CMLB_LABEL(cl), CE_WARN,
usr/src/uts/common/io/cmlb.c
3231
cmlb_log(CMLB_DEVINFO(cl), CMLB_LABEL(cl), CE_CONT,
usr/src/uts/common/io/cmlb.c
416
dev = CMLB_DEVINFO(cl);
usr/src/uts/common/io/cmlb.c
4406
ddi_remove_minor_node(CMLB_DEVINFO(cl), "wd");
usr/src/uts/common/io/cmlb.c
4407
ddi_remove_minor_node(CMLB_DEVINFO(cl), "wd,raw");
usr/src/uts/common/io/cmlb.c
4415
ddi_remove_minor_node(CMLB_DEVINFO(cl), "h");
usr/src/uts/common/io/cmlb.c
4416
ddi_remove_minor_node(CMLB_DEVINFO(cl), "h,raw");
usr/src/uts/common/io/cmlb.c
4418
(void) cmlb_create_minor(CMLB_DEVINFO(cl), "h",
usr/src/uts/common/io/cmlb.c
4421
(void) cmlb_create_minor(CMLB_DEVINFO(cl), "h,raw",
usr/src/uts/common/io/cmlb.c
4495
ddi_remove_minor_node(CMLB_DEVINFO(cl), "wd");
usr/src/uts/common/io/cmlb.c
4496
ddi_remove_minor_node(CMLB_DEVINFO(cl), "wd,raw");
usr/src/uts/common/io/cmlb.c
4503
ddi_remove_minor_node(CMLB_DEVINFO(cl), "h");
usr/src/uts/common/io/cmlb.c
4504
ddi_remove_minor_node(CMLB_DEVINFO(cl), "h,raw");
usr/src/uts/common/io/cmlb.c
4506
(void) cmlb_create_minor(CMLB_DEVINFO(cl), "h",
usr/src/uts/common/io/cmlb.c
4509
(void) cmlb_create_minor(CMLB_DEVINFO(cl), "h,raw",
usr/src/uts/common/io/cmlb.c
5024
ddi_remove_minor_node(CMLB_DEVINFO(cl), "h");
usr/src/uts/common/io/cmlb.c
5025
ddi_remove_minor_node(CMLB_DEVINFO(cl), "h,raw");
usr/src/uts/common/io/cmlb.c
5026
(void) cmlb_create_minor(CMLB_DEVINFO(cl), "wd",
usr/src/uts/common/io/cmlb.c
5030
(void) cmlb_create_minor(CMLB_DEVINFO(cl), "wd,raw",
usr/src/uts/common/io/cmlb.c
702
CMLB_DEVINFO(cl) = devi;
usr/src/uts/common/io/cmlb.c
738
i_ddi_prop_dyn_driver_set(CMLB_DEVINFO(cl), cmlb_prop_dyn);
usr/src/uts/common/io/cmlb.c
768
ddi_remove_minor_node(CMLB_DEVINFO(cl), NULL);
usr/src/uts/common/io/cmlb.c
769
i_ddi_prop_dyn_driver_set(CMLB_DEVINFO(cl), NULL);
usr/src/uts/common/sys/cmlb_impl.h
220
(ihdlp->cmlb_tg_ops->tg_rdwr)(CMLB_DEVINFO(ihdlp), TG_READ, \
usr/src/uts/common/sys/cmlb_impl.h
224
(ihdlp->cmlb_tg_ops->tg_rdwr)(CMLB_DEVINFO(ihdlp), TG_WRITE,\
usr/src/uts/common/sys/cmlb_impl.h
228
(ihdlp->cmlb_tg_ops->tg_getinfo)(CMLB_DEVINFO(ihdlp), TG_GETPHYGEOM,\
usr/src/uts/common/sys/cmlb_impl.h
232
(ihdlp->cmlb_tg_ops->tg_getinfo)(CMLB_DEVINFO(ihdlp), TG_GETVIRTGEOM,\
usr/src/uts/common/sys/cmlb_impl.h
236
(ihdlp->cmlb_tg_ops->tg_getinfo)(CMLB_DEVINFO(ihdlp), TG_GETCAPACITY,\
usr/src/uts/common/sys/cmlb_impl.h
240
(ihdlp->cmlb_tg_ops->tg_getinfo)(CMLB_DEVINFO(ihdlp),\
usr/src/uts/common/sys/cmlb_impl.h
244
(ihdlp->cmlb_tg_ops->tg_getinfo)(CMLB_DEVINFO(ihdlp), TG_GETATTR,\