Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/comstar/stmf/
H A Dstmf.c3381 const stmf_i_remote_port_t *irport1 = void_irport1; in stmf_irport_compare() local
3386 if (irport1->irport_id->code_set < in stmf_irport_compare()
3389 } else if (irport1->irport_id->code_set > in stmf_irport_compare()
3395 if (irport1->irport_id->ident_length < in stmf_irport_compare()
3398 } else if (irport1->irport_id->ident_length > in stmf_irport_compare()
3404 result = memcmp(irport1->irport_id->ident, in stmf_irport_compare()
3406 irport1->irport_id->ident_length); in stmf_irport_compare()