Searched refs:DDI_NT_BLOCK_CHAN (Results 1 – 13 of 13) sorted by relevance
/titanic_44/usr/src/uts/i86pc/i86hvm/io/ |
H A D | pv_sd.c | 158 return (xsp->xdfss_tgt_is_cd ? DDI_NT_CD_CHAN : DDI_NT_BLOCK_CHAN); in xdfs_c_cmlb_node_type()
|
/titanic_44/usr/src/cmd/devfsadm/ |
H A D | disk_link.c | 79 { "disk", DDI_NT_BLOCK_CHAN, NULL, 524 (strcmp(nt, DDI_NT_BLOCK_CHAN) == 0))) { in disk_common()
|
H A D | devfsadm.c | 78 DDI_NT_FD, DDI_NT_TAPE, DDI_NT_BLOCK_CHAN,
|
/titanic_44/usr/src/uts/common/io/ |
H A D | gen_drv.c | 1405 DDI_NT_BLOCK_CHAN, NULL) != DDI_SUCCESS) { in gen_create_mn_disk_chan() 1496 DDI_NT_BLOCK_CHAN, NULL) != DDI_SUCCESS) { in gen_create_mn_disk_fd()
|
H A D | pshot.c | 121 {"DDI_NT_BLOCK_CHAN", DDI_NT_BLOCK_CHAN}, 171 {"disk_chan", DDI_NT_BLOCK_CHAN, "gen_drv"},
|
/titanic_44/usr/src/cmd/picl/plugins/sun4u/snowbird/frutree/ |
H A D | piclscsi.c | 717 if (strcmp(nodetype, DDI_NT_BLOCK_CHAN) == 0 || in probe_disks()
|
/titanic_44/usr/src/lib/cfgadm_plugins/scsi/common/ |
H A D | cfga_list.c | 68 { DTYPE_DIRECT, DDI_NT_BLOCK_CHAN, "disk", "disk-path"},
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | sunddi.h | 168 #define DDI_NT_BLOCK_CHAN "ddi_block:channel" macro
|
/titanic_44/usr/src/uts/common/io/blkdev/ |
H A D | blkdev.c | 592 drive.d_lun >= 0 ? DDI_NT_BLOCK_CHAN : DDI_NT_BLOCK, in bd_attach()
|
/titanic_44/usr/src/lib/cfgadm_plugins/fp/common/ |
H A D | cfga_list.c | 127 { DTYPE_DIRECT, DDI_NT_BLOCK_CHAN, "disk"},
|
/titanic_44/usr/src/cmd/picl/plugins/common/devtree/ |
H A D | picldevtree.c | 520 else if (DDI_NODETYPE(mi_nodetype, DDI_NT_BLOCK_CHAN)) in get_minor_class()
|
/titanic_44/usr/src/uts/sun/io/dada/targets/ |
H A D | dad.c | 591 DDI_NT_BLOCK_CHAN, in dcdattach()
|
/titanic_44/usr/src/uts/common/io/scsi/targets/ |
H A D | sd.c | 6432 if (strcmp(un->un_node_type, DDI_NT_BLOCK_CHAN)) { in sd_ddi_resume() 7366 un->un_node_type = DDI_NT_BLOCK_CHAN; in sd_unit_attach() 7370 un->un_node_type = DDI_NT_BLOCK_CHAN; in sd_unit_attach() 8277 if (strcmp(un->un_node_type, DDI_NT_BLOCK_CHAN)) { in sd_unit_attach()
|