nwp 556 nfs/nfs_syscalls.c struct nfsrv_descript *nwp, *nnwp;
nwp 585 nfs/nfs_syscalls.c for (nwp = LIST_FIRST(&slp->ns_tq); nwp != NULL; nwp = nnwp) {
nwp 586 nfs/nfs_syscalls.c nnwp = LIST_NEXT(nwp, nd_tq);
nwp 587 nfs/nfs_syscalls.c LIST_REMOVE(nwp, nd_tq);
nwp 588 nfs/nfs_syscalls.c free((caddr_t)nwp, M_NFSRVDESC);