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

/freebsd-current/sys/netsmb/
H A Dsmb_iod.c370 smb_iod_request(struct smbiod *iod, int event, void *ident) function
432 error = smb_iod_request(vcp->vc_iod, SMBIOD_EV_CONNECT | SMBIOD_EV_SYNC, NULL);
698 smb_iod_request(iod, SMBIOD_EV_SHUTDOWN | SMBIOD_EV_SYNC, NULL);
H A Dsmb_conn.h460 int smb_iod_request(struct smbiod *iod, int event, void *ident);
H A Dsmb_conn.c677 return smb_iod_request(vcp->vc_iod, SMBIOD_EV_CONNECT | SMBIOD_EV_SYNC, NULL);
689 smb_iod_request(vcp->vc_iod, SMBIOD_EV_DISCONNECT |
H A Dsmb_rq.c201 error = smb_iod_request(rqp->sr_vc->vc_iod,
725 error = smb_iod_request(vcp->vc_iod, SMBIOD_EV_NEWRQ, NULL);

Completed in 69 milliseconds