Home
last modified time | relevance | path

Searched refs:_nc_list_next (Results 1 – 6 of 6) sorted by relevance

/trueos/usr.sbin/notifyd/
HDnotifyd.c188 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()
HDtable.h62 extern list_t *_nc_list_next(list_t *l);
HDnotify_proc.c206 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()
/trueos/lib/libnotify/
HDtable.h64 extern list_t *_nc_list_next(list_t *l);
HDlibnotify.c598 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()
HDtable.c510 _nc_list_next(list_t *l) in _nc_list_next() function