Home
last modified time | relevance | path

Searched refs:fhopen (Results 1 – 6 of 6) sorted by relevance

/dragonfly/lib/libc/sys/
H A DMakefile.inc68 fcntl.2 fhopen.2 flock.2 fork.2 fsync.2 \
128 MLINKS+=fhopen.2 fhstat.2 \
129 fhopen.2 fhstatfs.2 \
130 fhopen.2 fhstatvfs.2
H A DSymbol.map78 fhopen;
/dragonfly/sys/sys/
H A Dsysunion.h171 struct fhopen_args fhopen; member
H A Dsyscall.mk165 fhopen.o \
H A Dmount.h822 int fhopen (const struct fhandle *, int);
/dragonfly/usr.sbin/rpc.lockd/
H A Dlockd_lock.c410 fl->fd = fhopen(&fl->filehandle, O_RDWR); in do_lock()