Searched refs:fcp_scsi_cmd (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/uts/common/sys/fibre-channel/ulp/ |
H A D | fcp_util.h | 58 struct fcp_scsi_cmd { struct 196 _NOTE(SCHEME_PROTECTS_DATA("Unshared Data", fcp_scsi_cmd))
|
/titanic_50/usr/src/lib/sun_fc/common/ |
H A D | FCHBAPort.cc | 302 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 D | FCHBAPort.h | 130 void sendSCSIPassThru(struct fcp_scsi_cmd *fscsi,
|
/titanic_50/usr/src/lib/cfgadm_plugins/fp/common/ |
H A D | cfga_list.c | 118 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()
|
/titanic_50/usr/src/uts/common/io/fibre-channel/ulp/ |
H A D | fcp.c | 403 static int fcp_setup_scsi_ioctl(struct fcp_scsi_cmd *u_fscsi, 406 struct fcp_scsi_cmd *fscsi, int mode); 407 static int fcp_copyout_scsi_cmd(struct fcp_scsi_cmd *fscsi, 409 static int fcp_send_scsi_ioctl(struct fcp_scsi_cmd *fscsi); 1389 (struct fcp_scsi_cmd *)data, mode, rval); in fcp_ioctl() 1975 fcp_setup_scsi_ioctl(struct fcp_scsi_cmd *u_fscsi, in fcp_setup_scsi_ioctl() 1986 struct fcp_scsi_cmd k_fscsi; in fcp_setup_scsi_ioctl() 2145 fcp_copyin_scsi_cmd(caddr_t base_addr, struct fcp_scsi_cmd *fscsi, int mode) in fcp_copyin_scsi_cmd() 2172 sizeof (struct fcp_scsi_cmd), in fcp_copyin_scsi_cmd() 2184 sizeof (struct fcp_scsi_cmd), in fcp_copyin_scsi_cmd() [all …]
|