Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcip.c226 static int fcip_wwn_compare(la_wwn_t *wwn1, la_wwn_t *wwn2, int flag);
6088 fcip_wwn_compare(la_wwn_t *wwn1, la_wwn_t *wwn2, int flag) in fcip_wwn_compare() argument
6091 if ((wwn1->raw_wwn[2] != wwn2->raw_wwn[2]) || in fcip_wwn_compare()
6092 (wwn1->raw_wwn[3] != wwn2->raw_wwn[3]) || in fcip_wwn_compare()
6093 (wwn1->raw_wwn[4] != wwn2->raw_wwn[4]) || in fcip_wwn_compare()
6094 (wwn1->raw_wwn[5] != wwn2->raw_wwn[5]) || in fcip_wwn_compare()
6095 (wwn1->raw_wwn[6] != wwn2->raw_wwn[6]) || in fcip_wwn_compare()
6096 (wwn1->raw_wwn[7] != wwn2->raw_wwn[7])) { in fcip_wwn_compare()
6099 (((wwn1->raw_wwn[0] & 0xf0) != (wwn2->raw_wwn[0] & 0xf0)) || in fcip_wwn_compare()
6100 (wwn1->raw_wwn[1] != wwn2->raw_wwn[1]))) { in fcip_wwn_compare()
/titanic_41/usr/src/cmd/sasinfo/
H A Dsasinfo-list.c2413 HBA_UINT8 *wwn1, *wwn2, *wwn3; in sas_rp_tree_insert() local
2435 wwn2 = (*rproot)->sasattr.AttachedSASAddress.wwn; in sas_rp_tree_insert()
2445 } else if (memcmp(wwn2, wwn3, sizeof (HBA_WWN)) == 0) { in sas_rp_tree_insert()
/titanic_41/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_extern.h171 extern int32_t emlxs_wwn_cmp(uint8_t *wwn1, uint8_t *wwn2);
/titanic_41/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_solaris.c11785 emlxs_wwn_cmp(uint8_t *wwn1, uint8_t *wwn2) in emlxs_wwn_cmp() argument
11789 for (i = 0; i < 8; i ++, wwn1 ++, wwn2 ++) { in emlxs_wwn_cmp()
11790 if (*wwn1 > *wwn2) { in emlxs_wwn_cmp()
11793 if (*wwn1 < *wwn2) { in emlxs_wwn_cmp()