Searched refs:smb_iod_request (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.0-release/sys/netsmb/
H A Dsmb_iod.c375 smb_iod_request(struct smbiod *iod, int event, void *ident) function
437 error = smb_iod_request(vcp->vc_iod, SMBIOD_EV_CONNECT | SMBIOD_EV_SYNC, NULL);
699 smb_iod_request(iod, SMBIOD_EV_SHUTDOWN | SMBIOD_EV_SYNC, NULL);
H A Dsmb_conn.h462 int smb_iod_request(struct smbiod *iod, int event, void *ident);
H A Dsmb_conn.c675 return smb_iod_request(vcp->vc_iod, SMBIOD_EV_CONNECT | SMBIOD_EV_SYNC, NULL);
686 smb_iod_request(vcp->vc_iod, SMBIOD_EV_DISCONNECT | SMBIOD_EV_SYNC, NULL);
H A Dsmb_rq.c202 error = smb_iod_request(rqp->sr_vc->vc_iod,
721 error = smb_iod_request(vcp->vc_iod, SMBIOD_EV_NEWRQ, NULL);

Completed in 122 milliseconds