Searched refs:puffs_framev_enqueue_cc (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/lib/libpuffs/ |
H A D | flush.c | 85 rv = puffs_framev_enqueue_cc(puffs_cc_getcc(pu), in doflush()
|
H A D | puffs.h | 709 int puffs_framev_enqueue_cc(struct puffs_cc *, int,
|
H A D | framebuf.c | 355 puffs_framev_enqueue_cc(struct puffs_cc *pcc, int fd, in puffs_framev_enqueue_cc() function
|
/netbsd-src/usr.sbin/puffs/mount_9p/ |
H A D | ninepuffs.h | 77 if (puffs_framev_enqueue_cc(pcc, p9p->servsock, pb, 0) == -1) { \
|
H A D | nineproto.c | 274 if (puffs_framev_enqueue_cc(pcc, p9p->servsock, pb, 0) == 0) { in proto_cc_clunkfid()
|
/netbsd-src/usr.sbin/puffs/mount_psshfs/ |
H A D | psshfs.h | 70 if (puffs_framev_enqueue_cc(pcc, fd, pb, 0) == -1) { \
|
H A D | subr.c | 291 if (puffs_framev_enqueue_cc(pcc, pctx->sshfd, pb, 0) == -1) { in sftp_readdir()
|
/netbsd-src/usr.sbin/perfused/ |
H A D | msg.c | 271 error = puffs_framev_enqueue_cc(pcc, fd, pb, 0); in xchg_pb_inloop()
|