Searched refs:scr_td (Results 1 - 5 of 5) sorted by relevance

/freebsd-10-stable/sys/netsmb/
H A Dsmb_subr.h90 struct thread * scr_td; member in struct:smb_cred
H A Dsmb_subr.c59 scred->scr_td = td;
62 scred->scr_td = NULL;
H A Dsmb_iod.c364 if (smb_td_intr(rqp->sr_cred->scr_td)) {
408 if (rqp->sr_cred->scr_td != NULL &&
409 rqp->sr_cred->scr_td->td_proc == iod->iod_p) {
H A Dsmb_rq.c194 if (smb_td_intr(rqp->sr_cred->scr_td))
260 return smb_td_intr(rqp->sr_cred->scr_td);
H A Dsmb_smb.c107 if (scred->scr_td->td_proc == vcp->vc_iod->iod_p)

Completed in 95 milliseconds