Searched refs:nominal_fd (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/lib/librefuse/refuse/
H A Dv26.c44 int nominal_fd; local
50 nominal_fd = fuse_mount_v25(mountpoint, args);
51 if (nominal_fd == -1)
54 return fuse_chan_peek(nominal_fd);
H A Dv21.c46 int nominal_fd = -1; local
56 nominal_fd = fuse_mount_v25(mountpoint, &args);
60 return nominal_fd;
H A Dv11.c49 int nominal_fd = -1; local
65 nominal_fd = fuse_mount_v25(mountpoint, &args);
69 return nominal_fd;

Completed in 102 milliseconds