Home
last modified time | relevance | path

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

/NextBSD/sys/sys/
HDfiledesc.h169 int finstall(struct thread *td, struct file *fp, int *resultfd, int flags,
/NextBSD/sys/compat/cloudabi/
HDcloudabi_file.c316 error = finstall(td, fp, &fd, fflags, &fcaps); in cloudabi_sys_file_open()
/NextBSD/sys/kern/
HDkern_descrip.c1730 error = finstall(td, fp, &fd, flags, fcaps); in falloc_caps()
1808 finstall(struct thread *td, struct file *fp, int *fd, int flags, in finstall() function
HDvfs_syscalls.c1073 error = finstall(td, fp, &indx, flags, fcaps); in kern_openat()
4329 error = finstall(td, fp, &indx, fmode, NULL);