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

/freebsd-12-stable/sys/netsmb/
H A Dsmb_iod.c386 if ((event & SMBIOD_EV_SYNC) == 0) {
437 error = smb_iod_request(vcp->vc_iod, SMBIOD_EV_CONNECT | SMBIOD_EV_SYNC, NULL);
623 if (evp->ev_type & SMBIOD_EV_SYNC) {
707 smb_iod_request(iod, SMBIOD_EV_SHUTDOWN | SMBIOD_EV_SYNC, NULL);
H A Dsmb_conn.h429 #define SMBIOD_EV_SYNC 0x0100 macro
H A Dsmb_conn.c677 return smb_iod_request(vcp->vc_iod, SMBIOD_EV_CONNECT | SMBIOD_EV_SYNC, NULL);
690 SMBIOD_EV_SYNC, NULL);
H A Dsmb_rq.c205 SMBIOD_EV_TREECONNECT | SMBIOD_EV_SYNC, ssp);

Completed in 117 milliseconds