Home
last modified time | relevance | path

Searched defs:VtRoot (Results 1 – 2 of 2) sorted by relevance

/plan9-contrib/sys/include/
H A Doventi.h9 typedef struct VtRoot VtRoot; typedef
90 struct VtRoot { struct
91 ushort version;
92 char name[128];
93 char type[128];
94 uchar score[VtScoreSize]; /* to a Dir block */
95 ushort blockSize; /* maximum block size */
96 uchar prev[VtScoreSize]; /* last root block */
H A Dventi.h77 typedef struct VtRoot VtRoot; typedef
158 struct VtRoot struct
173 void vtrootpack(VtRoot*, uchar*); argument