Home
last modified time | relevance | path

Searched refs:fcp_scsi_cmd (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fibre-channel/ulp/
H A Dfcp_util.h58 struct fcp_scsi_cmd { struct
196 _NOTE(SCHEME_PROTECTS_DATA("Unshared Data", fcp_scsi_cmd))
/illumos-gate/usr/src/lib/sun_fc/common/
H A DFCHBAPort.cc304 void FCHBAPort::sendSCSIPassThru(struct fcp_scsi_cmd *fscsi, in sendSCSIPassThru()
415 scsi_cmd_init(struct fcp_scsi_cmd *fscsi, const char *portname, void *reqbuf, in scsi_cmd_init()
992 struct fcp_scsi_cmd fscsi; in sendReportLUNs()
1039 struct fcp_scsi_cmd fscsi; in sendScsiInquiry()
1077 struct fcp_scsi_cmd fscsi; in sendReadCapacity()
H A DFCHBAPort.h130 void sendSCSIPassThru(struct fcp_scsi_cmd *fscsi,
/illumos-gate/usr/src/lib/cfgadm_plugins/fp/common/
H A Dcfga_list.c118 static void init_fcp_scsi_cmd(struct fcp_scsi_cmd *fscsi, uchar_t *lun_num,
122 struct fcp_scsi_cmd *fscsi, int *l_errnop);
842 struct fcp_scsi_cmd *fscsi, in init_fcp_scsi_cmd()
852 memset(fscsi, 0, sizeof (struct fcp_scsi_cmd)); in init_fcp_scsi_cmd()
876 struct fcp_scsi_cmd *fscsi, in issue_fcp_scsi_cmd()
937 struct fcp_scsi_cmd fscsi; in get_standard_inq_data()
987 struct fcp_scsi_cmd fscsi; in get_report_lun_data()
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcp.c410 struct fcp_scsi_cmd *fscsi, int mode);
411 static int fcp_copyout_scsi_cmd(struct fcp_scsi_cmd *fscsi,
413 static int fcp_send_scsi_ioctl(struct fcp_scsi_cmd *fscsi);
1393 (struct fcp_scsi_cmd *)data, mode, rval); in fcp_ioctl()
1979 fcp_setup_scsi_ioctl(struct fcp_scsi_cmd *u_fscsi, in fcp_setup_scsi_ioctl()
1990 struct fcp_scsi_cmd k_fscsi; in fcp_setup_scsi_ioctl()
2176 sizeof (struct fcp_scsi_cmd), in fcp_copyin_scsi_cmd()
2188 sizeof (struct fcp_scsi_cmd), in fcp_copyin_scsi_cmd()
2245 sizeof (struct fcp_scsi_cmd), in fcp_copyout_scsi_cmd()
2257 sizeof (struct fcp_scsi_cmd), in fcp_copyout_scsi_cmd()
[all …]