Searched refs:FIO_ENABLE_R (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/lib/libpuffs/
H A Dframebuf.c560 if ((fio->stat & FIO_ENABLE_R) == 0)
578 if (fio->rwait == 0 && (fio->stat & FIO_ENABLE_R) == 0) {
664 while ((fio->stat & FIO_DEAD) == 0 && (fio->stat & FIO_ENABLE_R)) {
824 fio->stat |= FIO_ENABLE_R;
874 fio->stat |= FIO_ENABLE_R;
914 fio->stat &= ~FIO_ENABLE_R;
H A Dpuffs_priv.h73 #define FIO_ENABLE_R 0x10 macro

Completed in 189 milliseconds