Home
last modified time | relevance | path

Searched refs:bfs (Results 1 – 4 of 4) sorted by relevance

/external/iputils/
Dtftpsubs.c64 } bfs[2]; variable
89 bfs[0].counter = BF_ALLOC; /* pass out the first buffer */ in rw_init()
91 bfs[1].counter = BF_FREE; in rw_init()
93 return (struct tftphdr *)bfs[0].buf; in rw_init()
104 bfs[current].counter = BF_FREE; /* free old one */ in readit()
107 b = &bfs[current]; /* look at new buffer */ in readit()
129 b = &bfs[nextone]; /* look at "next" buffer */ in read_ahead()
169 bfs[current].counter = ct; /* set size of data to write */ in writeit()
171 if (bfs[current].counter != BF_FREE) /* if not free */ in writeit()
173 bfs[current].counter = BF_ALLOC; /* mark as alloc'd */ in writeit()
[all …]
/external/chromium_org/third_party/openssl/openssl/
Dopenssl.config102 crypto/bf/bfs.cpp \
Dopenssl.config.orig102 crypto/bf/bfs.cpp \
/external/openssl/
Dopenssl.config103 crypto/bf/bfs.cpp \