Lines Matching defs:iod

57 #define	SMB_IOD_EVLOCKPTR(iod)	(&(iod)->iod_evlock)  argument
58 #define SMB_IOD_EVLOCK(iod) smb_sl_lock(&(iod)->iod_evlock) argument
59 #define SMB_IOD_EVUNLOCK(iod) smb_sl_unlock(&(iod)->iod_evlock) argument
60 #define SMB_IOD_EVINTERLOCK(iod) (&(iod)->iod_evlock) argument
62 #define SMB_IOD_RQLOCKPTR(iod) (&(iod)->iod_rqlock) argument
63 #define SMB_IOD_RQLOCK(iod) smb_sl_lock(&((iod)->iod_rqlock)) argument
64 #define SMB_IOD_RQUNLOCK(iod) smb_sl_unlock(&(iod)->iod_rqlock) argument
65 #define SMB_IOD_RQINTERLOCK(iod) (&(iod)->iod_rqlock) argument
67 #define smb_iod_wakeup(iod) wakeup(&(iod)->iod_flags) argument
90 smb_iod_invrq(struct smbiod *iod) in smb_iod_invrq()
111 smb_iod_closetran(struct smbiod *iod) in smb_iod_closetran()
124 smb_iod_dead(struct smbiod *iod) in smb_iod_dead()
132 smb_iod_connect(struct smbiod *iod) in smb_iod_connect()
193 smb_iod_disconnect(struct smbiod *iod) in smb_iod_disconnect()
209 smb_iod_treeconnect(struct smbiod *iod, struct smb_share *ssp) in smb_iod_treeconnect()
234 smb_iod_sendrq(struct smbiod *iod, struct smb_rq *rqp) in smb_iod_sendrq()
304 smb_iod_recvall(struct smbiod *iod) in smb_iod_recvall()
394 smb_iod_request(struct smbiod *iod, int event, void *ident) in smb_iod_request()
425 struct smbiod *iod = vcp->vc_iod; in smb_iod_addrq() local
485 struct smbiod *iod = vcp->vc_iod; in smb_iod_removerq() local
512 struct smbiod *iod = rqp->sr_vc->vc_iod; in smb_iod_waitrq() local
550 smb_iod_sendall(struct smbiod *iod) in smb_iod_sendall()
600 smb_iod_main(struct smbiod *iod) in smb_iod_main()
667 struct smbiod *iod = arg; in smb_iod_thread() local
688 struct smbiod *iod; in smb_iod_create() local
717 smb_iod_destroy(struct smbiod *iod) in smb_iod_destroy()