Searched refs:VC_OPEN (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/coda/
H A Dcoda_psdev.c154 if (VC_OPEN(vcp))
184 if (!VC_OPEN(vcp))
554 if (!VC_OPEN(vcp))
641 } while (error && i++ < 128 && VC_OPEN(vcp));
646 if (VC_OPEN(vcp)) { /* Venus is still alive */
706 else { /* If venus died (!VC_OPEN(vcp)) */
H A Dcnode.h137 #define VC_OPEN(vcp) ((vcp)->vc_open == 1) macro
H A Dcoda_vfsops.c252 if (!VC_OPEN(&mi->mi_vcomm)) {

Completed in 117 milliseconds