Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/protocmp/
H A Dprotocmp.c63 static elem_list first_list; variable
429 if ((first_list.type != second_list.type) && in check_second_vs_first()
453 (first_list.type != PROTODIR_LIST)) { in check_second_vs_first()
460 e = find_elem_isa(&first_list, cur, in check_second_vs_first()
464 first_list.type - in check_second_vs_first()
483 for (i = 0; i < first_list.num_of_buckets; i++) { in check_first_vs_second()
485 if ((first_list.type != second_list.type) && in check_first_vs_second()
510 if (!e && (first_list.type == PROTODIR_LIST) && in check_first_vs_second()
535 first_list.type - second_list.type); in check_first_vs_second()
603 ep = find_elem_mach(&first_list, &keyelem, in set_values()
[all …]
/illumos-gate/usr/src/cmd/abi/spectrans/spec2map/
H A Dbucket.c319 for (l = first_list(); l != NULL; l = next_list()) { in sort_buckets()
351 for (list = first_list(); list != NULL; list = next_list()) { in add_local()
449 for (i = 0, l = first_list(); l != NULL; l = next_list(), ++i) { in print_all_buckets()
572 first_list(void) in first_list() function
H A Dbucket.h70 extern bucket_t *first_list(void);
H A Dxlator.c863 for (l = first_list(); l != NULL; l = next_list()) { in writemapfile()