Home
last modified time | relevance | path

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

/freebsd/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/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/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/contrib/ntp/sntp/libevent/
H A Devent-internal.h371 #ifndef LIST_END
372 #define LIST_END(head) NULL macro
H A Dbufferevent_ratelim.c477 for (bev = first; bev != LIST_END(&g->members); \
H A Dbuffer.c496 cbent != LIST_END(&buffer->callbacks); in evbuffer_run_callbacks()
/freebsd/contrib/libevent/
H A Devent-internal.h371 #ifndef LIST_END
372 #define LIST_END(head) NULL macro
H A Dbufferevent_ratelim.c477 for (bev = first; bev != LIST_END(&g->members); \
H A Dbuffer.c496 cbent != LIST_END(&buffer->callbacks); in evbuffer_run_callbacks()
/freebsd/sys/fs/nfsserver/
H A Dnfs_nfsdcache.c630 while (rp != LIST_END(hp)) { in nfsrc_gettcp()
668 while (rp != LIST_END(&nfsrc_templist)) { in nfsrc_gettcp()
674 if (LIST_FIRST(&nfsrc_templist) != LIST_END(&nfsrc_templist)) in nfsrc_gettcp()
H A Dnfs_nfsdstate.c1080 while (clp != LIST_END(&NFSD_VNET(nfsclienthash)[i]) && cnt < in nfsrv_dumpclients()
1207 while (stp != LIST_END(&lfp->lf_open) && cnt < maxcnt) { in nfsrv_dumplocks()
1246 while (lop != LIST_END(&lfp->lf_lock) && cnt < maxcnt) { in nfsrv_dumplocks()
1286 while (stp != LIST_END(&lfp->lf_deleg) && cnt < maxcnt) { in nfsrv_dumplocks()
1389 while (clp != LIST_END(&NFSD_VNET(nfsclienthash)[i])) { in nfsrv_servertimer()
1431 while (stp != LIST_END(&clp->lc_open)) { in nfsrv_servertimer()
1571 while (nstp != LIST_END(&stp->ls_open)) { in nfsrv_freeopenowner()
1680 while (lop != LIST_END(&stp->ls_lock)) { in nfsrv_freeallnfslocks()
1775 if (stp == LIST_END(hp)) { in nfsrv_getstate()
2286 while (tstp != LIST_END(&lfp->lf_deleg)) { in nfsrv_lockctrl()
[all …]
/freebsd/contrib/pf/ftp-proxy/
H A Dftp-proxy.c61 #ifndef LIST_END
62 #define LIST_END(a) NULL macro
331 for (s = LIST_FIRST(&sessions); s != LIST_END(&sessions); s = next) { in exit_daemon()
/freebsd/sys/fs/nfs/
H A Dnfsport.h907 #ifndef LIST_END
908 #define LIST_END(head) NULL macro
/freebsd/sys/sys/
H A Dqueue.h686 #define LIST_END(head) NULL macro