/src/usr.sbin/puffs/mount_psshfs/ |
fs.c | 101 DO_IO(psbuf_write, pu, pb, fd, &done, rv); 131 DO_IO(psbuf_write, pu, pb, fd, &done, rv); 146 DO_IO(psbuf_write, pu, pb, fd, &done, rv);
|
psshfs.h | 190 int psbuf_write(struct puffs_usermount *, struct puffs_framebuf *,int,int*);
|
psbuf.c | 137 psbuf_write(struct puffs_usermount *pu, struct puffs_framebuf *pb, function in typeref:typename:int
|
psshfs.c | 320 puffs_framev_init(pu, psbuf_read, psbuf_write, psbuf_cmp, NULL, notfn);
|