Home
last modified time | relevance | path

Searched defs:VtScoreSize (Results 1 – 25 of 25) sorted by relevance

/plan9/sys/src/libventi/
H A Dclient.c61 vtreadpacket(VtConn *z, uchar score[VtScoreSize], uint type, int n) in vtreadpacket()
92 vtread(VtConn *z, uchar score[VtScoreSize], uint type, uchar *buf, int n) in vtread()
107 vtwritepacket(VtConn *z, uchar score[VtScoreSize], uint type, Packet *p) in vtwritepacket()
133 vtwrite(VtConn *z, uchar score[VtScoreSize], uint type, uchar *buf, int n) in vtwrite()
H A Dparsescore.c6 vtparsescore(char *s, char **prefix, uchar score[VtScoreSize]) in vtparsescore()
H A Dcache.c90 vtcachesetwrite(VtCache *c, int (*write)(VtConn*, uchar[VtScoreSize], uint, uchar*, int)) in vtcachesetwrite() argument
359 vtcacheglobal(VtCache *c, uchar score[VtScoreSize], int type) in vtcacheglobal()
581 vtlocaltoglobal(u32int addr, uchar score[VtScoreSize]) in vtlocaltoglobal()
592 vtglobaltolocal(uchar score[VtScoreSize]) in vtglobaltolocal()
H A Dfile.c737 vtfileblockscore(VtFile *r, u32int bn, uchar score[VtScoreSize]) in vtfileblockscore()
1101 flushblock(VtCache *c, VtBlock *bb, uchar score[VtScoreSize], int ppb, int epb, in flushblock()
H A Dpacket.c682 packetsha1(Packet *p, uchar digest[VtScoreSize]) in packetsha1()
/plan9/sys/src/liboventi/
H A Dclient.c203 vtWrite(VtSession *z, uchar score[VtScoreSize], int type, uchar *buf, int n) in vtWrite()
212 vtWritePacket(VtSession *z, uchar score[VtScoreSize], int type, Packet *p) in vtWritePacket()
249 vtRead(VtSession *z, uchar score[VtScoreSize], int type, uchar *buf, int n) in vtRead()
263 vtReadPacket(VtSession *z, uchar score[VtScoreSize], int type, int n) in vtReadPacket()
H A Dplan9-sha1.c54 vtSha1(uchar sha1[VtScoreSize], uchar *p, int n) in vtSha1()
64 vtSha1Check(uchar score[VtScoreSize], uchar *p, int n) in vtSha1Check()
H A Dparsescore.c6 vtParseScore(char *buf, uint n, uchar score[VtScoreSize]) in vtParseScore()
H A Dpacket.c577 packetSha1(Packet *p, uchar sha1[VtScoreSize]) in packetSha1()
/plan9/sys/src/cmd/fossil/
H A Dbwatch.c60 hash(uchar score[VtScoreSize]) in hash()
157 parent(uchar c[VtScoreSize], int *off) in parent()
196 bwatchReset(uchar score[VtScoreSize]) in bwatchReset()
284 lockConflicts(uchar xhave[VtScoreSize], uchar xwant[VtScoreSize]) in lockConflicts()
H A Dnobwatch.c7 bwatchReset(uchar score[VtScoreSize]) in bwatchReset()
H A Dwalk.c45 nextWalk(WalkPtr *w, uchar score[VtScoreSize], uchar *type, u32int *tag, Entry **e) in nextWalk()
H A Dpack.c98 globalToLocal(uchar score[VtScoreSize]) in globalToLocal()
110 localToGlobal(u32int addr, uchar score[VtScoreSize]) in localToGlobal()
H A Dflfmt.c358 superInit(char *label, u32int root, uchar score[VtScoreSize]) in superInit()
452 ventiRead(uchar score[VtScoreSize], int type) in ventiRead()
H A Dfs.c621 fsVac(Fs *fs, char *name, uchar score[VtScoreSize]) in fsVac()
648 vtWriteBlock(VtSession *z, uchar *buf, uint n, uint type, uchar score[VtScoreSize]) in vtWriteBlock()
658 mkVac(VtSession *z, uint blockSize, Entry *pe, Entry *pee, DirEntry *pde, uchar score[VtScoreSize]) in mkVac()
H A Dview.c218 ventiBlock(uchar score[VtScoreSize], uint type) in ventiBlock()
242 dataBlock(uchar score[VtScoreSize], uint type, uint tag) in dataBlock()
437 initxvacroot(uchar score[VtScoreSize]) in initxvacroot()
699 initxroot(char *name, uchar score[VtScoreSize]) in initxroot()
H A Darchive.c130 shaBlock(uchar score[VtScoreSize], Block *b, uchar *data, uint bsize) in shaBlock()
H A Dcheck.c170 walkEpoch(Fsck *chk, Block *b, uchar score[VtScoreSize], int type, u32int tag, in walkEpoch()
H A Dfile.c599 fileMapBlock(File *f, ulong bn, uchar score[VtScoreSize], ulong tag) in fileMapBlock()
H A Dcache.c624 cacheGlobal(Cache *c, uchar score[VtScoreSize], int type, u32int tag, int mode) in cacheGlobal()
/plan9/sys/src/cmd/venti/
H A Dcopy.c46 havevisited(uchar score[VtScoreSize], int type) in havevisited()
58 markvisited(uchar score[VtScoreSize], int type) in markvisited()
79 walk(uchar score[VtScoreSize], uint type, int base) in walk()
/plan9/sys/src/cmd/venti/srv/
H A Dicache.c67 ihashlookup(IHash *ih, u8int score[VtScoreSize], int type) in ihashlookup()
338 icacheinsert(u8int score[VtScoreSize], IAddr *ia, int state) in icacheinsert()
374 icachelookup(u8int score[VtScoreSize], int type, IAddr *ia) in icachelookup()
404 insertscore(u8int score[VtScoreSize], IAddr *ia, int state, AState *as) in insertscore()
446 lookupscore(u8int score[VtScoreSize], int type, IAddr *ia) in lookupscore()
/plan9/sys/include/
H A Doventi.h20 VtScoreSize = 20, /* Venti */ enumerator
H A Dventi.h84 VtScoreSize = 20, enumerator
/plan9/sys/src/cmd/vac/
H A Dfile.c1751 readscore(int fd, uchar score[VtScoreSize]) in readscore()