Home
last modified time | relevance | path

Searched refs:Entry (Results 1 – 25 of 52) sorted by relevance

123

/plan9/sys/src/cmd/aux/flashfs/
H A Dflashfs.h59 typedef struct Entry Entry; typedef
80 struct Entry struct
94 Entry** htab; argument
95 Entry* files;
104 Entry* parent; argument
105 Entry* hnext; argument
106 Entry* hprev; argument
107 Entry* fnext; argument
108 Entry* fprev; argument
113 Entry* dir;
[all …]
H A Dentry.c15 Entry *root;
57 dirinit(Entry *e) in dirinit()
59 Entry **t; in dirinit()
62 t = emalloc9p(HSIZE * sizeof(Entry*)); in dirinit()
63 memset(t, 0, HSIZE * sizeof(Entry*)); in dirinit()
70 fileinit(Entry *e) in fileinit()
93 extfree(Entry *e) in extfree()
100 efree(Entry *e) in efree()
117 Entry *e; in einit()
119 e = emalloc9p(sizeof(Entry)); in einit()
[all …]
H A Ddreq.c15 Entry *e;
22 state(Entry *e) in state()
66 Entry *e; in flopen()
115 Entry *e, *f; in flcreate()
143 Entry *e; in flread()
173 Entry *e; in flremove()
203 Entry *e; in flwstat()
219 Entry *e, *f; in flwalk()
H A Drequest.c15 Entry *e;
22 state(Entry *e) in state()
72 Entry *e; in flopen()
142 Entry *e, *f; in flcreate()
194 Entry *e; in flread()
213 Entry *e; in flwrite()
281 Entry *e; in flremove()
326 Entry *e; in flwstat()
366 Entry *e, *f; in flwalk()
/plan9/sys/src/cmd/dict/
H A Ddict.h66 typedef struct Entry Entry; typedef
71 struct Entry { struct
93 void (*printentry)(Entry, int); /* function to print entry */ argument
116 void oedprintentry(Entry, int);
119 void ahdprintentry(Entry, int);
122 void pcollprintentry(Entry, int);
125 void pcollgprintentry(Entry, int);
128 void movieprintentry(Entry, int);
131 void pgwprintentry(Entry,int);
133 void rogetprintentry(Entry, int);
[all …]
H A Dmkindex.c23 Entry getentry(long);
31 Entry e; in main()
72 Entry
76 static Entry ans; in getentry()
H A Drobert.c90 static void robertprintentry(Entry*, Entry*, int);
93 robertindexentry(Entry e, int cmd) in robertindexentry()
97 Entry def, etym; in robertindexentry()
132 robertprintentry(Entry *def, Entry *etym, int cmd) in robertprintentry()
219 Entry cit; in citation()
250 robertflexentry(Entry e, int cmd) in robertflexentry()
H A Dsimple.c12 simpleprintentry(Entry e, int cmd) in simpleprintentry()
H A Ddict.c40 Entry getentry(int);
213 Entry e; in execcmd()
594 Entry
598 static Entry ans; in getentry()
/plan9/sys/src/cmd/replica/
H A Ddb.c3 static Entry *fe;
5 static Entry*
9 Entry *e; in allocentry()
12 fe = emalloc(128*sizeof(Entry)); in allocentry()
19 fe = (Entry*)e->name; in allocentry()
25 freeentry(Entry *e) in freeentry()
34 Entry *e, k; in _removedb()
45 _insertdb(Db *db, Entry *e) in _insertdb()
47 Entry *o, *ne; in _insertdb()
60 Entry *ea, *eb; in entrycmp()
[all …]
H A Dall.h32 typedef struct Entry Entry; typedef
33 struct Entry struct
H A Dcompactdb.c20 Entry *e; in main()
34 while(e = (Entry*)avlnext(w)) in main()
H A Dupdatedb.c145 Entry *e; in main()
192 while(e = (Entry*)avlprev(w)){ in main()
/plan9/sys/src/cmd/fossil/
H A Dfns.h6 int sourceGetEntry(Source*, Entry*);
15 int sourceSetEntry(Source*, Entry*);
33 void blockDependency(Block*, Block*, int, uchar*, Entry*);
73 void entryPack(Entry*, uchar*, int);
74 int entryType(Entry*);
75 int entryUnpack(Entry*, uchar*, int);
80 int fileGetSources(File*, Entry*, Entry*);
84 int mkVac(VtSession*, uint, Entry*, Entry*, DirEntry*, uchar[VtScoreSize]);
99 int nextWalk(WalkPtr*, uchar[VtScoreSize], uchar*, u32int*, Entry**);
H A Dsource.c9 static Block *sourceLoad(Source *r, Entry *e);
10 static int sourceShrinkDepth(Source*, Block*, Entry*, int);
11 static int sourceShrinkSize(Source*, Entry*, uvlong);
12 static int sourceGrowDepth(Source*, Block*, Entry*, int);
23 Entry e; in sourceAlloc()
186 Entry e; in sourceCreate()
261 Entry e; in sourceKill()
327 Entry e; in sourceGetSize()
340 sourceShrinkSize(Source *r, Entry *e, uvlong size) in sourceShrinkSize()
415 Entry e; in sourceSetSize()
[all …]
H A Ddat.h6 typedef struct Entry Entry; typedef
111 struct Entry { struct
274 Entry e;
H A Dview.c48 Tnode *initxentry(Entry);
49 Tnode *initxsource(Entry, int);
50 Tnode *initxentryblock(Block*, Entry*);
280 Entry*
281 copyEntry(Entry e) in copyEntry()
283 Entry *p; in copyEntry()
537 Entry e; in xentrygen()
538 Entry *ed; in xentrygen()
552 initxentryblock(Block *b, Entry *ed) in initxentryblock()
561 Entry e;
[all …]
H A Dwalk.c10 etype(Entry *e) in etype()
45 nextWalk(WalkPtr *w, uchar score[VtScoreSize], uchar *type, u32int *tag, Entry **e) in nextWalk()
H A Dflfmt.c16 static void rootMetaInit(Entry *e);
17 static u32int rootInit(Entry *e);
54 Entry e; in main()
231 entryInit(Entry *e) in entryInit()
246 rootMetaInit(Entry *e) in rootMetaInit()
295 rootInit(Entry *e) in rootInit()
472 Entry e; in ventiRoot()
H A Dsrcload.c105 Entry e; in bench()
121 Entry e; in new()
201 Entry e; in dump()
H A Dpack.c117 entryPack(Entry *e, uchar *p, int index) in entryPack()
145 entryUnpack(Entry *e, uchar *p, int index) in entryUnpack()
174 entryType(Entry *e) in entryType()
/plan9/sys/src/libcontrol/
H A Dentry.c9 typedef struct Entry Entry; typedef
11 struct Entry struct
67 Entry *e; in entryfree()
69 e = (Entry *)c; in entryfree()
78 entrypoint(Entry *e, int c) in entrypoint()
96 entryshow(Entry *e) in entryshow()
126 entrysetpoint(Entry *e, Point cp) in entrysetpoint()
146 Entry *e; in entrymouse()
148 e = (Entry*)c; in entrymouse()
159 Entry *e; in entryctl()
[all …]
/plan9/sys/src/cmd/aquarela/
H A Dsmbidmap.c5 typedef struct Entry { struct
8 } Entry; typedef
11 Entry *array;
68 smberealloc(&m->array, sizeof(Entry) * m->entries); in grow()
/plan9/sys/src/cmd/jpg/
H A Dwritegif.c14 typedef struct Entry Entry; typedef
18 struct Entry struct
23 Entry *next; argument
36 static Entry tbl[4096];
57 tbl[i] = (Entry){i, -1, i, nil}; in startgif0()
441 Entry *e, *oe; in encode()
443 Entry **hash; in encode()
464 hash = gifmalloc(Nhash*sizeof(Entry*)); in encode()
467 memset(hash, 0, Nhash*sizeof(Entry*)); in encode()
H A Dreadgif.c7 typedef struct Entry Entry; typedef
10 struct Entry{ struct
32 Entry tbl[4096]; argument
48 static uchar* decode(Header*, Rawimage*, Entry*);
137 Entry *tbl; in inittbl()
150 Entry *tbl; in readarray()
375 decode(Header *h, Rawimage *i, Entry *tbl) in decode()

123