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

/freebsd-12-stable/sys/netsmb/
H A Dsmb_iod.c406 struct smbiod *iod = vcp->vc_iod;
437 error = smb_iod_request(vcp->vc_iod, SMBIOD_EV_CONNECT | SMBIOD_EV_SYNC, NULL);
468 struct smbiod *iod = vcp->vc_iod;
495 struct smbiod *iod = rqp->sr_vc->vc_iod;
686 vcp->vc_iod = iod;
695 vcp->vc_iod = NULL;
H A Dsmb_conn.c500 if (vcp->vc_iod)
501 smb_iod_destroy(vcp->vc_iod);
677 return smb_iod_request(vcp->vc_iod, SMBIOD_EV_CONNECT | SMBIOD_EV_SYNC, NULL);
688 if (vcp->vc_iod != NULL)
689 smb_iod_request(vcp->vc_iod, SMBIOD_EV_DISCONNECT |
715 vip->iodstate = vcp->vc_iod->iod_state;
H A Dsmb_conn.h269 struct smbiod * vc_iod; member in struct:smb_vc
H A Dsmb_rq.c188 if (ssp == NULL || rqp->sr_cred == &rqp->sr_vc->vc_iod->iod_scred) {
204 error = smb_iod_request(rqp->sr_vc->vc_iod,
723 error = smb_iod_request(vcp->vc_iod, SMBIOD_EV_NEWRQ, NULL);
H A Dsmb_smb.c107 if (scred->scr_td->td_proc == vcp->vc_iod->iod_p)

Completed in 111 milliseconds