Symbol: DDI_NT_BLOCK
usr/src/cmd/biosdev/biosdev.c
185
ret = di_walk_minor(root_node, DDI_NT_BLOCK, 0, NULL,
usr/src/cmd/devfsadm/disk_link.c
81
{ "disk", DDI_NT_BLOCK, NULL,
usr/src/cmd/picl/plugins/common/devtree/picldevtree.c
535
else if (DDI_NODETYPE(mi_nodetype, DDI_NT_BLOCK))
usr/src/lib/cfgadm_plugins/fp/common/cfga_list.c
128
{ DTYPE_DIRECT, DDI_NT_BLOCK, "disk"},
usr/src/lib/cfgadm_plugins/scsi/common/cfga_list.c
69
{ DTYPE_DIRECT, DDI_NT_BLOCK, "disk", "disk-path"},
usr/src/lib/libdevinfo/devinfo_retire.c
214
if (di_walk_minor(node, DDI_NT_BLOCK, 0, &rarg, disk_minor) != 0) {
usr/src/lib/libdiskmgt/common/findevs.c
1441
return (strncmp(di_minor_nodetype(minor), DDI_NT_BLOCK,
usr/src/lib/libdiskmgt/common/findevs.c
1442
strlen(DDI_NT_BLOCK)) == 0);
usr/src/lib/libgrubmgmt/common/libgrub_fs.c
427
DDI_NT_BLOCK, 0, barg, ufs_bootsign) != 0)
usr/src/uts/common/io/blkdev/blkdev.c
834
node_type = DDI_NT_BLOCK;
usr/src/uts/common/io/pshot.c
122
{"DDI_NT_BLOCK", DDI_NT_BLOCK},
usr/src/uts/common/io/pshot.c
172
{"disk", DDI_NT_BLOCK, "gen_drv"},
usr/src/uts/common/os/devcfg.c
3746
if (strcmp(md->ddm_node_type, DDI_NT_BLOCK) != 0 &&
usr/src/uts/common/os/devcfg.c
3747
strncmp(md->ddm_node_type, DDI_NT_BLOCK ":",
usr/src/uts/common/os/devcfg.c
3748
strlen(DDI_NT_BLOCK ":")) != 0) {
usr/src/uts/common/os/sunddi.c
5541
if (strncmp(node_type, DDI_NT_BLOCK,
usr/src/uts/common/os/sunddi.c
5542
sizeof (DDI_NT_BLOCK) - 1) == 0 &&
usr/src/uts/common/os/sunddi.c
5543
(node_type[sizeof (DDI_NT_BLOCK) - 1] == '\0' ||
usr/src/uts/common/os/sunddi.c
5544
node_type[sizeof (DDI_NT_BLOCK) - 1] == ':') &&
usr/src/uts/intel/io/dktp/dcdev/dadk.c
387
dadkp->dad_extp->tg_nodetype = DDI_NT_BLOCK;
usr/src/uts/sun4v/io/vdc.c
1014
DDI_NT_BLOCK, 0) != DDI_SUCCESS) {
usr/src/uts/sun4v/io/vdc.c
1025
DDI_NT_BLOCK, 0) != DDI_SUCCESS) {
usr/src/uts/sun4v/io/vdc.c
1042
DDI_NT_BLOCK, 0) != DDI_SUCCESS) {
usr/src/uts/sun4v/io/vdc.c
1053
DDI_NT_BLOCK, 0) != DDI_SUCCESS) {
usr/src/uts/sun4v/io/vdc.c
1129
VD_MAKE_DEV(instance, i), DDI_NT_BLOCK, 0) != DDI_SUCCESS) {
usr/src/uts/sun4v/io/vdc.c
1141
VD_MAKE_DEV(instance, i), DDI_NT_BLOCK, 0) != DDI_SUCCESS) {