HomeSort by: relevance | last modified time | path
    Searched refs:FIO_ENABLE_R (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libpuffs/
framebuf.c 560 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;
puffs_priv.h 73 #define FIO_ENABLE_R 0x10

Completed in 12 milliseconds