Lines Matching defs:opinfo

3798 	struct scsi_path_opinfo		opinfo;
3826 if (fo->sfo_path_get_opinfo(psd, &opinfo,
3852 if (strcmp(pclass, opinfo.opinfo_path_attr) != 0) {
3854 opinfo.opinfo_path_attr);
3863 if ((opinfo.opinfo_path_state == SCSI_PATH_ACTIVE ||
3864 opinfo.opinfo_path_state == SCSI_PATH_ACTIVE_NONOPT)) {
3882 opinfo.opinfo_preferred);
3884 (opinfo.opinfo_path_attr)+1, KM_SLEEP);
3885 (void) strlcpy(tptr, opinfo.opinfo_path_attr,
3886 (strlen(opinfo.opinfo_path_attr)+1));
3898 if (strcmp(pclass, opinfo.opinfo_path_attr)
3901 opinfo.opinfo_preferred);
3904 strcmp(opinfo.opinfo_path_attr,
3908 (opinfo.opinfo_path_attr)+1,
3911 opinfo.opinfo_path_attr,
3913 (opinfo.opinfo_path_attr)
3975 } else if ((opinfo.opinfo_path_state == SCSI_PATH_INACTIVE) &&
3993 opinfo.opinfo_preferred);
3997 opinfo.opinfo_path_attr) == 0) {
4725 struct scsi_path_opinfo opinfo;
4731 if (fo->sfo_path_get_opinfo(psd, &opinfo, vlun->svl_fops_ctpriv) != 0) {
4737 vlun->svl_xlf_capable = opinfo.opinfo_xlf_capable;
4739 opinfo.opinfo_path_attr);
4741 pclass = opinfo.opinfo_path_attr;
4742 if (opinfo.opinfo_path_state == SCSI_PATH_ACTIVE) {
4763 * replaced with opinfo.opinfo_path_state
4780 (opinfo.opinfo_path_attr)+1,
4783 opinfo.opinfo_path_attr,
4784 (strlen(opinfo.opinfo_path_attr)
4798 vlun->svl_fo_support = opinfo.opinfo_mode;
4800 opinfo.opinfo_preferred);
4860 } else if (opinfo.opinfo_path_state == SCSI_PATH_ACTIVE_NONOPT) {
4874 } else if (opinfo.opinfo_path_state == SCSI_PATH_INACTIVE) {
4885 vlun->svl_fo_support = opinfo.opinfo_mode;
4887 opinfo.opinfo_preferred);
4918 vlun->svl_fo_support = opinfo.opinfo_mode;
4919 mdi_pi_set_preferred(pip, opinfo.opinfo_preferred);
4923 opinfo.opinfo_rev, opinfo.opinfo_path_state,
4924 opinfo.opinfo_preferred, opinfo.opinfo_mode));