Symbol: LIST_END
crypto/openssh/openbsd-compat/sys-queue.h
278
#define LIST_EMPTY(head) (LIST_FIRST(head) == LIST_END(head))
crypto/openssh/openbsd-compat/sys-queue.h
283
(var)!= LIST_END(head); \
crypto/openssh/openbsd-compat/sys-queue.h
295
LIST_FIRST(head) = LIST_END(head); \
sys/fs/nfsserver/nfs_nfsdcache.c
630
while (rp != LIST_END(hp)) {
sys/fs/nfsserver/nfs_nfsdcache.c
668
while (rp != LIST_END(&nfsrc_templist)) {
sys/fs/nfsserver/nfs_nfsdcache.c
674
if (LIST_FIRST(&nfsrc_templist) != LIST_END(&nfsrc_templist))
sys/fs/nfsserver/nfs_nfsdstate.c
1080
while (clp != LIST_END(&NFSD_VNET(nfsclienthash)[i]) && cnt <
sys/fs/nfsserver/nfs_nfsdstate.c
1207
while (stp != LIST_END(&lfp->lf_open) && cnt < maxcnt) {
sys/fs/nfsserver/nfs_nfsdstate.c
1246
while (lop != LIST_END(&lfp->lf_lock) && cnt < maxcnt) {
sys/fs/nfsserver/nfs_nfsdstate.c
1286
while (stp != LIST_END(&lfp->lf_deleg) && cnt < maxcnt) {
sys/fs/nfsserver/nfs_nfsdstate.c
1389
while (clp != LIST_END(&NFSD_VNET(nfsclienthash)[i])) {
sys/fs/nfsserver/nfs_nfsdstate.c
1431
while (stp != LIST_END(&clp->lc_open)) {
sys/fs/nfsserver/nfs_nfsdstate.c
1571
while (nstp != LIST_END(&stp->ls_open)) {
sys/fs/nfsserver/nfs_nfsdstate.c
1680
while (lop != LIST_END(&stp->ls_lock)) {
sys/fs/nfsserver/nfs_nfsdstate.c
1775
if (stp == LIST_END(hp)) {
sys/fs/nfsserver/nfs_nfsdstate.c
2300
while (tstp != LIST_END(&lfp->lf_deleg)) {
sys/fs/nfsserver/nfs_nfsdstate.c
2702
if (stp == LIST_END(&lfp->lf_deleg) ||
sys/fs/nfsserver/nfs_nfsdstate.c
2776
while (stp != LIST_END(&lfp->lf_deleg)) {
sys/fs/nfsserver/nfs_nfsdstate.c
2967
if (stp == LIST_END(&lfp->lf_deleg) ||
sys/fs/nfsserver/nfs_nfsdstate.c
3072
while (stp != LIST_END(&lfp->lf_deleg)) {
sys/fs/nfsserver/nfs_nfsdstate.c
3196
if (stp == LIST_END(&clp->lc_olddeleg))
sys/fs/nfsserver/nfs_nfsdstate.c
3209
if (stp == LIST_END(&lfp->lf_deleg) && openstp == NULL) {
sys/fs/nfsserver/nfs_nfsdstate.c
3726
while (stp != LIST_END(&openstp->ls_open)) {
sys/fs/nfsserver/nfs_nfsdstate.c
3855
if (lop == LIST_END(&lfp->lf_lock) ||
sys/fs/nfsserver/nfs_nfsdstate.c
3860
while (nlop != LIST_END(&lfp->lf_lock) &&
sys/fs/nfsserver/nfs_nfsdstate.c
4978
if (sp == LIST_END(&sf->nsf_head)) {
sys/fs/nfsserver/nfs_nfsdstate.c
5131
if (sp == LIST_END(&NFSD_VNET(nfsrv_stablefirst).nsf_head))
sys/fs/nfsserver/nfs_nfsdstate.c
5158
if (sp == LIST_END(&NFSD_VNET(nfsrv_stablefirst).nsf_head))
sys/fs/nfsserver/nfs_nfsdstate.c
5194
if (sp == LIST_END(&NFSD_VNET(nfsrv_stablefirst).nsf_head) ||
sys/fs/nfsserver/nfs_nfsdstate.c
5568
while (stp != LIST_END(&lfp->lf_deleg)) {
sys/fs/nfsserver/nfs_nfsdstate.c
5778
if (stp == LIST_END(&lfp->lf_deleg)) {