Home
last modified time | relevance | path

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

/netbsd-src/lib/libpuffs/
H A Dpuffs.c789 struct puffs_framectrl *pfctrl; in puffs__theloop() local
822 pfctrl = XXX->fctrl; in puffs__theloop()
823 puffs_framev_input(pu, pfctrl, XXX); in puffs__theloop()
834 pfctrl = fio->fctrl; in puffs__theloop()
842 puffs__framev_output(pu, pfctrl, fio); in puffs__theloop()
900 pfctrl = fio->fctrl; in puffs__theloop()
902 pfctrl = NULL; in puffs__theloop()
917 puffs__framev_input(pu, pfctrl, fio); in puffs__theloop()
921 puffs__framev_output(pu, pfctrl, fio); in puffs__theloop()
H A Dframebuf.c778 struct puffs_framectrl *pfctrl) in puffs__framev_addfd_ctrl() argument
797 fio->fctrl = pfctrl; in puffs__framev_addfd_ctrl()
1053 struct puffs_framectrl *pfctrl; in puffs_framev_init() local
1055 pfctrl = &pu->pu_framectrl[PU_FRAMECTRL_USER]; in puffs_framev_init()
1056 pfctrl->rfb = rfb; in puffs_framev_init()
1057 pfctrl->wfb = wfb; in puffs_framev_init()
1058 pfctrl->cmpfb = cmpfb; in puffs_framev_init()
1059 pfctrl->gotfb = gotfb; in puffs_framev_init()
1060 pfctrl->fdnotfn = fdnotfn; in puffs_framev_init()