Home
last modified time | relevance | path

Searched refs:puffs__framebuf_getdataptr (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/lib/libpuffs/
H A Dpuffs_priv.h230 void *puffs__framebuf_getdataptr(struct puffs_framebuf *);
H A Ddispatcher.c67 preq = puffs__framebuf_getdataptr(pcc->pcc_pb); in puffs__ml_dispatch()
125 struct puffs_req *preq = puffs__framebuf_getdataptr(pcc->pcc_pb); in dispatch()
139 preq = puffs__framebuf_getdataptr(pcc->pcc_pb); in dispatch()
H A Dpuffs.c426 struct puffs_req *preq = puffs__framebuf_getdataptr(pcc->pcc_pb); in puffs_setback()
H A Dframebuf.c319 puffs__framebuf_getdataptr(struct puffs_framebuf *pufbuf) in puffs__framebuf_getdataptr() function