/plan9/sys/src/libventi/ |
H A D | client.c | 61 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 D | parsescore.c | 6 vtparsescore(char *s, char **prefix, uchar score[VtScoreSize]) in vtparsescore()
|
H A D | cache.c | 90 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 D | file.c | 737 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 D | packet.c | 682 packetsha1(Packet *p, uchar digest[VtScoreSize]) in packetsha1()
|
/plan9/sys/src/liboventi/ |
H A D | client.c | 203 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 D | plan9-sha1.c | 54 vtSha1(uchar sha1[VtScoreSize], uchar *p, int n) in vtSha1() 64 vtSha1Check(uchar score[VtScoreSize], uchar *p, int n) in vtSha1Check()
|
H A D | parsescore.c | 6 vtParseScore(char *buf, uint n, uchar score[VtScoreSize]) in vtParseScore()
|
H A D | packet.c | 577 packetSha1(Packet *p, uchar sha1[VtScoreSize]) in packetSha1()
|
/plan9/sys/src/cmd/fossil/ |
H A D | bwatch.c | 60 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 D | nobwatch.c | 7 bwatchReset(uchar score[VtScoreSize]) in bwatchReset()
|
H A D | walk.c | 45 nextWalk(WalkPtr *w, uchar score[VtScoreSize], uchar *type, u32int *tag, Entry **e) in nextWalk()
|
H A D | pack.c | 98 globalToLocal(uchar score[VtScoreSize]) in globalToLocal() 110 localToGlobal(u32int addr, uchar score[VtScoreSize]) in localToGlobal()
|
H A D | flfmt.c | 358 superInit(char *label, u32int root, uchar score[VtScoreSize]) in superInit() 452 ventiRead(uchar score[VtScoreSize], int type) in ventiRead()
|
H A D | fs.c | 621 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 D | view.c | 218 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 D | archive.c | 130 shaBlock(uchar score[VtScoreSize], Block *b, uchar *data, uint bsize) in shaBlock()
|
H A D | check.c | 170 walkEpoch(Fsck *chk, Block *b, uchar score[VtScoreSize], int type, u32int tag, in walkEpoch()
|
H A D | file.c | 599 fileMapBlock(File *f, ulong bn, uchar score[VtScoreSize], ulong tag) in fileMapBlock()
|
H A D | cache.c | 624 cacheGlobal(Cache *c, uchar score[VtScoreSize], int type, u32int tag, int mode) in cacheGlobal()
|
/plan9/sys/src/cmd/venti/ |
H A D | copy.c | 46 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 D | icache.c | 67 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 D | oventi.h | 20 VtScoreSize = 20, /* Venti */ enumerator
|
H A D | venti.h | 84 VtScoreSize = 20, enumerator
|
/plan9/sys/src/cmd/vac/ |
H A D | file.c | 1751 readscore(int fd, uchar score[VtScoreSize]) in readscore()
|