Lines Matching refs:iports

1340 	 * 'iports'. If the SCSA HBA node can have iport children and also
1343 * HBA driver that does not manage iports should not set SCSA_HBA_HBA.
8274 /* The bus_config request is to configure iports below HBA. */
8353 /* The bus_config request is to unconfigure iports below HBA. */
8972 * The implementation will add the port value into the "scsi-iports" property
8978 * driver that uses iports should expect probe(9E), attach(9E), and detach(9E)
9011 char **iports, **newiports;
9018 DDI_PROP_DONTPASS | DDI_PROP_NOTPROM, "scsi-iports", &iports,
9022 ddi_prop_free(iports);
9028 if (strcmp(port, iports[i]) == 0) {
9030 ddi_prop_free(iports);
9039 newiports[i] = strdup(iports[i]);
9045 "scsi-iports", newiports, ports) != DDI_PROP_SUCCESS) {
9056 ddi_prop_free(iports);
9072 char **iports;
9076 DDI_PROP_DONTPASS | DDI_PROP_NOTPROM, "scsi-iports", &iports,
9082 /* If there is now at least 1 iport, then iports is valid */
9087 ddi_prop_free(iports);
9096 char **iports;
9102 /* check to see if this is an HBA that defined scsi iports */
9104 DDI_PROP_DONTPASS | DDI_PROP_NOTPROM, "scsi-iports", &iports,
9114 if (strcmp(iports[i], portnm) == 0)
9132 ddi_prop_free(iports);
9239 char **iports;
9246 /* check to see if this is an HBA that defined scsi iports */
9248 DDI_PROP_DONTPASS | DDI_PROP_NOTPROM, "scsi-iports", &iports,
9268 iports[i]);
9291 ddi_prop_free(iports);
9305 char **iports;
9310 /* check to see if this is an HBA that defined scsi iports */
9312 DDI_PROP_DONTPASS | DDI_PROP_NOTPROM, "scsi-iports", &iports,
9331 ddi_prop_free(iports);
9340 if (strcmp((iports[i]), addr) == 0)
9363 iports[i]);
9386 ddi_prop_free(iports);