Searched refs:PCC_DONE (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/lib/libpuffs/
H A Dcallcontext.c81 if ((~pcc->pcc_flags & (PCC_BORROWED|PCC_DONE)) == 0) {
82 pcc->pcc_flags &= ~(PCC_BORROWED|PCC_DONE);
H A Dpuffs_priv.h193 #define PCC_DONE 0x01 macro
H A Ddispatcher.c108 if (pcc->pcc_flags & PCC_DONE) {
145 assert((pcc->pcc_flags & PCC_DONE) == 0);
1208 pcc->pcc_flags |= PCC_DONE;

Completed in 100 milliseconds