Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb_iod.c192 cv_broadcast(&vcp->vc_statechg); in smb_iod_disconnect()
494 cv_broadcast(&vcp->vc_statechg); in smb_iod_recvall()
605 cv_broadcast(&vcp->vc_statechg); in smb_iod_recvall()
1779 cv_broadcast(&vcp->vc_statechg); in smb_iod_vc_work()
1904 cv_broadcast(&vcp->vc_statechg); in smb_iod_vc_rcfail()
1926 cv_broadcast(&vcp->vc_statechg); in smb_iod_vc_rcfail()
1959 rv = cv_wait_sig(&vcp->vc_statechg, &vcp->vc_lock); in smb_iod_reconnect()
H A Dsmb_conn.c394 cv_destroy(&vcp->vc_statechg); in smb_vc_free()
416 cv_init(&vcp->vc_statechg, objtype, CV_DRIVER, NULL); in smb_vc_create()
H A Dsmb_conn.h219 kcondvar_t vc_statechg; member
H A Dsmb_usr.c810 cv_broadcast(&vcp->vc_statechg); in smb_usr_iod_ioctl()