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

/freebsd-10-stable/sys/sys/
H A Dfiledesc.h151 int finstall(struct thread *td, struct file *fp, int *resultfp, int flags,
/freebsd-10-stable/sys/kern/
H A Dkern_descrip.c1749 error = finstall(td, fp, &fd, flags, NULL);
1803 finstall(struct thread *td, struct file *fp, int *fd, int flags, function
H A Dvfs_syscalls.c1135 error = finstall(td, fp, &indx, flags, fcaps);
1136 /* On success finstall() consumes fcaps. */
4507 error = finstall(td, fp, &indx, fmode, NULL);

Completed in 82 milliseconds