Home
last modified time | relevance | path

Searched refs:falloc_caps (Results 1 – 8 of 8) sorted by relevance

/f-stack/freebsd/sys/
H A Dfiledesc.h215 falloc_caps(td, resultfp, resultfd, flags, NULL)
235 int falloc_caps(struct thread *td, struct file **resultfp, int *resultfd,
/f-stack/freebsd/kern/
H A Dsys_procdesc.c246 return (falloc_caps(td, resultfp, resultfd, fflags, fcaps)); in procdesc_falloc()
H A Dsys_pipe.c457 error = falloc_caps(td, &rf, &fd, flags, fcaps1); in kern_pipe()
477 error = falloc_caps(td, &wf, &fd, flags, fcaps2); in kern_pipe()
H A Duipc_syscalls.c353 error = falloc_caps(td, &nfp, &fd, in kern_accept4()
H A Duipc_shm.c1094 error = falloc_caps(td, &fp, &fd, flags & O_CLOEXEC, fcaps); in kern_shm_open2()
H A Dkern_event.c986 error = falloc_caps(td, &fp, &fd, flags, fcaps); in kern_kqueue()
H A Dkern_umtx.c4119 error = falloc_caps(td, &fp, &fd, O_CLOEXEC, NULL); in umtx_shm()
H A Dkern_descrip.c1983 falloc_caps(struct thread *td, struct file **resultfp, int *resultfd, int flags, in falloc_caps() function