Searched defs:opinfo (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/io/scsi/adapters/scsi_vhci/fops/
H A Dsym.c136 struct scsi_path_opinfo *opinfo, void *ctpriv)
138 opinfo->opinfo_rev = OPINFO_REV;
139 (void) strcpy(opinfo->opinfo_path_attr, "primary");
140 opinfo->opinfo_path_state = SCSI_PATH_ACTIVE;
141 opinfo->opinfo_pswtch_best = 0; /* N/A */
142 opinfo->opinfo_pswtch_worst = 0; /* N/A */
143 opinfo->opinfo_xlf_capable = 0;
144 opinfo->opinfo_mode = SCSI_NO_FAILOVER;
145 opinfo->opinfo_preferred = 1;
135 symmetric_path_get_opinfo(struct scsi_device *sd, struct scsi_path_opinfo *opinfo, void *ctpriv) argument
H A Dtape.c159 tape_path_get_opinfo(struct scsi_device *sd, struct scsi_path_opinfo *opinfo, argument
162 opinfo->opinfo_rev = OPINFO_REV;
163 (void) strcpy(opinfo->opinfo_path_attr, PCLASS_PRIMARY);
164 opinfo->opinfo_path_state = SCSI_PATH_ACTIVE;
165 opinfo->opinfo_pswtch_best = 0; /* N/A */
166 opinfo->opinfo_pswtch_worst = 0; /* N/A */
167 opinfo->opinfo_xlf_capable = 0;
168 opinfo->opinfo_mode = SCSI_NO_FAILOVER;
169 opinfo->opinfo_preferred = 1;
H A Dsym_hds.c61 struct scsi_path_opinfo *opinfo, void *ctpriv);
278 hds_sym_get_opinfo(struct scsi_device *sd, struct scsi_path_opinfo *opinfo, argument
283 opinfo->opinfo_rev = OPINFO_REV;
284 (void) strcpy(opinfo->opinfo_path_attr, "primary");
285 opinfo->opinfo_path_state = SCSI_PATH_ACTIVE;
286 opinfo->opinfo_pswtch_best = 0; /* N/A */
287 opinfo->opinfo_pswtch_worst = 0; /* N/A */
288 opinfo->opinfo_xlf_capable = 0;
289 opinfo->opinfo_mode = SCSI_NO_FAILOVER;
295 opinfo
[all...]
H A Dtpgs.c376 std_path_get_opinfo(struct scsi_device *sd, struct scsi_path_opinfo *opinfo, argument
381 opinfo->opinfo_rev = OPINFO_REV;
390 opinfo->opinfo_path_state = SCSI_PATH_ACTIVE;
392 opinfo->opinfo_path_state = SCSI_PATH_ACTIVE_NONOPT;
394 opinfo->opinfo_path_state = SCSI_PATH_INACTIVE;
396 opinfo->opinfo_path_state = SCSI_PATH_INACTIVE;
399 (void) strcpy(opinfo->opinfo_path_attr, PCLASS_PRIMARY);
401 (void) strcpy(opinfo->opinfo_path_attr, PCLASS_SECONDARY);
404 "class: %s state: %s\n", opinfo->opinfo_path_attr,
405 opinfo
[all...]
H A Dasym_sun.c436 *opinfo, void *ctpriv)
469 opinfo->opinfo_rev = OPINFO_REV;
477 (void) strcpy(opinfo->opinfo_path_attr, "primary");
479 (void) strcpy(opinfo->opinfo_path_attr, "secondary");
488 opinfo->opinfo_path_state = SCSI_PATH_ACTIVE;
490 opinfo->opinfo_path_state = SCSI_PATH_INACTIVE;
491 opinfo->opinfo_xlf_capable = xlf;
492 opinfo->opinfo_pswtch_best = 30;
493 opinfo->opinfo_pswtch_worst = 3*30;
494 opinfo
435 purple_path_get_opinfo(struct scsi_device *sd, struct scsi_path_opinfo *opinfo, void *ctpriv) argument
[all...]
/illumos-gate/usr/src/uts/common/io/
H A Dopenprom.c88 static int opinfo(dev_info_t *dip, ddi_info_cmd_t infocmd, void *arg,
122 opinfo, /* info */
189 opinfo(dev_info_t *dip, ddi_info_cmd_t infocmd, void *arg, void **result) function
/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaGlobal.h298 typedef struct opinfo { struct
/illumos-gate/usr/src/uts/common/io/scsi/adapters/scsi_vhci/
H A Dscsi_vhci.c3800 struct scsi_path_opinfo opinfo; local
3828 if (fo->sfo_path_get_opinfo(psd, &opinfo,
3854 if (strcmp(pclass, opinfo.opinfo_path_attr) != 0) {
3856 opinfo.opinfo_path_attr);
3865 if ((opinfo.opinfo_path_state == SCSI_PATH_ACTIVE ||
3866 opinfo.opinfo_path_state == SCSI_PATH_ACTIVE_NONOPT)) {
3884 opinfo.opinfo_preferred);
3886 (opinfo.opinfo_path_attr)+1, KM_SLEEP);
3887 (void) strlcpy(tptr, opinfo.opinfo_path_attr,
3888 (strlen(opinfo
4727 struct scsi_path_opinfo opinfo; local
[all...]

Completed in 205 milliseconds