Lines Matching defs:tdsp
835 struct nfsclds *dsp, *ndsp, *tdsp;
851 TAILQ_FOREACH_SAFE(tdsp, &nmp->nm_sess,
853 nfscl_freenfsclds(tdsp);
5244 struct nfsclds *dsp, *tdsp;
5267 tdsp = TAILQ_FIRST(&nmp->nm_sess);
5268 while (tdsp != NULL) {
5272 (tdsp->nfsclds_flags & NFSCLDS_DS) != 0) {
5273 *dspp = tdsp;
5278 tdsp = TAILQ_NEXT(tdsp, nfsclds_list);
5279 if (tdsp != NULL && tdsp->nfsclds_sockp != NULL)
5281 tdsp->nfsclds_sockp->nr_nam;
5306 tdsp = TAILQ_FIRST(&nmp->nm_sess);
5307 while (tdsp != NULL) {
5312 (tdsp->nfsclds_flags & NFSCLDS_DS) != 0) {
5313 *dspp = tdsp;
5317 tdsp = TAILQ_NEXT(tdsp, nfsclds_list);
5318 if (tdsp != NULL && tdsp->nfsclds_sockp != NULL)
5320 tdsp->nfsclds_sockp->nr_nam;
5362 retv = nfscl_getsameserver(nmp, dsp, &tdsp);
5372 *dspp = tdsp;
5376 sequenceid = tdsp->nfsclds_sess.nfsess_sequenceid;