Home
last modified time | relevance | path

Searched refs:FCP_TGT_SEND_SCSI (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fibre-channel/ulp/
H A Dfcp_util.h41 #define FCP_TGT_SEND_SCSI 0x08 macro
/illumos-gate/usr/src/lib/sun_fc/common/
H A DFCHBAPort.cc331 if (ioctl(fd, FCP_TGT_SEND_SCSI, fscsi) != 0) { in sendSCSIPassThru()
/illumos-gate/usr/src/lib/cfgadm_plugins/fp/common/
H A Dcfga_list.c900 rv = ioctl(fcp_fd, FCP_TGT_SEND_SCSI, fscsi); in issue_fcp_scsi_cmd()
908 rv = ioctl(fcp_fd, FCP_TGT_SEND_SCSI, fscsi); in issue_fcp_scsi_cmd()
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcp.c1390 case FCP_TGT_SEND_SCSI: in fcp_ioctl()