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

/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c5491 fca_hba_fru_details_t *new_fru, *stored_fru; local
5513 new_fru = &new_port->fp_hba_port_attrs.hba_fru_details;
5534 if (new_fru->high == stored_fru->high &&
5535 new_fru->low == stored_fru->low) {
5544 if (new_fru->port_index <

Completed in 58 milliseconds