OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pufbuf
(Results
1 - 4
of
4
) sorted by relevancy
/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
...]
/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/usr.sbin/perfused/
msg.c
478
perfused_readframe(struct puffs_usermount *pu, struct puffs_framebuf *
pufbuf
,
490
PUFFS_FRAMEBUF_GETWINDOW(
pufbuf
, 0, &data, &len);
518
if (puffs_framebuf_getdata_atoff(
pufbuf
, 0, &foh, sizeof(foh)) != 0)
531
if (puffs_framebuf_reserve_space(
pufbuf
, len) == -1)
537
PUFFS_FRAMEBUF_GETWINDOW(
pufbuf
, 0, &data, &len);
564
perfused_writeframe(struct puffs_usermount *pu, struct puffs_framebuf *
pufbuf
,
571
len = puffs_framebuf_tellsize(
pufbuf
);
572
PUFFS_FRAMEBUF_GETWINDOW(
pufbuf
, 0, &data, &len);
/src/share/examples/puffs/pgfs/
pgfs_db.c
798
pgfs_readframe(struct puffs_usermount *pu, struct puffs_framebuf *
pufbuf
,
Completed in 14 milliseconds
Indexes created Sat Feb 21 01:20:28 UTC 2026