Lines Matching full:bfs
64 } bfs[2];
89 bfs[0].counter = BF_ALLOC; /* pass out the first buffer */
91 bfs[1].counter = BF_FREE;
93 return (struct tftphdr *)bfs[0].buf;
104 bfs[current].counter = BF_FREE; /* free old one */
107 b = &bfs[current]; /* look at new buffer */
129 b = &bfs[nextone]; /* look at "next" buffer */
169 bfs[current].counter = ct; /* set size of data to write */
171 if (bfs[current].counter != BF_FREE) /* if not free */
173 bfs[current].counter = BF_ALLOC; /* mark as alloc'd */
174 *dpp = (struct tftphdr *)bfs[current].buf;
194 b = &bfs[nextone];