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

/freebsd-13-stable/sys/netsmb/
H A Dsmb_iod.c404 struct smbiod *iod = vcp->vc_iod;
435 error = smb_iod_request(vcp->vc_iod, SMBIOD_EV_CONNECT | SMBIOD_EV_SYNC, NULL);
466 struct smbiod *iod = vcp->vc_iod;
493 struct smbiod *iod = rqp->sr_vc->vc_iod;
682 vcp->vc_iod = iod;
691 vcp->vc_iod = NULL;
H A Dsmb_conn.c503 if (vcp->vc_iod)
504 smb_iod_destroy(vcp->vc_iod);
680 return smb_iod_request(vcp->vc_iod, SMBIOD_EV_CONNECT | SMBIOD_EV_SYNC, NULL);
691 if (vcp->vc_iod != NULL)
692 smb_iod_request(vcp->vc_iod, SMBIOD_EV_DISCONNECT |
718 vip->iodstate = vcp->vc_iod->iod_state;
H A Dsmb_conn.h267 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,
722 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 63 milliseconds