Home
last modified time | relevance | path

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

/netbsd/usr.sbin/puffs/mount_psshfs/
H A Dfs.c101 DO_IO(psbuf_write, pu, pb, fd, &done, rv); in psshfs_handshake()
131 DO_IO(psbuf_write, pu, pb, fd, &done, rv); in psshfs_handshake()
146 DO_IO(psbuf_write, pu, pb, fd, &done, rv); in psshfs_handshake()
H A Dpsshfs.h190 int psbuf_write(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.c137 psbuf_write(struct puffs_usermount *pu, struct puffs_framebuf *pb, in psbuf_write() function