Home
last modified time | relevance | path

Searched refs:LIST_END (Results 1 – 12 of 12) sorted by relevance

/freebsd-13.1/crypto/openssh/openbsd-compat/
H A Dsys-queue.h63 #undef LIST_END
277 #define LIST_END(head) NULL macro
278 #define LIST_EMPTY(head) (LIST_FIRST(head) == LIST_END(head))
283 (var)!= LIST_END(head); \
295 LIST_FIRST(head) = LIST_END(head); \
/freebsd-13.1/contrib/ntp/sntp/libevent/compat/sys/
H A Dqueue.h158 #define LIST_END(head) NULL macro
159 #define LIST_EMPTY(head) (LIST_FIRST(head) == LIST_END(head))
164 (var)!= LIST_END(head); \
171 LIST_FIRST(head) = LIST_END(head); \
/freebsd-13.1/contrib/libevent/compat/sys/
H A Dqueue.h158 #define LIST_END(head) NULL macro
159 #define LIST_EMPTY(head) (LIST_FIRST(head) == LIST_END(head))
164 (var)!= LIST_END(head); \
171 LIST_FIRST(head) = LIST_END(head); \
/freebsd-13.1/sys/fs/nfsserver/
H A Dnfs_nfsdstate.c1306 while (stp != LIST_END(&clp->lc_open)) { in nfsrv_servertimer()
1440 while (nstp != LIST_END(&stp->ls_open)) { in nfsrv_freeopenowner()
1538 while (lop != LIST_END(&stp->ls_lock)) { in nfsrv_freeallnfslocks()
1633 if (stp == LIST_END(hp)) { in nfsrv_getstate()
2144 while (tstp != LIST_END(&lfp->lf_deleg)) { in nfsrv_lockctrl()
2546 if (stp == LIST_END(&lfp->lf_deleg) || in nfsrv_opencheck()
2808 if (stp == LIST_END(&lfp->lf_deleg) || in nfsrv_openctrl()
3835 if (lop == LIST_END(&lfp->lf_lock) || in nfsrv_insertlock()
4955 if (sp == LIST_END(&sf->nsf_head)) { in nfsrv_setupstable()
5540 while (stp != LIST_END(&lfp->lf_deleg)) { in nfsrv_cleandeleg()
[all …]
H A Dnfs_nfsdcache.c622 while (rp != LIST_END(hp)) { in nfsrc_gettcp()
660 while (rp != LIST_END(&nfsrc_templist)) { in nfsrc_gettcp()
666 if (LIST_FIRST(&nfsrc_templist) != LIST_END(&nfsrc_templist)) in nfsrc_gettcp()
/freebsd-13.1/contrib/pf/ftp-proxy/
H A Dftp-proxy.c64 #ifndef LIST_END
65 #define LIST_END(a) NULL macro
334 for (s = LIST_FIRST(&sessions); s != LIST_END(&sessions); s = next) { in exit_daemon()
/freebsd-13.1/sys/fs/nfs/
H A Dnfsport.h889 #ifndef LIST_END
890 #define LIST_END(head) NULL macro
/freebsd-13.1/contrib/ntp/sntp/libevent/
H A Dbufferevent_ratelim.c477 for (bev = first; bev != LIST_END(&g->members); \
H A Dbuffer.c495 cbent != LIST_END(&buffer->callbacks); in evbuffer_run_callbacks()
/freebsd-13.1/contrib/libevent/
H A Dbufferevent_ratelim.c477 for (bev = first; bev != LIST_END(&g->members); \
H A Dbuffer.c495 cbent != LIST_END(&buffer->callbacks); in evbuffer_run_callbacks()
/freebsd-13.1/sys/sys/
H A Dqueue.h622 #define LIST_END(head) NULL macro