bop_read
#define BOP_READ(fd, buf, size) bop_read(fd, buf, size)
extern int bop_read(int fd, caddr_t buf, size_t size);