Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/i86pc/i86hvm/io/
H A Dpv_cmdk.c659 return (xsp->xdfss_tgt_is_cd ? DDI_NT_CD : DDI_NT_BLOCK); in xdfs_c_cmlb_node_type()
/titanic_50/usr/src/cmd/biosdev/
H A Dbiosdev.c187 ret = di_walk_minor(root_node, DDI_NT_BLOCK, 0, NULL, in build_disk_list()
/titanic_50/usr/src/lib/libgrubmgmt/common/
H A Dlibgrub_fs.c427 DDI_NT_BLOCK, 0, barg, ufs_bootsign) != 0) in grub_find_bootsign()
/titanic_50/usr/src/cmd/devfsadm/
H A Ddisk_link.c76 { "disk", DDI_NT_BLOCK, NULL,
/titanic_50/usr/src/lib/libdiskmgt/common/
H A Dfindevs.c1632 return (strncmp(di_minor_nodetype(minor), DDI_NT_BLOCK, in is_drive()
1633 strlen(DDI_NT_BLOCK)) == 0); in is_drive()
/titanic_50/usr/src/lib/cfgadm_plugins/scsi/common/
H A Dcfga_list.c69 { DTYPE_DIRECT, DDI_NT_BLOCK, "disk", "disk-path"},
/titanic_50/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()
/titanic_50/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()
/titanic_50/usr/src/uts/common/io/
H A Dpshot.c120 {"DDI_NT_BLOCK", DDI_NT_BLOCK},
170 {"disk", DDI_NT_BLOCK, "gen_drv"},
/titanic_50/usr/src/uts/common/sys/
H A Dsunddi.h161 #define DDI_NT_BLOCK "ddi_block" /* hard disks */ macro
/titanic_50/usr/src/uts/intel/io/dktp/dcdev/
H A Ddadk.c387 dadkp->dad_extp->tg_nodetype = DDI_NT_BLOCK; in dadk_probe()
/titanic_50/usr/src/uts/common/os/
H A Dsunddi.c5621 if (strncmp(node_type, DDI_NT_BLOCK, in derive_devi_class()
5622 sizeof (DDI_NT_BLOCK) - 1) == 0 && in derive_devi_class()
5623 (node_type[sizeof (DDI_NT_BLOCK) - 1] == '\0' || in derive_devi_class()
5624 node_type[sizeof (DDI_NT_BLOCK) - 1] == ':') && in derive_devi_class()
/titanic_50/usr/src/uts/common/io/blkdev/
H A Dblkdev.c592 drive.d_lun >= 0 ? DDI_NT_BLOCK_CHAN : DDI_NT_BLOCK, in bd_attach()
/titanic_50/usr/src/lib/cfgadm_plugins/fp/common/
H A Dcfga_list.c128 { DTYPE_DIRECT, DDI_NT_BLOCK, "disk"},
/titanic_50/usr/src/cmd/picl/plugins/common/devtree/
H A Dpicldevtree.c532 else if (DDI_NODETYPE(mi_nodetype, DDI_NT_BLOCK)) in get_minor_class()