Lines Matching refs:cur_in
460 /* XXX: should have cur_in queue */
461 assert(fio->cur_in == NULL);
462 fio->cur_in = pufbuf;
665 if ((pufbuf = fio->cur_in) == NULL) {
670 fio->cur_in = pufbuf;
679 fio->cur_in = NULL;
688 fio->cur_in = NULL;
796 fio->cur_in = NULL;
934 if (fio->cur_in) {
935 if ((fio->cur_in->istat & ISTAT_DIRECT) == 0) {
936 puffs_framebuf_destroy(fio->cur_in);
937 fio->cur_in = NULL;
939 errnotify(pu, fio->cur_in, error);