/src/usr.sbin/puffs/mount_9p/ |
ninepuffs.h | 68 struct puffs_framebuf *pb = p9pbuf_makeout(); \ 127 struct puffs_framebuf *p9pbuf_makeout(void); 128 void p9pbuf_recycleout(struct puffs_framebuf *); 130 int p9pbuf_read(struct puffs_usermount *, struct puffs_framebuf *,int,int*); 131 int p9pbuf_write(struct puffs_usermount *, struct puffs_framebuf*,int,int*); 133 struct puffs_framebuf *, struct puffs_framebuf *, int *); 135 void p9pbuf_put_1(struct puffs_framebuf *, uint8_t); 136 void p9pbuf_put_2(struct puffs_framebuf *, uint16_t); 137 void p9pbuf_put_4(struct puffs_framebuf *, uint32_t) [all...] |
ninebuf.c | 49 p9pbuf_get_type(struct puffs_framebuf *pb) 58 p9pbuf_get_tag(struct puffs_framebuf *pb) 67 p9pbuf_get_len(struct puffs_framebuf *pb) 77 p9pbuf_read(struct puffs_usermount *pu, struct puffs_framebuf *pb, 122 p9pbuf_write(struct puffs_usermount *pu, struct puffs_framebuf *pb, 163 struct puffs_framebuf *c1, struct puffs_framebuf *c2, int *notresp) 169 struct puffs_framebuf * 172 struct puffs_framebuf *pb; 180 p9pbuf_recycleout(struct puffs_framebuf *pb [all...] |
nineproto.c | 46 proto_getqid(struct puffs_framebuf *pb, struct qid9p *qid) 120 proto_getstat(struct puffs_usermount *pu, struct puffs_framebuf *pb, struct vattr *vap, 188 proto_rerror(struct puffs_usermount *pu, struct puffs_framebuf *pb, 216 proto_handle_rerror(struct puffs_usermount *pu, struct puffs_framebuf *pb) 235 struct puffs_framebuf *pb; 263 struct puffs_framebuf *pb; 298 struct puffs_framebuf *pb; 322 proto_make_stat(struct puffs_usermount *pu, struct puffs_framebuf *pb, 394 proto_expect_walk_nqids(struct puffs_usermount *pu, struct puffs_framebuf *pb, 404 proto_expect_qid(struct puffs_usermount *pu, struct puffs_framebuf *pb [all...] |
subr.c | 127 struct puffs_framebuf *pb = p9pbuf_makeout();
|
fs.c | 67 struct puffs_framebuf *pb;
|
/src/usr.sbin/perfused/ |
perfused.h | 34 #define PERFUSE_MSG_T struct puffs_framebuf 49 struct puffs_framebuf *, int, int *); 51 struct puffs_framebuf *, int, int *); 53 struct puffs_framebuf *, struct puffs_framebuf *, int *); 54 void perfused_gotframe(struct puffs_usermount *, struct puffs_framebuf *);
|
msg.c | 46 static int xchg_pb_inloop(struct puffs_usermount *a, struct puffs_framebuf *, 48 static int xchg_pb_early(struct puffs_usermount *a, struct puffs_framebuf *, 169 struct puffs_framebuf *pb; 232 xchg_pb_early(struct puffs_usermount *pu, struct puffs_framebuf *pb, int fd, 261 xchg_pb_inloop(struct puffs_usermount *pu, struct puffs_framebuf *pb, int fd, 281 struct puffs_framebuf *pb = (struct puffs_framebuf *)(void *)pm; 372 struct puffs_framebuf *pb; 377 pb = (struct puffs_framebuf *)(void *)pm; 392 struct puffs_framebuf *pb [all...] |
/src/usr.sbin/puffs/mount_psshfs/ |
psshfs.h | 61 struct puffs_framebuf *pb = psbuf_makeout(); \ 137 struct puffs_framebuf *lazyopen_r; 138 struct puffs_framebuf *lazyopen_w; 170 struct puffs_framebuf *curpb; 189 int psbuf_read(struct puffs_usermount *, struct puffs_framebuf *,int,int*); 190 int psbuf_write(struct puffs_usermount *, struct puffs_framebuf *,int,int*); 192 struct puffs_framebuf *, struct puffs_framebuf *, int *); 194 struct puffs_framebuf *psbuf_makeout(void); 195 void psbuf_recycleout(struct puffs_framebuf *); [all...] |
psbuf.c | 63 psbuf_get_type(struct puffs_framebuf *pb) 72 psbuf_get_len(struct puffs_framebuf *pb) 81 psbuf_get_reqid(struct puffs_framebuf *pb) 91 psbuf_read(struct puffs_usermount *pu, struct puffs_framebuf *pb, 137 psbuf_write(struct puffs_usermount *pu, struct puffs_framebuf *pb, 179 struct puffs_framebuf *cmp1, struct puffs_framebuf *cmp2, int *notresp) 185 struct puffs_framebuf * 188 struct puffs_framebuf *pb; 196 psbuf_recycleout(struct puffs_framebuf *pb [all...] |
subr.c | 136 struct puffs_framebuf *pb1, *pb2; 167 lazyopen_rresp(struct puffs_usermount *pu, struct puffs_framebuf *pb, 194 lazyopen_wresp(struct puffs_usermount *pu, struct puffs_framebuf *pb, 266 struct puffs_framebuf *pb;
|
node.c | 139 struct puffs_framebuf *pb; 251 struct puffs_framebuf *pb2 = psbuf_makeout(); 290 struct puffs_framebuf *pb, *pb2; 801 struct puffs_framebuf *pb2 = psbuf_makeout(); 843 struct puffs_framebuf *pb2 = psbuf_makeout();
|
fs.c | 88 struct puffs_framebuf *pb;
|
/src/lib/libpuffs/ |
puffs_priv.h | 61 struct puffs_framebuf *cur_in; 63 TAILQ_HEAD(, puffs_framebuf) snd_qing; /* queueing to be sent */ 64 TAILQ_HEAD(, puffs_framebuf) res_qing; /* q'ing for rescue */ 167 struct puffs_framebuf *pcc_pb; 230 void *puffs__framebuf_getdataptr(struct puffs_framebuf *); 233 void puffs__framebuf_moveinfo(struct puffs_framebuf *, 234 struct puffs_framebuf *); 237 void puffs__ml_dispatch(struct puffs_usermount *, struct puffs_framebuf *); 249 int puffs__fsframe_read(struct puffs_usermount *, struct puffs_framebuf *, 251 int puffs__fsframe_write(struct puffs_usermount *, struct puffs_framebuf *, [all...] |
puffs.h | 456 struct puffs_framebuf; 458 struct puffs_framebuf *, 461 struct puffs_framebuf *, 464 struct puffs_framebuf *, 465 struct puffs_framebuf *, 469 struct puffs_framebuf *); 471 struct puffs_framebuf *, 554 struct puffs_framebuf *, 557 struct puffs_framebuf **); 687 struct puffs_framebuf *puffs_framebuf_make(void) [all...] |
framebuf.c | 54 struct puffs_framebuf { struct 70 TAILQ_ENTRY(puffs_framebuf) pfb_entries; 102 struct puffs_framebuf * 105 struct puffs_framebuf *pufbuf; 107 pufbuf = malloc(sizeof(struct puffs_framebuf)); 110 memset(pufbuf, 0, sizeof(struct puffs_framebuf)); 124 puffs_framebuf_destroy(struct puffs_framebuf *pufbuf) 134 puffs_framebuf_recycle(struct puffs_framebuf *pufbuf) 145 reservespace(struct puffs_framebuf *pufbuf, size_t off, size_t wantsize) 169 puffs_framebuf_dup(struct puffs_framebuf *pb, struct puffs_framebuf **pbp [all...] |
requests.c | 59 puffs__fsframe_read(struct puffs_usermount *pu, struct puffs_framebuf *pb, 118 puffs__fsframe_write(struct puffs_usermount *pu, struct puffs_framebuf *pb, 202 struct puffs_framebuf *pb1, struct puffs_framebuf *pb2, int *notresp) 234 puffs__fsframe_gotframe(struct puffs_usermount *pu, struct puffs_framebuf *pb)
|
Makefile | 16 puffs_framebuf.3 puffs_node.3 puffs_ops.3 puffs_path.3
|
flush.c | 62 struct puffs_framebuf *pb;
|
dispatcher.c | 57 puffs__ml_dispatch(struct puffs_usermount *pu, struct puffs_framebuf *pb) 87 puffs_dispatch_create(struct puffs_usermount *pu, struct puffs_framebuf *pb, 102 puffs_dispatch_exec(struct puffs_cc *pcc, struct puffs_framebuf **pbp)
|
puffs.c | 727 struct puffs_framebuf *pb;
|
/src/sbin/mount_portal/ |
puffs_portal.c | 113 readfd(struct puffs_framebuf *pufbuf, int fd, int *done) 165 readdata(struct puffs_framebuf *pufbuf, int fd, int *done) 216 portal_frame_rf(struct puffs_usermount *pu, struct puffs_framebuf *pufbuf, 233 portal_frame_wf(struct puffs_usermount *pu, struct puffs_framebuf *pufbuf, 329 struct puffs_framebuf *pufbuf; 661 struct puffs_framebuf *pufbuf; 735 struct puffs_framebuf *pufbuf;
|
/src/lib/libperfuse/ |
perfuse_if.h | 124 #define PEFUSE_MSG_T struct puffs_framebuf
|
/src/share/examples/puffs/pgfs/ |
pgfs_db.c | 798 pgfs_readframe(struct puffs_usermount *pu, struct puffs_framebuf *pufbuf,
|