Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libcommputil/common/
H A Dsdp_parse_helper.c90 sdp_list_t *next_list; in sdp_free_list() local
93 next_list = list->next; in sdp_free_list()
97 list = next_list; in sdp_free_list()
/titanic_50/usr/src/cmd/abi/spectrans/spec2map/
H A Dbucket.c321 for (l = first_list(); l != NULL; l = next_list()) { in sort_buckets()
353 for (list = first_list(); list != NULL; list = next_list()) { in add_local()
451 for (i = 0, l = first_list(); l != NULL; l = next_list(), ++i) { in print_all_buckets()
581 next_list(void) in next_list() function
H A Dbucket.h73 extern bucket_t *next_list(void);
H A Dxlator.c866 for (l = first_list(); l != NULL; l = next_list()) { in writemapfile()
/titanic_50/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()