Home
last modified time | relevance | path

Searched refs:notify_waiting_first (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/usr.sbin/nsd/
Dxfrd-notify.c69 while(xfrd->notify_waiting_first) { in notify_disable()
71 struct notify_zone* wz = xfrd->notify_waiting_first; in notify_disable()
74 xfrd->notify_waiting_first = wz->waiting_next; in notify_disable()
133 else xfrd->notify_waiting_first = not->waiting_next; in xfrd_del_notify()
510 xfrd->notify_waiting_first = zone; in notify_enable()
Dxfrd.h121 struct notify_zone *notify_waiting_first, *notify_waiting_last; member
Dxfrd.c197 xfrd->notify_waiting_first = NULL; in xfrd_init()