Searched refs:appbuf (Results 1 – 1 of 1) sorted by relevance
661 struct puffs_framebuf *pufbuf, *appbuf; in puffs__framev_input() local690 appbuf = findbuf(pu, fctrl, fio, pufbuf); in puffs__framev_input()696 if (appbuf == NULL) { in puffs__framev_input()706 puffs__framebuf_moveinfo(pufbuf, appbuf); in puffs__framev_input()709 appbuf = pufbuf; in puffs__framev_input()711 appbuf->istat &= ~ISTAT_NODESTROY; in puffs__framev_input()713 if (appbuf->pcc) { in puffs__framev_input()714 puffs__cc_cont(appbuf->pcc); in puffs__framev_input()715 } else if (appbuf->fcb) { in puffs__framev_input()716 appbuf->fcb(pu, appbuf, appbuf->fcb_arg, 0); in puffs__framev_input()[all …]