OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pufbuf
(Results
1 - 2
of
2
) sorted by relevancy
/src/sbin/mount_portal/
puffs_portal.c
113
readfd(struct puffs_framebuf *
pufbuf
, int fd, int *done)
144
puffs_framebuf_putdata_atoff(
pufbuf
, 0, &error, sizeof(int));
149
puffs_framebuf_putdata_atoff(
pufbuf
, sizeof(int),
165
readdata(struct puffs_framebuf *
pufbuf
, int fd, int *done)
173
if (puffs_framebuf_telloff(
pufbuf
) == 0)
174
puffs_framebuf_seekset(
pufbuf
, METADATASIZE);
175
puffs_framebuf_getdata_atoff(
pufbuf
, sizeof(int), &max, sizeof(size_t));
176
moved = puffs_framebuf_tellsize(
pufbuf
) - METADATASIZE;
205
puffs_framebuf_putdata(
pufbuf
, buf, n);
216
portal_frame_rf(struct puffs_usermount *pu, struct puffs_framebuf *
pufbuf
,
329
struct puffs_framebuf *
pufbuf
;
local
661
struct puffs_framebuf *
pufbuf
;
local
735
struct puffs_framebuf *
pufbuf
;
local
[
all
...]
/src/lib/libpuffs/
framebuf.c
105
struct puffs_framebuf *
pufbuf
;
local
107
pufbuf
= malloc(sizeof(struct puffs_framebuf));
108
if (
pufbuf
== NULL)
110
memset(
pufbuf
, 0, sizeof(struct puffs_framebuf));
112
pufbuf
->buf = malloc(PUFBUF_INCRALLOC);
113
if (
pufbuf
->buf == NULL) {
114
free(
pufbuf
);
117
pufbuf
->len = PUFBUF_INCRALLOC;
119
puffs_framebuf_recycle(
pufbuf
);
120
return
pufbuf
;
661
struct puffs_framebuf *
pufbuf
, *appbuf;
local
729
struct puffs_framebuf *
pufbuf
;
local
926
struct puffs_framebuf *
pufbuf
;
local
963
struct puffs_framebuf *
pufbuf
;
local
[
all
...]
Completed in 60 milliseconds
Indexes created Sun Feb 22 16:20:20 UTC 2026