Searched refs:VNON (Results 1 – 3 of 3) sorted by relevance
103 newBsdNode->v_type = VNON; in getnewvnode()
126 if (bsdNode->v_type == VNON) in _dump_node()
59 enum vtype { VNON, VREG, VDIR, VBLK, VCHR, VLNK, VSOCK, VFIFO, VBAD, VMARKER }; enumerator