Searched refs:pcc_flags (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);
89 pcc->pcc_flags &= ~PCC_BORROWED;
93 if ((pcc->pcc_flags & PCC_MLCONT) == 0) {
98 pcc->pcc_flags &= ~PCC_MLCONT;
125 pcc->pcc_flags |= PCC_MLCONT;
153 loanpcc->pcc_flags |= PCC_BORROWED;
171 if ((pcc->pcc_flags & PCC_HASCALLER) == 0) {
289 pcc->pcc_flags |= PCC_HASCALLER;
308 pcc->pcc_flags
[all...]
H A Ddispatcher.c63 pcc->pcc_flags |= PCC_MLCONT;
79 if (pcc->pcc_flags & PCC_BORROWED) {
82 pcc->pcc_flags = 0;
108 if (pcc->pcc_flags & PCC_DONE) {
111 pcc->pcc_flags = 0;
145 assert((pcc->pcc_flags & PCC_DONE) == 0);
1208 pcc->pcc_flags |= PCC_DONE;
H A Dpuffs_priv.h184 int pcc_flags; member in struct:puffs_cc

Completed in 180 milliseconds