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

  /src/lib/libpuffs/
puffs_priv.h 74 #define FIO_ENABLE_W 0x20
79 && (fio->stat & FIO_ENABLE_W)) \
85 || (fio->stat & FIO_ENABLE_W) == 0)) \
framebuf.c 736 pufbuf && (fio->stat & FIO_DEAD) == 0 && fio->stat & FIO_ENABLE_W;
826 fio->stat |= FIO_ENABLE_W;
876 fio->stat |= FIO_ENABLE_W;
916 fio->stat &= ~FIO_ENABLE_W;

Completed in 12 milliseconds