Home
last modified time | relevance | path

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

/freebsd/stand/i386/libi386/
H A Dbio.c38 static char *bio_buffer_end = bio_buffer + BIO_BUFFER_SIZE; variable
47 if (ptr + size > bio_buffer_end) in bio_alloc()