Home
last modified time | relevance | path

Searched refs:puffs_framebuf_telloff (Results 1 – 7 of 7) sorted by relevance

/netbsd/lib/libpuffs/
H A Drequests.c70 curoff = puffs_framebuf_telloff(pb); in puffs__fsframe_read()
87 curoff = puffs_framebuf_telloff(pb); in puffs__fsframe_read()
133 if (puffs_framebuf_telloff(pb) == 0) { in puffs__fsframe_write()
154 howmuch = flen - puffs_framebuf_telloff(pb); in puffs__fsframe_write()
158 curoff = puffs_framebuf_telloff(pb); in puffs__fsframe_write()
H A Dframebuf.c265 puffs_framebuf_telloff(struct puffs_framebuf *pufbuf) in puffs_framebuf_telloff() function
282 return puffs_framebuf_tellsize(pufbuf) - puffs_framebuf_telloff(pufbuf); in puffs_framebuf_remaining()
H A Dpuffs.h702 size_t puffs_framebuf_telloff(struct puffs_framebuf *);
/netbsd/usr.sbin/puffs/mount_9p/
H A Dninebuf.c75 #define CUROFF(pb) (puffs_framebuf_telloff(pb))
318 puffs_framebuf_seekset(pb, puffs_framebuf_telloff(pb)+len); in p9pbuf_get_data()
H A Dnineproto.c337 startoff = puffs_framebuf_telloff(pb); in proto_make_stat()
385 curoff = puffs_framebuf_telloff(pb); in proto_make_stat()
/netbsd/usr.sbin/puffs/mount_psshfs/
H A Dpsbuf.c89 #define CUROFF(pb) (puffs_framebuf_telloff(pb))
534 bufoff = puffs_framebuf_telloff(pb); in psbuf_do_data()
/netbsd/sbin/mount_portal/
H A Dpuffs_portal.c173 if (puffs_framebuf_telloff(pufbuf) == 0) in readdata()
241 pboff = puffs_framebuf_telloff(pufbuf); in portal_frame_wf()