Home
last modified time | relevance | path

Searched refs:DDI_NT_BLOCK (Results 1 – 15 of 15) sorted by relevance

/illumos-gate/usr/src/lib/libgrubmgmt/common/
H A Dlibgrub_fs.c427 DDI_NT_BLOCK, 0, barg, ufs_bootsign) != 0) in grub_find_bootsign()
/illumos-gate/usr/src/cmd/biosdev/
H A Dbiosdev.c185 ret = di_walk_minor(root_node, DDI_NT_BLOCK, 0, NULL, in build_disk_list()
/illumos-gate/usr/src/lib/libdiskmgt/common/
H A Dfindevs.c1441 return (strncmp(di_minor_nodetype(minor), DDI_NT_BLOCK, in is_drive()
1442 strlen(DDI_NT_BLOCK)) == 0); in is_drive()
/illumos-gate/usr/src/cmd/devfsadm/
H A Ddisk_link.c81 { "disk", DDI_NT_BLOCK, NULL,
/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevinfo_retire.c214 if (di_walk_minor(node, DDI_NT_BLOCK, 0, &rarg, disk_minor) != 0) { in disk_select()
/illumos-gate/usr/src/lib/cfgadm_plugins/scsi/common/
H A Dcfga_list.c69 { DTYPE_DIRECT, DDI_NT_BLOCK, "disk", "disk-path"},
/illumos-gate/usr/src/uts/sun4v/io/
H A Dvdc.c1014 DDI_NT_BLOCK, 0) != DDI_SUCCESS) { in vdc_create_device_nodes_efi()
1025 DDI_NT_BLOCK, 0) != DDI_SUCCESS) { in vdc_create_device_nodes_efi()
1042 DDI_NT_BLOCK, 0) != DDI_SUCCESS) { in vdc_create_device_nodes_vtoc()
1053 DDI_NT_BLOCK, 0) != DDI_SUCCESS) { in vdc_create_device_nodes_vtoc()
1129 VD_MAKE_DEV(instance, i), DDI_NT_BLOCK, 0) != DDI_SUCCESS) { in vdc_create_device_nodes()
1141 VD_MAKE_DEV(instance, i), DDI_NT_BLOCK, 0) != DDI_SUCCESS) { in vdc_create_device_nodes()
/illumos-gate/usr/src/uts/common/io/
H A Dpshot.c122 {"DDI_NT_BLOCK", DDI_NT_BLOCK},
172 {"disk", DDI_NT_BLOCK, "gen_drv"},
/illumos-gate/usr/src/uts/common/sys/
H A Dsunddi.h162 #define DDI_NT_BLOCK "ddi_block" /* hard disks */ macro
/illumos-gate/usr/src/uts/intel/io/dktp/dcdev/
H A Ddadk.c387 dadkp->dad_extp->tg_nodetype = DDI_NT_BLOCK; in dadk_probe()
/illumos-gate/usr/src/uts/common/os/
H A Dsunddi.c5541 if (strncmp(node_type, DDI_NT_BLOCK, in derive_devi_class()
5542 sizeof (DDI_NT_BLOCK) - 1) == 0 && in derive_devi_class()
5543 (node_type[sizeof (DDI_NT_BLOCK) - 1] == '\0' || in derive_devi_class()
5544 node_type[sizeof (DDI_NT_BLOCK) - 1] == ':') && in derive_devi_class()
H A Ddevcfg.c3713 if (strcmp(md->ddm_node_type, DDI_NT_BLOCK) != 0 && in preroot_walk_block_devices_walker()
3714 strncmp(md->ddm_node_type, DDI_NT_BLOCK ":", in preroot_walk_block_devices_walker()
3715 strlen(DDI_NT_BLOCK ":")) != 0) { in preroot_walk_block_devices_walker()
/illumos-gate/usr/src/uts/common/io/blkdev/
H A Dblkdev.c834 node_type = DDI_NT_BLOCK; in bd_attach()
/illumos-gate/usr/src/lib/cfgadm_plugins/fp/common/
H A Dcfga_list.c128 { DTYPE_DIRECT, DDI_NT_BLOCK, "disk"},
/illumos-gate/usr/src/cmd/picl/plugins/common/devtree/
H A Dpicldevtree.c535 else if (DDI_NODETYPE(mi_nodetype, DDI_NT_BLOCK)) in get_minor_class()