Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dfiledesc.h242 int finstall(struct thread *td, struct file *fp, int *resultfd, int flags,
/f-stack/freebsd/kern/
H A Dsys_generic.c889 error = finstall(td, fp, &fd, fflags, NULL); in kern_specialfd()
H A Dkern_descrip.c2103 finstall(struct thread *td, struct file *fp, int *fd, int flags, in finstall() function
H A Dvfs_syscalls.c4533 error = finstall(td, fp, &indx, fmode, NULL); in kern_fhopen()