HomeSort by: relevance | last modified time | path
    Searched refs:cur_in (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libpuffs/
framebuf.c 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)
    [all...]
puffs_priv.h 61 struct puffs_framebuf *cur_in; member in struct:puffs_fctrl_io

Completed in 12 milliseconds