Home
last modified time | relevance | path

Searched refs:irport_id (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/comstar/stmf/
H A Dstmf_impl.h164 struct scsi_devid_desc *irport_id; member
H A Dstmf.c3478 if (irport1->irport_id->code_set < in stmf_irport_compare()
3479 irport2->irport_id->code_set) { in stmf_irport_compare()
3482 irport2->irport_id->code_set) { in stmf_irport_compare()
3487 if (irport1->irport_id->ident_length < in stmf_irport_compare()
3488 irport2->irport_id->ident_length) { in stmf_irport_compare()
3491 irport2->irport_id->ident_length) { in stmf_irport_compare()
3497 irport2->irport_id->ident, in stmf_irport_compare()
3498 irport1->irport_id->ident_length); in stmf_irport_compare()
3535 irport->irport_id = in stmf_irport_create()
3537 bcopy(rport_devid, irport->irport_id, in stmf_irport_create()
[all …]