Searched refs:wwn2 (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/ |
H A D | fcip.c | 220 static int fcip_wwn_compare(la_wwn_t *wwn1, la_wwn_t *wwn2, int flag); 5908 fcip_wwn_compare(la_wwn_t *wwn1, la_wwn_t *wwn2, int flag) in fcip_wwn_compare() argument 5911 if ((wwn1->raw_wwn[2] != wwn2->raw_wwn[2]) || in fcip_wwn_compare() 5912 (wwn1->raw_wwn[3] != wwn2->raw_wwn[3]) || in fcip_wwn_compare() 5913 (wwn1->raw_wwn[4] != wwn2->raw_wwn[4]) || in fcip_wwn_compare() 5914 (wwn1->raw_wwn[5] != wwn2->raw_wwn[5]) || in fcip_wwn_compare() 5915 (wwn1->raw_wwn[6] != wwn2->raw_wwn[6]) || in fcip_wwn_compare() 5916 (wwn1->raw_wwn[7] != wwn2->raw_wwn[7])) { in fcip_wwn_compare() 5919 (((wwn1->raw_wwn[0] & 0xf0) != (wwn2->raw_wwn[0] & 0xf0)) || in fcip_wwn_compare() 5920 (wwn1->raw_wwn[1] != wwn2->raw_wwn[1]))) { in fcip_wwn_compare()
|
/illumos-gate/usr/src/cmd/sasinfo/ |
H A D | sasinfo-list.c | 2410 HBA_UINT8 *wwn1, *wwn2, *wwn3; in sas_rp_tree_insert() local 2432 wwn2 = (*rproot)->sasattr.AttachedSASAddress.wwn; in sas_rp_tree_insert() 2442 } else if (memcmp(wwn2, wwn3, sizeof (HBA_WWN)) == 0) { in sas_rp_tree_insert()
|
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/ |
H A D | emlxs_extern.h | 171 extern int32_t emlxs_wwn_cmp(uint8_t *wwn1, uint8_t *wwn2);
|
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/ |
H A D | emlxs_solaris.c | 11808 emlxs_wwn_cmp(uint8_t *wwn1, uint8_t *wwn2) in emlxs_wwn_cmp() argument 11812 for (i = 0; i < 8; i ++, wwn1 ++, wwn2 ++) { in emlxs_wwn_cmp() 11813 if (*wwn1 > *wwn2) { in emlxs_wwn_cmp() 11816 if (*wwn1 < *wwn2) { in emlxs_wwn_cmp()
|