Lines Matching defs:iod
48 #define SMB_IOD_EVLOCKPTR(iod) (&((iod)->iod_evlock)) argument
49 #define SMB_IOD_EVLOCK(iod) smb_sl_lock(&((iod)->iod_evlock)) argument
50 #define SMB_IOD_EVUNLOCK(iod) smb_sl_unlock(&((iod)->iod_evlock)) argument
52 #define SMB_IOD_RQLOCKPTR(iod) (&((iod)->iod_rqlock)) argument
53 #define SMB_IOD_RQLOCK(iod) smb_sl_lock(&((iod)->iod_rqlock)) argument
54 #define SMB_IOD_RQUNLOCK(iod) smb_sl_unlock(&((iod)->iod_rqlock)) argument
56 #define smb_iod_wakeup(iod) wakeup(&(iod)->iod_flags) argument
78 smb_iod_invrq(struct smbiod *iod) in smb_iod_invrq()
94 smb_iod_closetran(struct smbiod *iod) in smb_iod_closetran()
107 smb_iod_dead(struct smbiod *iod) in smb_iod_dead()
115 smb_iod_connect(struct smbiod *iod) in smb_iod_connect()
169 smb_iod_disconnect(struct smbiod *iod) in smb_iod_disconnect()
185 smb_iod_treeconnect(struct smbiod *iod, struct smb_share *ssp) in smb_iod_treeconnect()
210 smb_iod_sendrq(struct smbiod *iod, struct smb_rq *rqp) in smb_iod_sendrq()
280 smb_iod_recvall(struct smbiod *iod) in smb_iod_recvall()
370 smb_iod_request(struct smbiod *iod, int event, void *ident) in smb_iod_request()
401 struct smbiod *iod = vcp->vc_iod; in smb_iod_addrq() local
463 struct smbiod *iod = vcp->vc_iod; in smb_iod_removerq() local
490 struct smbiod *iod = rqp->sr_vc->vc_iod; in smb_iod_waitrq() local
526 smb_iod_sendall(struct smbiod *iod) in smb_iod_sendall()
576 smb_iod_main(struct smbiod *iod) in smb_iod_main()
638 struct smbiod *iod = arg; in smb_iod_thread() local
667 struct smbiod *iod; in smb_iod_create() local
696 smb_iod_destroy(struct smbiod *iod) in smb_iod_destroy()