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

/freebsd-9.3-release/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-9.3-release/crypto/openssh/openbsd-compat/
H A Dsys-queue.h63 #undef LIST_END macro
270 #define LIST_END(head) NULL macro
271 #define LIST_EMPTY(head) (LIST_FIRST(head) == LIST_END(head))
276 (var)!= LIST_END(head); \
288 LIST_FIRST(head) = LIST_END(head); \
/freebsd-9.3-release/sys/fs/nfsserver/
H A Dnfs_nfsdstate.c447 if (clp == LIST_END(hp)) {
639 while (clp != LIST_END(&nfsclienthash[i]) && cnt < maxcnt) {
750 while (stp != LIST_END(&lfp->lf_open) && cnt < maxcnt) {
781 while (lop != LIST_END(&lfp->lf_lock) && cnt < maxcnt) {
813 while (stp != LIST_END(&lfp->lf_deleg) && cnt < maxcnt) {
907 while (clp != LIST_END(&nfsclienthash[i])) {
949 while (stp != LIST_END(&clp->lc_open)) {
1076 while (nstp != LIST_END(&stp->ls_open)) {
1172 while (lop != LIST_END(&stp->ls_lock)) {
1265 if (stp == LIST_END(h
[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-9.3-release/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-9.3-release/sys/fs/nfs/
H A Dnfsport.h630 #define LIST_END(head) NULL macro
/freebsd-9.3-release/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);

Completed in 199 milliseconds