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

/freebsd-10-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;
684 vcp->vc_iod = iod;
693 vcp->vc_iod = NULL;
H A Dsmb_conn.c498 if (vcp->vc_iod)
499 smb_iod_destroy(vcp->vc_iod);
675 return smb_iod_request(vcp->vc_iod, SMBIOD_EV_CONNECT | SMBIOD_EV_SYNC, NULL);
686 if (vcp->vc_iod != NULL)
687 smb_iod_request(vcp->vc_iod, SMBIOD_EV_DISCONNECT |
713 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.c186 if (ssp == NULL || rqp->sr_cred == &rqp->sr_vc->vc_iod->iod_scred) {
202 error = smb_iod_request(rqp->sr_vc->vc_iod,
721 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 106 milliseconds