Home
last modified time | relevance | path

Searched refs:cur_in (Results 1 – 2 of 2) sorted by relevance

/minix3/lib/libpuffs/
H A Dframebuf.c461 assert(fio->cur_in == NULL); in puffs_framev_enqueue_directreceive()
462 fio->cur_in = pufbuf; in puffs_framev_enqueue_directreceive()
667 if ((pufbuf = fio->cur_in) == NULL) { in puffs__framev_input()
672 fio->cur_in = pufbuf; in puffs__framev_input()
681 fio->cur_in = NULL; in puffs__framev_input()
690 fio->cur_in = NULL; in puffs__framev_input()
799 fio->cur_in = NULL; in puffs__framev_addfd_ctrl()
930 if (fio->cur_in) { in puffs__framev_readclose()
931 if ((fio->cur_in->istat & ISTAT_DIRECT) == 0) { in puffs__framev_readclose()
932 puffs_framebuf_destroy(fio->cur_in); in puffs__framev_readclose()
[all …]
H A Dpuffs_priv.h68 struct puffs_framebuf *cur_in; member