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

/freebsd-12-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-12-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-12-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-12-stable/sys/fs/nfsserver/
H A Dnfs_nfsdstate.c956 while (clp != LIST_END(&nfsclienthash[i]) && cnt < maxcnt) {
1082 while (stp != LIST_END(&lfp->lf_open) && cnt < maxcnt) {
1121 while (lop != LIST_END(&lfp->lf_lock) && cnt < maxcnt) {
1161 while (stp != LIST_END(&lfp->lf_deleg) && cnt < maxcnt) {
1263 while (clp != LIST_END(&nfsclienthash[i])) {
1305 while (stp != LIST_END(&clp->lc_open)) {
1439 while (nstp != LIST_END(&stp->ls_open)) {
1537 while (lop != LIST_END(&stp->ls_lock)) {
1632 if (stp == LIST_END(hp)) {
2143 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-12-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-12-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-12-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-12-stable/sys/fs/nfs/
H A Dnfsport.h767 #define LIST_END(head) NULL macro

Completed in 114 milliseconds