HomeSort by: relevance | last modified time | path
    Searched refs:VC_OPEN (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/coda/
coda_psdev.c 160 if (VC_OPEN(vcp))
190 if (!VC_OPEN(vcp))
561 if (!VC_OPEN(vcp))
648 } while (error && i++ < 128 && VC_OPEN(vcp));
653 if (VC_OPEN(vcp)) { /* Venus is still alive */
713 else { /* If venus died (!VC_OPEN(vcp)) */
758 if (VC_OPEN(vcp))
cnode.h 129 int vc_open; member in struct:vcomm
135 #define VC_OPEN(vcp) ((vcp)->vc_open == 1)
136 #define MARK_VC_CLOSED(vcp) ((vcp)->vc_open = 0)
137 #define MARK_VC_OPEN(vcp) ((vcp)->vc_open = 1)
coda_vfsops.c 243 if (!VC_OPEN(&mi->mi_vcomm)) {

Completed in 135 milliseconds