Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/comstar/stmf/
H A Dstmf.c3473 const stmf_i_remote_port_t *irport1 = void_irport1; in stmf_irport_compare() local
3478 if (irport1->irport_id->code_set < in stmf_irport_compare()
3481 } else if (irport1->irport_id->code_set > in stmf_irport_compare()
3487 if (irport1->irport_id->ident_length < in stmf_irport_compare()
3490 } else if (irport1->irport_id->ident_length > in stmf_irport_compare()
3496 result = memcmp(irport1->irport_id->ident, in stmf_irport_compare()
3498 irport1->irport_id->ident_length); in stmf_irport_compare()