Home
last modified time | relevance | path

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

/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()
579 next_list(void) in next_list() function
H A Dbucket.h71 extern bucket_t *next_list(void);
H A Dxlator.c863 for (l = first_list(); l != NULL; l = next_list()) { in writemapfile()
/illumos-gate/usr/src/lib/libcommputil/common/
H A Dsdp_parse_helper.c88 sdp_list_t *next_list; in sdp_free_list() local
91 next_list = list->next; in sdp_free_list()
95 list = next_list; in sdp_free_list()
/illumos-gate/usr/src/cmd/isns/isnsd/
H A Dscn.c242 scn_list_t *next_list; in free_scn_list() local
248 next_list = list->next; in free_scn_list()
251 list = next_list; in free_scn_list()