Home
last modified time | relevance | path

Searched refs:vc_iod (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/netsmb/
H A Dsmb_iod.c401 struct smbiod *iod = vcp->vc_iod; in smb_iod_addrq()
432 error = smb_iod_request(vcp->vc_iod, SMBIOD_EV_CONNECT | SMBIOD_EV_SYNC, NULL); in smb_iod_addrq()
463 struct smbiod *iod = vcp->vc_iod; in smb_iod_removerq()
490 struct smbiod *iod = rqp->sr_vc->vc_iod; in smb_iod_waitrq()
677 vcp->vc_iod = iod; in smb_iod_create()
686 vcp->vc_iod = NULL; in smb_iod_create()
H A Dsmb_conn.c500 if (vcp->vc_iod) in smb_vc_free()
501 smb_iod_destroy(vcp->vc_iod); in smb_vc_free()
677 return smb_iod_request(vcp->vc_iod, SMBIOD_EV_CONNECT | SMBIOD_EV_SYNC, NULL); in smb_vc_connect()
688 if (vcp->vc_iod != NULL) in smb_vc_disconnect()
689 smb_iod_request(vcp->vc_iod, SMBIOD_EV_DISCONNECT | in smb_vc_disconnect()
715 vip->iodstate = vcp->vc_iod->iod_state; in smb_vc_getinfo()
H A Dsmb_rq.c183 if (ssp == NULL || rqp->sr_cred == &rqp->sr_vc->vc_iod->iod_scred) { in smb_rq_enqueue()
199 error = smb_iod_request(rqp->sr_vc->vc_iod, in smb_rq_enqueue()
721 error = smb_iod_request(vcp->vc_iod, SMBIOD_EV_NEWRQ, NULL); in smb_t2_request_int()
H A Dsmb_conn.h265 struct smbiod * vc_iod; member
H A Dsmb_smb.c104 if (scred->scr_td->td_proc == vcp->vc_iod->iod_p) in smb_smb_nomux()