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.c191 cv_broadcast(&vcp->vc_statechg); in smb_iod_disconnect()
456 cv_broadcast(&vcp->vc_statechg); in smb_iod_recvall()
567 cv_broadcast(&vcp->vc_statechg); in smb_iod_recvall()
1732 cv_broadcast(&vcp->vc_statechg); in smb_iod_vc_work()
1857 cv_broadcast(&vcp->vc_statechg); in smb_iod_vc_rcfail()
1879 cv_broadcast(&vcp->vc_statechg); in smb_iod_vc_rcfail()
1912 rv = cv_wait_sig(&vcp->vc_statechg, &vcp->vc_lock); in smb_iod_reconnect()
H A Dsmb_conn.c390 cv_destroy(&vcp->vc_statechg); in smb_vc_free()
412 cv_init(&vcp->vc_statechg, objtype, CV_DRIVER, NULL); in smb_vc_create()
H A Dsmb_conn.h217 kcondvar_t vc_statechg; member
H A Dsmb_usr.c810 cv_broadcast(&vcp->vc_statechg); in smb_usr_iod_ioctl()