Home
last modified time | relevance | path

Searched refs:DDI_NT_TAPE (Results 1 – 8 of 8) sorted by relevance

/titanic_44/usr/src/cmd/picl/plugins/sun4u/snowbird/frutree/
H A Dpiclscsi.c721 } else if (strcmp(nodetype, DDI_NT_TAPE) == 0) { in probe_disks()
/titanic_44/usr/src/lib/cfgadm_plugins/scsi/common/
H A Dcfga_list.c73 { DTYPE_SEQUENTIAL, DDI_NT_TAPE, "tape", "tape-path"},
/titanic_44/usr/src/uts/common/io/
H A Dpshot.c129 {"DDI_NT_TAPE", DDI_NT_TAPE},
177 {"tape", DDI_NT_TAPE, "gen_drv"},
/titanic_44/usr/src/uts/common/sys/
H A Dsunddi.h187 #define DDI_NT_TAPE "ddi_byte:tape" /* tape drives */ macro
/titanic_44/usr/src/lib/cfgadm_plugins/fp/common/
H A Dcfga_list.c131 { DTYPE_SEQUENTIAL, DDI_NT_TAPE, "tape"},
/titanic_44/usr/src/cmd/picl/plugins/common/devtree/
H A Dpicldevtree.c540 else if (DDI_NODETYPE(mi_nodetype, DDI_NT_TAPE)) in get_minor_class()
/titanic_44/usr/src/cmd/devfsadm/
H A Ddevfsadm.c78 DDI_NT_FD, DDI_NT_TAPE, DDI_NT_BLOCK_CHAN,
/titanic_44/usr/src/uts/common/io/scsi/targets/
H A Dst.c1147 DDI_NT_TAPE, NULL) == DDI_SUCCESS) { in st_attach()