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

  /src/usr.sbin/puffs/mount_9p/
ninebuf.c 132 len = htole32(puffs_framebuf_tellsize(pb));
136 howmuch = puffs_framebuf_tellsize(pb) - CUROFF(pb);
  /src/sbin/mount_portal/
puffs_portal.c 176 moved = puffs_framebuf_tellsize(pufbuf) - METADATASIZE;
242 pbsize = puffs_framebuf_tellsize(pufbuf);
361 if (puffs_framebuf_tellsize(pufbuf) < sizeof(int)) {
371 if (puffs_framebuf_tellsize(pufbuf) != 2*sizeof(int)) {
697 xfersize = puffs_framebuf_tellsize(pufbuf) - METADATASIZE;
  /src/usr.sbin/puffs/mount_psshfs/
psbuf.c 148 len = htobe32(puffs_framebuf_tellsize(pb) - 4);
152 howmuch = puffs_framebuf_tellsize(pb) - CUROFF(pb);
  /src/lib/libpuffs/
framebuf.c 272 puffs_framebuf_tellsize(struct puffs_framebuf *pufbuf) function in typeref:typename:size_t
282 return puffs_framebuf_tellsize(pufbuf) - puffs_framebuf_telloff(pufbuf);
puffs.h 703 size_t puffs_framebuf_tellsize(struct puffs_framebuf *);
  /src/usr.sbin/perfused/
msg.c 571 len = puffs_framebuf_tellsize(pufbuf);

Completed in 18 milliseconds