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
1082
while (clp != LIST_END(&VNET(nfsclienthash)[i]) && cnt <
sys/fs/nfsserver/nfs_nfsdstate.c
1209
while (stp != LIST_END(&lfp->lf_open) && cnt < maxcnt) {
sys/fs/nfsserver/nfs_nfsdstate.c
1248
while (lop != LIST_END(&lfp->lf_lock) && cnt < maxcnt) {
sys/fs/nfsserver/nfs_nfsdstate.c
1288
while (stp != LIST_END(&lfp->lf_deleg) && cnt < maxcnt) {
sys/fs/nfsserver/nfs_nfsdstate.c
1391
while (clp != LIST_END(&VNET(nfsclienthash)[i])) {
sys/fs/nfsserver/nfs_nfsdstate.c
1433
while (stp != LIST_END(&clp->lc_open)) {
sys/fs/nfsserver/nfs_nfsdstate.c
1567
while (nstp != LIST_END(&stp->ls_open)) {
sys/fs/nfsserver/nfs_nfsdstate.c
1671
while (lop != LIST_END(&stp->ls_lock)) {
sys/fs/nfsserver/nfs_nfsdstate.c
1766
if (stp == LIST_END(hp)) {
sys/fs/nfsserver/nfs_nfsdstate.c
2291
while (tstp != LIST_END(&lfp->lf_deleg)) {
sys/fs/nfsserver/nfs_nfsdstate.c
2693
if (stp == LIST_END(&lfp->lf_deleg) ||
sys/fs/nfsserver/nfs_nfsdstate.c
2767
while (stp != LIST_END(&lfp->lf_deleg)) {
sys/fs/nfsserver/nfs_nfsdstate.c
2958
if (stp == LIST_END(&lfp->lf_deleg) ||
sys/fs/nfsserver/nfs_nfsdstate.c
3063
while (stp != LIST_END(&lfp->lf_deleg)) {
sys/fs/nfsserver/nfs_nfsdstate.c
3187
if (stp == LIST_END(&clp->lc_olddeleg))
sys/fs/nfsserver/nfs_nfsdstate.c
3200
if (stp == LIST_END(&lfp->lf_deleg) && openstp == NULL) {
sys/fs/nfsserver/nfs_nfsdstate.c
3717
while (stp != LIST_END(&openstp->ls_open)) {
sys/fs/nfsserver/nfs_nfsdstate.c
3846
if (lop == LIST_END(&lfp->lf_lock) ||
sys/fs/nfsserver/nfs_nfsdstate.c
3851
while (nlop != LIST_END(&lfp->lf_lock) &&
sys/fs/nfsserver/nfs_nfsdstate.c
4773
if (sp == LIST_END(&sf->nsf_head)) {
sys/fs/nfsserver/nfs_nfsdstate.c
4926
if (sp == LIST_END(&VNET(nfsrv_stablefirst).nsf_head))
sys/fs/nfsserver/nfs_nfsdstate.c
4953
if (sp == LIST_END(&VNET(nfsrv_stablefirst).nsf_head))
sys/fs/nfsserver/nfs_nfsdstate.c
4989
if (sp == LIST_END(&VNET(nfsrv_stablefirst).nsf_head) ||
sys/fs/nfsserver/nfs_nfsdstate.c
5363
while (stp != LIST_END(&lfp->lf_deleg)) {
sys/fs/nfsserver/nfs_nfsdstate.c
5573
if (stp == LIST_END(&lfp->lf_deleg)) {