Home
last modified time | relevance | path

Searched refs:bufhead (Results 1 – 10 of 10) sorted by relevance

/original-bsd/sbin/fsck/
H A Dutilities.c100 bufhead.b_next = bufhead.b_prev = &bufhead; in bufinit()
113 bp->b_prev = &bufhead; in bufinit()
116 bufhead.b_next = bp; in bufinit()
132 for (bp = bufhead.b_next; bp != &bufhead; bp = bp->b_next)
135 for (bp = bufhead.b_prev; bp != &bufhead; bp = bp->b_prev)
138 if (bp == &bufhead)
146 bp->b_prev = &bufhead;
147 bp->b_next = bufhead.b_next;
149 bufhead.b_next = bp;
231 for (bp = bufhead.b_prev; bp && bp != &bufhead; bp = nbp) {
[all …]
H A Dfsck.h53 struct bufarea bufhead; /* head of list of other blks in filesys */ variable
/original-bsd/sys/tahoe/inline/
H A Dmain.c90 buftail = bufhead = 0;
125 bufp = line[bufhead];
157 for (curptr = bufhead; ; ) {
158 nextreplace = copyline(replace, line[bufhead]);
159 argc = parseline(line[bufhead], argv, parsebuf);
304 bufhead = SUCC(bufhead); in newline()
305 if (bufhead == buftail) { in newline()
309 return (line[bufhead]); in newline()
317 while (buftail != bufhead) { in emptyqueue()
H A Dinline.h40 int bufhead, buftail; variable
/original-bsd/sys/vax/inline/
H A Dmain.c122 buftail = bufhead = 0;
156 bufp = line[bufhead];
188 for (curptr = bufhead; ; ) {
189 nextreplace = copyline(replace, line[bufhead]);
190 argc = parseline(line[bufhead], argv, parsebuf);
335 bufhead = SUCC(bufhead); in newline()
336 if (bufhead == buftail) { in newline()
340 return (line[bufhead]); in newline()
348 while (buftail != bufhead) { in emptyqueue()
H A Dinline.h40 int bufhead, buftail; variable
H A Dmachdep.c401 fgets(line[bufhead], MAXLINELEN, stdin);
/original-bsd/lib/libc/db/hash/
H A Dhash_buf.c61 #define MRU hashp->bufhead.next
62 #define LRU hashp->bufhead.prev
64 #define MRU_INSERT(B) BUF_INSERT((B), &hashp->bufhead)
263 bfp = &(hashp->bufhead);
290 for (bp = LRU; bp != &hashp->bufhead;) {
H A Dhash.h82 BUFHEAD bufhead; /* Header of buffer lru list */ member
/original-bsd/usr.sbin/sendmail/src/
H A Dheaders.c761 char *bufhead; local
777 bp = bufhead = buf;
884 bp = bufhead;
907 if (bp == &bufhead[1])
924 bufhead = bp;
964 bp = bufhead;