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

/freebsd-13-stable/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-stable/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-stable/crypto/openssh/openbsd-compat/
H A Dsys-queue.h65 #undef LIST_END macro
275 #define LIST_END(head) NULL macro
276 #define LIST_EMPTY(head) (LIST_FIRST(head) == LIST_END(head))
281 (var)!= LIST_END(head); \
293 LIST_FIRST(head) = LIST_END(head); \
/freebsd-13-stable/sys/fs/nfsserver/
H A Dnfs_nfsdstate.c955 while (clp != LIST_END(&nfsclienthash[i]) && cnt < maxcnt) {
1081 while (stp != LIST_END(&lfp->lf_open) && cnt < maxcnt) {
1120 while (lop != LIST_END(&lfp->lf_lock) && cnt < maxcnt) {
1160 while (stp != LIST_END(&lfp->lf_deleg) && cnt < maxcnt) {
1262 while (clp != LIST_END(&nfsclienthash[i])) {
1304 while (stp != LIST_END(&clp->lc_open)) {
1438 while (nstp != LIST_END(&stp->ls_open)) {
1536 while (lop != LIST_END(&stp->ls_lock)) {
1631 if (stp == LIST_END(hp)) {
2142 while (tstp != LIST_END(
[all...]
H A Dnfs_nfsdcache.c622 while (rp != LIST_END(hp)) {
660 while (rp != LIST_END(&nfsrc_templist)) {
666 if (LIST_FIRST(&nfsrc_templist) != LIST_END(&nfsrc_templist))
/freebsd-13-stable/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) {
/freebsd-13-stable/sys/fs/nfs/
H A Dnfsport.h886 #ifndef LIST_END
887 #define LIST_END(head) NULL macro
/freebsd-13-stable/contrib/libevent/
H A Dbufferevent_ratelim.c477 for (bev = first; bev != LIST_END(&g->members); \
H A Dbuffer.c495 cbent != LIST_END(&buffer->callbacks);
/freebsd-13-stable/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);
/freebsd-13-stable/sys/sys/
H A Dqueue.h620 #define LIST_END(head) NULL macro

Completed in 163 milliseconds