/titanic_41/usr/src/uts/common/io/cpqary3/ |
H A D | cpqary3_transport.c | 826 cpqary3_getcap(struct scsi_address *sa, char *capstr, int tgtonly) in cpqary3_getcap() argument 843 if (tgtonly == 0) { /* all targets */ in cpqary3_getcap() 892 cpqary3_setcap(struct scsi_address *sa, char *capstr, int value, int tgtonly) in cpqary3_setcap() argument 909 if (!tgtonly) { in cpqary3_setcap()
|
/titanic_41/usr/src/uts/sun/io/scsi/adapters/ |
H A D | fas.c | 254 int tgtonly, int doset); 8908 int tgtonly, int doset) in fas_commoncap() argument 8931 if (!tgtonly) { in fas_commoncap() 9065 if (tgtonly && in fas_commoncap() 9072 if (tgtonly && fas->f_offset[target]) { in fas_commoncap() 9083 if (tgtonly && ((fas->f_notag & tshift) == 0)) { in fas_commoncap() 9088 if ((tgtonly && (fas->f_nowide & tshift) == 0)) { in fas_commoncap() 9096 if (tgtonly && fas->f_arq_pkt[slot]) { in fas_commoncap() 9120 if (val && tgtonly) { in fas_commoncap() 9128 target, cap, tgtonly, doset, val, rval); in fas_commoncap()
|
H A D | sf.c | 4482 int val, int tgtonly, int doset) in sf_commoncap() argument 4521 cap, val, tgtonly, doset, rval)); in sf_commoncap() 4555 cap, val, tgtonly, doset, rval)); in sf_commoncap()
|
/titanic_41/usr/src/uts/common/io/scsi/adapters/mpt_sas/ |
H A D | mptsas.c | 165 static int mptsas_scsi_getcap(struct scsi_address *ap, char *cap, int tgtonly); 167 int tgtonly); 216 static int mptsas_scsi_capchk(char *cap, int tgtonly, int *cidxp); 9598 mptsas_scsi_getcap(struct scsi_address *ap, char *cap, int tgtonly) in mptsas_scsi_getcap() argument 9605 ap->a_target, cap, tgtonly)); in mptsas_scsi_getcap() 9609 if ((mptsas_scsi_capchk(cap, tgtonly, &ckey)) != TRUE) { in mptsas_scsi_getcap() 9672 mptsas_scsi_setcap(struct scsi_address *ap, char *cap, int value, int tgtonly) in mptsas_scsi_setcap() argument 9679 ap->a_target, cap, value, tgtonly)); in mptsas_scsi_setcap() 9681 if (!tgtonly) { in mptsas_scsi_setcap() 9687 if ((mptsas_scsi_capchk(cap, tgtonly, &ckey)) != TRUE) { in mptsas_scsi_setcap() [all …]
|
/titanic_41/usr/src/uts/common/io/scsi/adapters/scsi_vhci/ |
H A D | scsi_vhci.c | 1723 int val, int tgtonly, int doset) in vhci_commoncap() argument 1763 if (tgtonly == 0) { in vhci_commoncap() 1784 (void) vhci_pHCI_cap(ap, cap, val, tgtonly, NULL); in vhci_commoncap() 1800 cap, val, tgtonly, doset, rval)); in vhci_commoncap() 1877 cap, val, tgtonly, doset, rval)); in vhci_commoncap()
|
/titanic_41/usr/src/uts/common/io/fibre-channel/ulp/ |
H A D | fcp.c | 516 int val, int tgtonly, int doset); 11821 int val, int tgtonly, int doset) in fcp_commoncap() argument 11880 cap, val, tgtonly, doset, rval); in fcp_commoncap() 11944 cap, val, tgtonly, doset, rval); in fcp_commoncap()
|
/titanic_41/usr/src/uts/common/io/scsi/adapters/iscsi/ |
H A D | iscsi.c | 4598 int tgtonly, int doset) in iscsi_i_commoncap() argument
|