Searched refs:_nc_list_next (Results 1 – 6 of 6) sorted by relevance
188 for (sl = n->subscriptions; sl != NULL; sl = _nc_list_next(sl)) in fprint_quick_name_info()231 for (sl = n->subscriptions; sl != NULL; sl = _nc_list_next(sl)) in fprint_name_info()263 for (sl = n->subscriptions; sl != NULL; sl = _nc_list_next(sl)) in fprint_name_info()549 for (x = l; x != NULL; x = _nc_list_next(x)) in fprint_status()558 for (x = l; x != NULL; x = _nc_list_next(x)) in fprint_status()609 for (x = l; x != NULL; x = _nc_list_next(x)) in fprint_status()
62 extern list_t *_nc_list_next(list_t *l);
206 for (l = x; l != NULL; l = _nc_list_next(l)) in cancel_proc()236 for (l = x; l != NULL; l = _nc_list_next(l)) in cancel_port()
64 extern list_t *_nc_list_next(list_t *l);
598 for (l = n->subscriptions; l != NULL; l = _nc_list_next(l)) in _internal_post_name()908 for (l = x; l != NULL; l = _nc_list_next(l)) in _notify_lib_cancel_proc()946 for (l = x; l != NULL; l = _nc_list_next(l)) in _notify_lib_cancel_port()
510 _nc_list_next(list_t *l) in _nc_list_next() function