Lines Matching defs:pcc
424 puffs_setback(struct puffs_cc *pcc, int whatback)
426 struct puffs_req *preq = puffs__framebuf_getdataptr(pcc->pcc_pb);
786 puffs__theloop(struct puffs_cc *pcc)
788 struct puffs_usermount *pu = pcc->pcc_pu;
800 while ((pcc = TAILQ_FIRST(&pu->pu_sched)) != NULL) {
801 TAILQ_REMOVE(&pu->pu_sched, pcc, pcc_schedent);
802 puffs__goto(pcc);
954 struct puffs_cc *pcc;
1010 if (puffs__cc_create(pu, puffs__theloop, &pcc) == -1) {
1038 puffs_cc_continue(pcc);