Home
last modified time | relevance | path

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

/freebsd/sys/netsmb/
H A Dsmb_iod.c97 struct thread *td = iod->iod_td; in smb_iod_closetran()
118 struct thread *td = iod->iod_td; in smb_iod_connect()
212 struct thread *td = iod->iod_td; in smb_iod_sendrq()
283 struct thread *td = iod->iod_td; in smb_iod_recvall()
646 iod->iod_td = curthread; in smb_iod_thread()
647 smb_makescred(&iod->iod_scred, iod->iod_td, NULL); in smb_iod_thread()
H A Dsmb_conn.h448 struct thread * iod_td; member