Searched refs:bn2 (Results 1 – 1 of 1) sorted by relevance
632 struct keynote_binary *bn1, *bn2; in kn_keycompare() local685 bn2 = (struct keynote_binary *) key2; in kn_keycompare()686 if ((bn1->bn_len == bn2->bn_len) && in kn_keycompare()687 !memcmp(bn1->bn_key, bn2->bn_key, bn1->bn_len)) in kn_keycompare()