Home
last modified time | relevance | path

Searched refs:psbuf_read (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/usr.sbin/puffs/mount_psshfs/
H A Dfs.c104 DO_IO(psbuf_read, pu, pb, fd, &done, rv); in psshfs_handshake()
134 DO_IO(psbuf_read, pu, pb, fd, &done, rv); in psshfs_handshake()
149 DO_IO(psbuf_read, pu, pb, fd, &done, rv); in psshfs_handshake()
H A Dpsshfs.h189 int psbuf_read(struct puffs_usermount *, struct puffs_framebuf *,int,int*);
H A Dpsshfs.c320 puffs_framev_init(pu, psbuf_read, psbuf_write, psbuf_cmp, NULL, notfn); in main()
H A Dpsbuf.c91 psbuf_read(struct puffs_usermount *pu, struct puffs_framebuf *pb, in psbuf_read() function