Home
last modified time | relevance | path

Searched refs:iod_td (Results 1 – 2 of 2) sorted by relevance

/freebsd-10-stable/sys/netsmb/
Dsmb_iod.c100 struct thread *td = iod->iod_td; in smb_iod_closetran()
121 struct thread *td = iod->iod_td; in smb_iod_connect()
215 struct thread *td = iod->iod_td; in smb_iod_sendrq()
286 struct thread *td = iod->iod_td; in smb_iod_recvall()
653 iod->iod_td = curthread; in smb_iod_thread()
654 smb_makescred(&iod->iod_scred, iod->iod_td, NULL); in smb_iod_thread()
Dsmb_conn.h450 struct thread * iod_td; member