lib/libperfuse/perfuse_if.h
124
#define PEFUSE_MSG_T struct puffs_framebuf
lib/libpuffs/dispatcher.c
102
puffs_dispatch_exec(struct puffs_cc *pcc, struct puffs_framebuf **pbp)
lib/libpuffs/dispatcher.c
57
puffs__ml_dispatch(struct puffs_usermount *pu, struct puffs_framebuf *pb)
lib/libpuffs/dispatcher.c
87
puffs_dispatch_create(struct puffs_usermount *pu, struct puffs_framebuf *pb,
lib/libpuffs/flush.c
62
struct puffs_framebuf *pb;
lib/libpuffs/framebuf.c
102
struct puffs_framebuf *
lib/libpuffs/framebuf.c
105
struct puffs_framebuf *pufbuf;
lib/libpuffs/framebuf.c
107
pufbuf = malloc(sizeof(struct puffs_framebuf));
lib/libpuffs/framebuf.c
110
memset(pufbuf, 0, sizeof(struct puffs_framebuf));
lib/libpuffs/framebuf.c
124
puffs_framebuf_destroy(struct puffs_framebuf *pufbuf)
lib/libpuffs/framebuf.c
134
puffs_framebuf_recycle(struct puffs_framebuf *pufbuf)
lib/libpuffs/framebuf.c
145
reservespace(struct puffs_framebuf *pufbuf, size_t off, size_t wantsize)
lib/libpuffs/framebuf.c
169
puffs_framebuf_dup(struct puffs_framebuf *pb, struct puffs_framebuf **pbp)
lib/libpuffs/framebuf.c
171
struct puffs_framebuf *newpb;
lib/libpuffs/framebuf.c
178
memcpy(newpb, pb, sizeof(struct puffs_framebuf));
lib/libpuffs/framebuf.c
195
puffs_framebuf_reserve_space(struct puffs_framebuf *pufbuf, size_t wantsize)
lib/libpuffs/framebuf.c
202
puffs_framebuf_putdata(struct puffs_framebuf *pufbuf,
lib/libpuffs/framebuf.c
220
puffs_framebuf_putdata_atoff(struct puffs_framebuf *pufbuf, size_t offset,
lib/libpuffs/framebuf.c
236
puffs_framebuf_getdata(struct puffs_framebuf *pufbuf, void *data, size_t dlen)
lib/libpuffs/framebuf.c
251
puffs_framebuf_getdata_atoff(struct puffs_framebuf *pufbuf, size_t offset,
lib/libpuffs/framebuf.c
265
puffs_framebuf_telloff(struct puffs_framebuf *pufbuf)
lib/libpuffs/framebuf.c
272
puffs_framebuf_tellsize(struct puffs_framebuf *pufbuf)
lib/libpuffs/framebuf.c
279
puffs_framebuf_remaining(struct puffs_framebuf *pufbuf)
lib/libpuffs/framebuf.c
286
puffs_framebuf_seekset(struct puffs_framebuf *pufbuf, size_t newoff)
lib/libpuffs/framebuf.c
297
puffs_framebuf_getwindow(struct puffs_framebuf *pufbuf, size_t winoff,
lib/libpuffs/framebuf.c
319
puffs__framebuf_getdataptr(struct puffs_framebuf *pufbuf)
lib/libpuffs/framebuf.c
326
errnotify(struct puffs_usermount *pu, struct puffs_framebuf *pufbuf, int error)
lib/libpuffs/framebuf.c
356
struct puffs_framebuf *pufbuf, int flags)
lib/libpuffs/framebuf.c
394
struct puffs_framebuf *pufbuf, puffs_framev_cb fcb, void *arg,
lib/libpuffs/framebuf.c
419
struct puffs_framebuf *pufbuf, int reply, int flags)
lib/libpuffs/framebuf.c
447
struct puffs_framebuf *pufbuf, int flags /* used in the future */)
lib/libpuffs/framebuf.c
483
struct puffs_framebuf *pufbuf, int flags)
lib/libpuffs/framebuf.c
515
puffs_framev_framebuf_ccpromote(struct puffs_framebuf *pufbuf,
lib/libpuffs/framebuf.c
619
static struct puffs_framebuf *
lib/libpuffs/framebuf.c
621
struct puffs_fctrl_io *fio, struct puffs_framebuf *findme)
lib/libpuffs/framebuf.c
623
struct puffs_framebuf *cand;
lib/libpuffs/framebuf.c
639
puffs__framebuf_moveinfo(struct puffs_framebuf *from, struct puffs_framebuf *to)
lib/libpuffs/framebuf.c
661
struct puffs_framebuf *pufbuf, *appbuf;
lib/libpuffs/framebuf.c
70
TAILQ_ENTRY(puffs_framebuf) pfb_entries;
lib/libpuffs/framebuf.c
729
struct puffs_framebuf *pufbuf;
lib/libpuffs/framebuf.c
926
struct puffs_framebuf *pufbuf;
lib/libpuffs/framebuf.c
963
struct puffs_framebuf *pufbuf;
lib/libpuffs/puffs.c
727
struct puffs_framebuf *pb;
lib/libpuffs/puffs.h
456
struct puffs_framebuf;
lib/libpuffs/puffs.h
458
struct puffs_framebuf *,
lib/libpuffs/puffs.h
461
struct puffs_framebuf *,
lib/libpuffs/puffs.h
464
struct puffs_framebuf *,
lib/libpuffs/puffs.h
465
struct puffs_framebuf *,
lib/libpuffs/puffs.h
469
struct puffs_framebuf *);
lib/libpuffs/puffs.h
471
struct puffs_framebuf *,
lib/libpuffs/puffs.h
554
struct puffs_framebuf *,
lib/libpuffs/puffs.h
557
struct puffs_framebuf **);
lib/libpuffs/puffs.h
687
struct puffs_framebuf *puffs_framebuf_make(void);
lib/libpuffs/puffs.h
688
void puffs_framebuf_destroy(struct puffs_framebuf *);
lib/libpuffs/puffs.h
689
int puffs_framebuf_dup(struct puffs_framebuf *,
lib/libpuffs/puffs.h
690
struct puffs_framebuf **);
lib/libpuffs/puffs.h
691
void puffs_framebuf_recycle(struct puffs_framebuf *);
lib/libpuffs/puffs.h
692
int puffs_framebuf_reserve_space(struct puffs_framebuf *,
lib/libpuffs/puffs.h
695
int puffs_framebuf_putdata(struct puffs_framebuf *, const void *, size_t);
lib/libpuffs/puffs.h
696
int puffs_framebuf_putdata_atoff(struct puffs_framebuf *, size_t,
lib/libpuffs/puffs.h
698
int puffs_framebuf_getdata(struct puffs_framebuf *, void *, size_t);
lib/libpuffs/puffs.h
699
int puffs_framebuf_getdata_atoff(struct puffs_framebuf *, size_t,
lib/libpuffs/puffs.h
702
size_t puffs_framebuf_telloff(struct puffs_framebuf *);
lib/libpuffs/puffs.h
703
size_t puffs_framebuf_tellsize(struct puffs_framebuf *);
lib/libpuffs/puffs.h
704
size_t puffs_framebuf_remaining(struct puffs_framebuf *);
lib/libpuffs/puffs.h
705
int puffs_framebuf_seekset(struct puffs_framebuf *, size_t);
lib/libpuffs/puffs.h
706
int puffs_framebuf_getwindow(struct puffs_framebuf *, size_t,
lib/libpuffs/puffs.h
710
struct puffs_framebuf *, int);
lib/libpuffs/puffs.h
712
struct puffs_framebuf *,
lib/libpuffs/puffs.h
715
struct puffs_framebuf *, int, int);
lib/libpuffs/puffs.h
717
struct puffs_framebuf *, int);
lib/libpuffs/puffs.h
719
struct puffs_framebuf *, int);
lib/libpuffs/puffs.h
721
int puffs_framev_framebuf_ccpromote(struct puffs_framebuf *,
lib/libpuffs/puffs_priv.h
167
struct puffs_framebuf *pcc_pb;
lib/libpuffs/puffs_priv.h
227
void *puffs__framebuf_getdataptr(struct puffs_framebuf *);
lib/libpuffs/puffs_priv.h
230
void puffs__framebuf_moveinfo(struct puffs_framebuf *,
lib/libpuffs/puffs_priv.h
231
struct puffs_framebuf *);
lib/libpuffs/puffs_priv.h
234
void puffs__ml_dispatch(struct puffs_usermount *, struct puffs_framebuf *);
lib/libpuffs/puffs_priv.h
246
int puffs__fsframe_read(struct puffs_usermount *, struct puffs_framebuf *,
lib/libpuffs/puffs_priv.h
248
int puffs__fsframe_write(struct puffs_usermount *, struct puffs_framebuf *,
lib/libpuffs/puffs_priv.h
250
int puffs__fsframe_cmp(struct puffs_usermount *, struct puffs_framebuf *,
lib/libpuffs/puffs_priv.h
251
struct puffs_framebuf *, int *);
lib/libpuffs/puffs_priv.h
253
struct puffs_framebuf *);
lib/libpuffs/puffs_priv.h
61
struct puffs_framebuf *cur_in;
lib/libpuffs/puffs_priv.h
63
TAILQ_HEAD(, puffs_framebuf) snd_qing; /* queueing to be sent */
lib/libpuffs/puffs_priv.h
64
TAILQ_HEAD(, puffs_framebuf) res_qing; /* q'ing for rescue */
lib/libpuffs/requests.c
118
puffs__fsframe_write(struct puffs_usermount *pu, struct puffs_framebuf *pb,
lib/libpuffs/requests.c
202
struct puffs_framebuf *pb1, struct puffs_framebuf *pb2, int *notresp)
lib/libpuffs/requests.c
234
puffs__fsframe_gotframe(struct puffs_usermount *pu, struct puffs_framebuf *pb)
lib/libpuffs/requests.c
59
puffs__fsframe_read(struct puffs_usermount *pu, struct puffs_framebuf *pb,
sbin/mount_portal/puffs_portal.c
113
readfd(struct puffs_framebuf *pufbuf, int fd, int *done)
sbin/mount_portal/puffs_portal.c
165
readdata(struct puffs_framebuf *pufbuf, int fd, int *done)
sbin/mount_portal/puffs_portal.c
216
portal_frame_rf(struct puffs_usermount *pu, struct puffs_framebuf *pufbuf,
sbin/mount_portal/puffs_portal.c
233
portal_frame_wf(struct puffs_usermount *pu, struct puffs_framebuf *pufbuf,
sbin/mount_portal/puffs_portal.c
329
struct puffs_framebuf *pufbuf;
sbin/mount_portal/puffs_portal.c
661
struct puffs_framebuf *pufbuf;
sbin/mount_portal/puffs_portal.c
735
struct puffs_framebuf *pufbuf;
share/examples/puffs/pgfs/pgfs_db.c
798
pgfs_readframe(struct puffs_usermount *pu, struct puffs_framebuf *pufbuf,
usr.sbin/perfused/msg.c
169
struct puffs_framebuf *pb;
usr.sbin/perfused/msg.c
232
xchg_pb_early(struct puffs_usermount *pu, struct puffs_framebuf *pb, int fd,
usr.sbin/perfused/msg.c
261
xchg_pb_inloop(struct puffs_usermount *pu, struct puffs_framebuf *pb, int fd,
usr.sbin/perfused/msg.c
281
struct puffs_framebuf *pb = (struct puffs_framebuf *)(void *)pm;
usr.sbin/perfused/msg.c
372
struct puffs_framebuf *pb;
usr.sbin/perfused/msg.c
377
pb = (struct puffs_framebuf *)(void *)pm;
usr.sbin/perfused/msg.c
392
struct puffs_framebuf *pb;
usr.sbin/perfused/msg.c
397
pb = (struct puffs_framebuf *)(void *)pm;
usr.sbin/perfused/msg.c
412
struct puffs_framebuf *pb;
usr.sbin/perfused/msg.c
418
pb = (struct puffs_framebuf *)(void *)pm;
usr.sbin/perfused/msg.c
439
struct puffs_framebuf *pb;
usr.sbin/perfused/msg.c
445
pb = (struct puffs_framebuf *)(void *)pm;
usr.sbin/perfused/msg.c
46
static int xchg_pb_inloop(struct puffs_usermount *a, struct puffs_framebuf *,
usr.sbin/perfused/msg.c
478
perfused_readframe(struct puffs_usermount *pu, struct puffs_framebuf *pufbuf,
usr.sbin/perfused/msg.c
48
static int xchg_pb_early(struct puffs_usermount *a, struct puffs_framebuf *,
usr.sbin/perfused/msg.c
564
perfused_writeframe(struct puffs_usermount *pu, struct puffs_framebuf *pufbuf,
usr.sbin/perfused/msg.c
617
perfused_cmpframe(struct puffs_usermount *pu, struct puffs_framebuf *pb1,
usr.sbin/perfused/msg.c
618
struct puffs_framebuf *pb2, int *match)
usr.sbin/perfused/msg.c
639
perfused_gotframe(struct puffs_usermount *pu, struct puffs_framebuf *pb)
usr.sbin/perfused/perfused.h
34
#define PERFUSE_MSG_T struct puffs_framebuf
usr.sbin/perfused/perfused.h
49
struct puffs_framebuf *, int, int *);
usr.sbin/perfused/perfused.h
51
struct puffs_framebuf *, int, int *);
usr.sbin/perfused/perfused.h
53
struct puffs_framebuf *, struct puffs_framebuf *, int *);
usr.sbin/perfused/perfused.h
54
void perfused_gotframe(struct puffs_usermount *, struct puffs_framebuf *);
usr.sbin/puffs/mount_9p/fs.c
67
struct puffs_framebuf *pb;
usr.sbin/puffs/mount_9p/ninebuf.c
123
p9pbuf_write(struct puffs_usermount *pu, struct puffs_framebuf *pb,
usr.sbin/puffs/mount_9p/ninebuf.c
164
struct puffs_framebuf *c1, struct puffs_framebuf *c2, int *notresp)
usr.sbin/puffs/mount_9p/ninebuf.c
170
struct puffs_framebuf *
usr.sbin/puffs/mount_9p/ninebuf.c
173
struct puffs_framebuf *pb;
usr.sbin/puffs/mount_9p/ninebuf.c
181
p9pbuf_recycleout(struct puffs_framebuf *pb)
usr.sbin/puffs/mount_9p/ninebuf.c
189
p9pbuf_put_1(struct puffs_framebuf *pb, uint8_t val)
usr.sbin/puffs/mount_9p/ninebuf.c
198
p9pbuf_put_2(struct puffs_framebuf *pb, uint16_t val)
usr.sbin/puffs/mount_9p/ninebuf.c
208
p9pbuf_put_4(struct puffs_framebuf *pb, uint32_t val)
usr.sbin/puffs/mount_9p/ninebuf.c
218
p9pbuf_put_8(struct puffs_framebuf *pb, uint64_t val)
usr.sbin/puffs/mount_9p/ninebuf.c
228
p9pbuf_put_data(struct puffs_framebuf *pb, const void *data, uint16_t dlen)
usr.sbin/puffs/mount_9p/ninebuf.c
238
p9pbuf_put_str(struct puffs_framebuf *pb, const char *str)
usr.sbin/puffs/mount_9p/ninebuf.c
245
p9pbuf_write_data(struct puffs_framebuf *pb, uint8_t *data, uint32_t dlen)
usr.sbin/puffs/mount_9p/ninebuf.c
256
p9pbuf_get_1(struct puffs_framebuf *pb, uint8_t *val)
usr.sbin/puffs/mount_9p/ninebuf.c
263
p9pbuf_get_2(struct puffs_framebuf *pb, uint16_t *val)
usr.sbin/puffs/mount_9p/ninebuf.c
274
p9pbuf_get_4(struct puffs_framebuf *pb, uint32_t *val)
usr.sbin/puffs/mount_9p/ninebuf.c
285
p9pbuf_get_8(struct puffs_framebuf *pb, uint64_t *val)
usr.sbin/puffs/mount_9p/ninebuf.c
296
p9pbuf_get_data(struct puffs_framebuf *pb, uint8_t **dp, uint16_t *dlenp)
usr.sbin/puffs/mount_9p/ninebuf.c
328
p9pbuf_read_data(struct puffs_framebuf *pb, uint8_t *buf, uint32_t dlen)
usr.sbin/puffs/mount_9p/ninebuf.c
335
p9pbuf_get_str(struct puffs_framebuf *pb, char **dp, uint16_t *dlenp)
usr.sbin/puffs/mount_9p/ninebuf.c
50
p9pbuf_get_type(struct puffs_framebuf *pb)
usr.sbin/puffs/mount_9p/ninebuf.c
59
p9pbuf_get_tag(struct puffs_framebuf *pb)
usr.sbin/puffs/mount_9p/ninebuf.c
68
p9pbuf_get_len(struct puffs_framebuf *pb)
usr.sbin/puffs/mount_9p/ninebuf.c
78
p9pbuf_read(struct puffs_usermount *pu, struct puffs_framebuf *pb,
usr.sbin/puffs/mount_9p/nineproto.c
120
proto_getstat(struct puffs_usermount *pu, struct puffs_framebuf *pb, struct vattr *vap,
usr.sbin/puffs/mount_9p/nineproto.c
188
proto_rerror(struct puffs_usermount *pu, struct puffs_framebuf *pb,
usr.sbin/puffs/mount_9p/nineproto.c
216
proto_handle_rerror(struct puffs_usermount *pu, struct puffs_framebuf *pb)
usr.sbin/puffs/mount_9p/nineproto.c
235
struct puffs_framebuf *pb;
usr.sbin/puffs/mount_9p/nineproto.c
263
struct puffs_framebuf *pb;
usr.sbin/puffs/mount_9p/nineproto.c
298
struct puffs_framebuf *pb;
usr.sbin/puffs/mount_9p/nineproto.c
322
proto_make_stat(struct puffs_usermount *pu, struct puffs_framebuf *pb,
usr.sbin/puffs/mount_9p/nineproto.c
394
proto_expect_walk_nqids(struct puffs_usermount *pu, struct puffs_framebuf *pb,
usr.sbin/puffs/mount_9p/nineproto.c
404
proto_expect_qid(struct puffs_usermount *pu, struct puffs_framebuf *pb,
usr.sbin/puffs/mount_9p/nineproto.c
414
proto_expect_stat(struct puffs_usermount *pu, struct puffs_framebuf *pb,
usr.sbin/puffs/mount_9p/nineproto.c
46
proto_getqid(struct puffs_framebuf *pb, struct qid9p *qid)
usr.sbin/puffs/mount_9p/ninepuffs.h
127
struct puffs_framebuf *p9pbuf_makeout(void);
usr.sbin/puffs/mount_9p/ninepuffs.h
128
void p9pbuf_recycleout(struct puffs_framebuf *);
usr.sbin/puffs/mount_9p/ninepuffs.h
130
int p9pbuf_read(struct puffs_usermount *, struct puffs_framebuf *,int,int*);
usr.sbin/puffs/mount_9p/ninepuffs.h
131
int p9pbuf_write(struct puffs_usermount *, struct puffs_framebuf*,int,int*);
usr.sbin/puffs/mount_9p/ninepuffs.h
133
struct puffs_framebuf *, struct puffs_framebuf *, int *);
usr.sbin/puffs/mount_9p/ninepuffs.h
135
void p9pbuf_put_1(struct puffs_framebuf *, uint8_t);
usr.sbin/puffs/mount_9p/ninepuffs.h
136
void p9pbuf_put_2(struct puffs_framebuf *, uint16_t);
usr.sbin/puffs/mount_9p/ninepuffs.h
137
void p9pbuf_put_4(struct puffs_framebuf *, uint32_t);
usr.sbin/puffs/mount_9p/ninepuffs.h
138
void p9pbuf_put_8(struct puffs_framebuf *, uint64_t);
usr.sbin/puffs/mount_9p/ninepuffs.h
139
void p9pbuf_put_str(struct puffs_framebuf *, const char *);
usr.sbin/puffs/mount_9p/ninepuffs.h
140
void p9pbuf_put_data(struct puffs_framebuf *, const void *, uint16_t);
usr.sbin/puffs/mount_9p/ninepuffs.h
141
void p9pbuf_write_data(struct puffs_framebuf *, uint8_t *, uint32_t);
usr.sbin/puffs/mount_9p/ninepuffs.h
143
int p9pbuf_get_1(struct puffs_framebuf *, uint8_t *);
usr.sbin/puffs/mount_9p/ninepuffs.h
144
int p9pbuf_get_2(struct puffs_framebuf *, uint16_t *);
usr.sbin/puffs/mount_9p/ninepuffs.h
145
int p9pbuf_get_4(struct puffs_framebuf *, uint32_t *);
usr.sbin/puffs/mount_9p/ninepuffs.h
146
int p9pbuf_get_8(struct puffs_framebuf *, uint64_t *);
usr.sbin/puffs/mount_9p/ninepuffs.h
147
int p9pbuf_get_str(struct puffs_framebuf *, char **, uint16_t *);
usr.sbin/puffs/mount_9p/ninepuffs.h
148
int p9pbuf_get_data(struct puffs_framebuf *, uint8_t **, uint16_t *);
usr.sbin/puffs/mount_9p/ninepuffs.h
149
int p9pbuf_read_data(struct puffs_framebuf *, uint8_t *, uint32_t);
usr.sbin/puffs/mount_9p/ninepuffs.h
151
uint8_t p9pbuf_get_type(struct puffs_framebuf *);
usr.sbin/puffs/mount_9p/ninepuffs.h
152
uint16_t p9pbuf_get_tag(struct puffs_framebuf *);
usr.sbin/puffs/mount_9p/ninepuffs.h
154
int proto_getqid(struct puffs_framebuf *, struct qid9p *);
usr.sbin/puffs/mount_9p/ninepuffs.h
155
int proto_getstat(struct puffs_usermount *, struct puffs_framebuf *, struct vattr *,
usr.sbin/puffs/mount_9p/ninepuffs.h
158
struct puffs_framebuf *, uint16_t *);
usr.sbin/puffs/mount_9p/ninepuffs.h
159
int proto_expect_stat(struct puffs_usermount *, struct puffs_framebuf *,
usr.sbin/puffs/mount_9p/ninepuffs.h
161
int proto_expect_qid(struct puffs_usermount *, struct puffs_framebuf *,
usr.sbin/puffs/mount_9p/ninepuffs.h
163
int proto_handle_rerror(struct puffs_usermount *, struct puffs_framebuf *);
usr.sbin/puffs/mount_9p/ninepuffs.h
169
void proto_make_stat(struct puffs_usermount *, struct puffs_framebuf *,
usr.sbin/puffs/mount_9p/ninepuffs.h
68
struct puffs_framebuf *pb = p9pbuf_makeout(); \
usr.sbin/puffs/mount_9p/subr.c
127
struct puffs_framebuf *pb = p9pbuf_makeout();
usr.sbin/puffs/mount_psshfs/fs.c
88
struct puffs_framebuf *pb;
usr.sbin/puffs/mount_psshfs/node.c
139
struct puffs_framebuf *pb;
usr.sbin/puffs/mount_psshfs/node.c
251
struct puffs_framebuf *pb2 = psbuf_makeout();
usr.sbin/puffs/mount_psshfs/node.c
290
struct puffs_framebuf *pb, *pb2;
usr.sbin/puffs/mount_psshfs/node.c
801
struct puffs_framebuf *pb2 = psbuf_makeout();
usr.sbin/puffs/mount_psshfs/node.c
843
struct puffs_framebuf *pb2 = psbuf_makeout();
usr.sbin/puffs/mount_psshfs/psbuf.c
138
psbuf_write(struct puffs_usermount *pu, struct puffs_framebuf *pb,
usr.sbin/puffs/mount_psshfs/psbuf.c
180
struct puffs_framebuf *cmp1, struct puffs_framebuf *cmp2, int *notresp)
usr.sbin/puffs/mount_psshfs/psbuf.c
186
struct puffs_framebuf *
usr.sbin/puffs/mount_psshfs/psbuf.c
189
struct puffs_framebuf *pb;
usr.sbin/puffs/mount_psshfs/psbuf.c
197
psbuf_recycleout(struct puffs_framebuf *pb)
usr.sbin/puffs/mount_psshfs/psbuf.c
205
psbuf_put_1(struct puffs_framebuf *pb, uint8_t val)
usr.sbin/puffs/mount_psshfs/psbuf.c
214
psbuf_put_2(struct puffs_framebuf *pb, uint16_t val)
usr.sbin/puffs/mount_psshfs/psbuf.c
224
psbuf_put_4(struct puffs_framebuf *pb, uint32_t val)
usr.sbin/puffs/mount_psshfs/psbuf.c
234
psbuf_put_8(struct puffs_framebuf *pb, uint64_t val)
usr.sbin/puffs/mount_psshfs/psbuf.c
244
psbuf_put_data(struct puffs_framebuf *pb, const void *data, uint32_t dlen)
usr.sbin/puffs/mount_psshfs/psbuf.c
254
psbuf_put_str(struct puffs_framebuf *pb, const char *str)
usr.sbin/puffs/mount_psshfs/psbuf.c
261
psbuf_put_vattr(struct puffs_framebuf *pb, const struct vattr *va,
usr.sbin/puffs/mount_psshfs/psbuf.c
308
psbuf_get_1(struct puffs_framebuf *pb, uint8_t *val)
usr.sbin/puffs/mount_psshfs/psbuf.c
315
psbuf_get_2(struct puffs_framebuf *pb, uint16_t *val)
usr.sbin/puffs/mount_psshfs/psbuf.c
326
psbuf_get_4(struct puffs_framebuf *pb, uint32_t *val)
usr.sbin/puffs/mount_psshfs/psbuf.c
337
psbuf_get_8(struct puffs_framebuf *pb, uint64_t *val)
usr.sbin/puffs/mount_psshfs/psbuf.c
348
psbuf_get_str(struct puffs_framebuf *pb, char **strp, uint32_t *strlenp)
usr.sbin/puffs/mount_psshfs/psbuf.c
370
psbuf_get_vattr(struct puffs_framebuf *pb, struct vattr *vap)
usr.sbin/puffs/mount_psshfs/psbuf.c
453
expectcode(struct puffs_framebuf *pb, int value)
usr.sbin/puffs/mount_psshfs/psbuf.c
479
psbuf_expect_status(struct puffs_framebuf *pb)
usr.sbin/puffs/mount_psshfs/psbuf.c
492
psbuf_expect_handle(struct puffs_framebuf *pb, char **hand, uint32_t *handlen)
usr.sbin/puffs/mount_psshfs/psbuf.c
503
psbuf_do_data(struct puffs_framebuf *pb, uint8_t *data, uint32_t *dlen)
usr.sbin/puffs/mount_psshfs/psbuf.c
552
psbuf_expect_name(struct puffs_framebuf *pb, uint32_t *count)
usr.sbin/puffs/mount_psshfs/psbuf.c
562
psbuf_expect_attrs(struct puffs_framebuf *pb, struct vattr *vap)
usr.sbin/puffs/mount_psshfs/psbuf.c
576
psbuf_req_data(struct puffs_framebuf *pb, int type, uint32_t reqid,
usr.sbin/puffs/mount_psshfs/psbuf.c
586
psbuf_req_str(struct puffs_framebuf *pb, int type, uint32_t reqid,
usr.sbin/puffs/mount_psshfs/psbuf.c
64
psbuf_get_type(struct puffs_framebuf *pb)
usr.sbin/puffs/mount_psshfs/psbuf.c
73
psbuf_get_len(struct puffs_framebuf *pb)
usr.sbin/puffs/mount_psshfs/psbuf.c
82
psbuf_get_reqid(struct puffs_framebuf *pb)
usr.sbin/puffs/mount_psshfs/psbuf.c
92
psbuf_read(struct puffs_usermount *pu, struct puffs_framebuf *pb,
usr.sbin/puffs/mount_psshfs/psshfs.h
137
struct puffs_framebuf *lazyopen_r;
usr.sbin/puffs/mount_psshfs/psshfs.h
138
struct puffs_framebuf *lazyopen_w;
usr.sbin/puffs/mount_psshfs/psshfs.h
170
struct puffs_framebuf *curpb;
usr.sbin/puffs/mount_psshfs/psshfs.h
189
int psbuf_read(struct puffs_usermount *, struct puffs_framebuf *,int,int*);
usr.sbin/puffs/mount_psshfs/psshfs.h
190
int psbuf_write(struct puffs_usermount *, struct puffs_framebuf *,int,int*);
usr.sbin/puffs/mount_psshfs/psshfs.h
192
struct puffs_framebuf *, struct puffs_framebuf *, int *);
usr.sbin/puffs/mount_psshfs/psshfs.h
194
struct puffs_framebuf *psbuf_makeout(void);
usr.sbin/puffs/mount_psshfs/psshfs.h
195
void psbuf_recycleout(struct puffs_framebuf *);
usr.sbin/puffs/mount_psshfs/psshfs.h
197
void psbuf_put_1(struct puffs_framebuf *, uint8_t);
usr.sbin/puffs/mount_psshfs/psshfs.h
198
void psbuf_put_2(struct puffs_framebuf *, uint16_t);
usr.sbin/puffs/mount_psshfs/psshfs.h
199
void psbuf_put_4(struct puffs_framebuf *, uint32_t);
usr.sbin/puffs/mount_psshfs/psshfs.h
200
void psbuf_put_8(struct puffs_framebuf *, uint64_t);
usr.sbin/puffs/mount_psshfs/psshfs.h
201
void psbuf_put_str(struct puffs_framebuf *, const char *);
usr.sbin/puffs/mount_psshfs/psshfs.h
202
void psbuf_put_data(struct puffs_framebuf *, const void *, uint32_t);
usr.sbin/puffs/mount_psshfs/psshfs.h
203
void psbuf_put_vattr(struct puffs_framebuf *, const struct vattr *,
usr.sbin/puffs/mount_psshfs/psshfs.h
206
uint8_t psbuf_get_type(struct puffs_framebuf *);
usr.sbin/puffs/mount_psshfs/psshfs.h
207
uint32_t psbuf_get_len(struct puffs_framebuf *);
usr.sbin/puffs/mount_psshfs/psshfs.h
208
uint32_t psbuf_get_reqid(struct puffs_framebuf *);
usr.sbin/puffs/mount_psshfs/psshfs.h
210
int psbuf_get_1(struct puffs_framebuf *, uint8_t *);
usr.sbin/puffs/mount_psshfs/psshfs.h
211
int psbuf_get_2(struct puffs_framebuf *, uint16_t *);
usr.sbin/puffs/mount_psshfs/psshfs.h
212
int psbuf_get_4(struct puffs_framebuf *, uint32_t *);
usr.sbin/puffs/mount_psshfs/psshfs.h
213
int psbuf_get_8(struct puffs_framebuf *, uint64_t *);
usr.sbin/puffs/mount_psshfs/psshfs.h
214
int psbuf_get_str(struct puffs_framebuf *, char **, uint32_t *);
usr.sbin/puffs/mount_psshfs/psshfs.h
215
int psbuf_get_vattr(struct puffs_framebuf *, struct vattr *);
usr.sbin/puffs/mount_psshfs/psshfs.h
217
int psbuf_expect_status(struct puffs_framebuf *);
usr.sbin/puffs/mount_psshfs/psshfs.h
218
int psbuf_expect_handle(struct puffs_framebuf *, char **, uint32_t *);
usr.sbin/puffs/mount_psshfs/psshfs.h
219
int psbuf_expect_name(struct puffs_framebuf *, uint32_t *);
usr.sbin/puffs/mount_psshfs/psshfs.h
220
int psbuf_expect_attrs(struct puffs_framebuf *, struct vattr *);
usr.sbin/puffs/mount_psshfs/psshfs.h
222
int psbuf_do_data(struct puffs_framebuf *, uint8_t *, uint32_t *);
usr.sbin/puffs/mount_psshfs/psshfs.h
224
void psbuf_req_data(struct puffs_framebuf *, int, uint32_t,
usr.sbin/puffs/mount_psshfs/psshfs.h
226
void psbuf_req_str(struct puffs_framebuf *, int, uint32_t, const char *);
usr.sbin/puffs/mount_psshfs/psshfs.h
243
void lazyopen_rresp(struct puffs_usermount *, struct puffs_framebuf *,
usr.sbin/puffs/mount_psshfs/psshfs.h
245
void lazyopen_wresp(struct puffs_usermount *, struct puffs_framebuf *,
usr.sbin/puffs/mount_psshfs/psshfs.h
61
struct puffs_framebuf *pb = psbuf_makeout(); \
usr.sbin/puffs/mount_psshfs/subr.c
136
struct puffs_framebuf *pb1, *pb2;
usr.sbin/puffs/mount_psshfs/subr.c
167
lazyopen_rresp(struct puffs_usermount *pu, struct puffs_framebuf *pb,
usr.sbin/puffs/mount_psshfs/subr.c
194
lazyopen_wresp(struct puffs_usermount *pu, struct puffs_framebuf *pb,
usr.sbin/puffs/mount_psshfs/subr.c
266
struct puffs_framebuf *pb;