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

/illumos-gate/usr/src/cmd/abi/spectrans/spec2map/
H A Dbucket.h73 extern bucket_t *next_list(void);
H A Dbucket.c321 for (l = first_list(); l != NULL; l = next_list()) {
353 for (list = first_list(); list != NULL; list = next_list()) {
451 for (i = 0, l = first_list(); l != NULL; l = next_list(), ++i) {
570 * first_list, next_list -- an iterator for lists themselves. Serially
581 next_list(void) function
H A Dxlator.c866 for (l = first_list(); l != NULL; l = next_list()) {
/illumos-gate/usr/src/lib/libcommputil/common/
H A Dsdp_parse_helper.c90 sdp_list_t *next_list; local
93 next_list = list->next;
97 list = next_list;
/illumos-gate/usr/src/cmd/isns/isnsd/
H A Dscn.c242 scn_list_t *next_list; local
248 next_list = list->next;
251 list = next_list;

Completed in 64 milliseconds