Home
last modified time | relevance | path

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

/titanic_44/usr/src/tools/protocmp/
H A Dprotocmp.c66 static elem_list second_list; variable
426 for (i = 0; i < second_list.num_of_buckets; i++) { in check_second_vs_first()
427 for (cur = second_list.list[i]; cur; cur = cur->next) { in check_second_vs_first()
429 if ((first_list.type != second_list.type) && in check_second_vs_first()
451 if ((second_list.type == PROTODIR_LIST) && in check_second_vs_first()
465 second_list.type); in check_second_vs_first()
485 if ((first_list.type != second_list.type) && in check_first_vs_second()
502 e = find_elem(&second_list, cur, NO_FOLLOW_LINK); in check_first_vs_second()
512 (second_list.type != PROTODIR_LIST)) { in check_first_vs_second()
516 e = find_elem_isa(&second_list, cur, in check_first_vs_second()
[all …]