/src/sbin/mount_portal/ |
puffs_portal.c | 358 puffs_framev_removefd(pu, s[0], 0); 614 puffs_framev_removefd(pu, portn->fd, 0); 833 puffs_framev_removefd(pu, portn->fd, 0);
|
puffs_portal.c | 358 puffs_framev_removefd(pu, s[0], 0); 614 puffs_framev_removefd(pu, portn->fd, 0); 833 puffs_framev_removefd(pu, portn->fd, 0);
|
/src/usr.sbin/puffs/mount_psshfs/ |
psshfs.c | 390 puffs_framev_removefd(pu, fd, ECONNRESET);
|
psshfs.c | 390 puffs_framev_removefd(pu, fd, ECONNRESET);
|
/src/lib/libpuffs/ |
framebuf.c | 1016 puffs_framev_removefd(struct puffs_usermount *pu, int fd, int error) function in typeref:typename:int 1034 (void) puffs_framev_removefd(pu, fd, ECONNRESET);
|
framebuf.c | 1016 puffs_framev_removefd(struct puffs_usermount *pu, int fd, int error) function in typeref:typename:int 1034 (void) puffs_framev_removefd(pu, fd, ECONNRESET);
|
puffs.h | 727 int puffs_framev_removefd(struct puffs_usermount *, int, int);
|
puffs.h | 727 int puffs_framev_removefd(struct puffs_usermount *, int, int);
|