Home
last modified time | relevance | path

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

/freebsd/sys/netsmb/
H A Dsmb_iod.c381 if ((event & SMBIOD_EV_SYNC) == 0) { in smb_iod_request()
432 error = smb_iod_request(vcp->vc_iod, SMBIOD_EV_CONNECT | SMBIOD_EV_SYNC, NULL); in smb_iod_addrq()
614 if (evp->ev_type & SMBIOD_EV_SYNC) { in smb_iod_main()
698 smb_iod_request(iod, SMBIOD_EV_SHUTDOWN | SMBIOD_EV_SYNC, NULL); in smb_iod_destroy()
H A Dsmb_conn.h425 #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); in smb_vc_connect()
690 SMBIOD_EV_SYNC, NULL); in smb_vc_disconnect()
H A Dsmb_rq.c200 SMBIOD_EV_TREECONNECT | SMBIOD_EV_SYNC, ssp); in smb_rq_enqueue()