OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:puffs_framebuf_tellsize
(Results
1 - 6
of
6
) sorted by relevancy
/src/usr.sbin/puffs/mount_9p/
ninebuf.c
133
len = htole32(
puffs_framebuf_tellsize
(pb));
137
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
149
len = htobe32(
puffs_framebuf_tellsize
(pb) - 4);
153
howmuch =
puffs_framebuf_tellsize
(pb) - CUROFF(pb);
/src/lib/libpuffs/
framebuf.c
272
puffs_framebuf_tellsize
(struct puffs_framebuf *pufbuf)
function
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 24 milliseconds
Indexes created Sat Feb 21 01:20:28 UTC 2026