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

  /src/lib/libpuffs/
requests.c 70 curoff = puffs_framebuf_telloff(pb);
87 curoff = puffs_framebuf_telloff(pb);
133 if (puffs_framebuf_telloff(pb) == 0) {
154 howmuch = flen - puffs_framebuf_telloff(pb);
158 curoff = puffs_framebuf_telloff(pb);
framebuf.c 265 puffs_framebuf_telloff(struct puffs_framebuf *pufbuf) function in typeref:typename:size_t
282 return puffs_framebuf_tellsize(pufbuf) - puffs_framebuf_telloff(pufbuf);
puffs.h 702 size_t puffs_framebuf_telloff(struct puffs_framebuf *);
  /src/usr.sbin/puffs/mount_9p/
ninebuf.c 75 #define CUROFF(pb) (puffs_framebuf_telloff(pb))
318 puffs_framebuf_seekset(pb, puffs_framebuf_telloff(pb)+len);
nineproto.c 337 startoff = puffs_framebuf_telloff(pb);
385 curoff = puffs_framebuf_telloff(pb);
  /src/usr.sbin/puffs/mount_psshfs/
psbuf.c 89 #define CUROFF(pb) (puffs_framebuf_telloff(pb))
534 bufoff = puffs_framebuf_telloff(pb);
  /src/sbin/mount_portal/
puffs_portal.c 173 if (puffs_framebuf_telloff(pufbuf) == 0)
241 pboff = puffs_framebuf_telloff(pufbuf);

Completed in 16 milliseconds