Home
last modified time | relevance | path

Searched refs:fcaps1 (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/kern/
H A Dsys_pipe.c444 kern_pipe(struct thread *td, int fildes[2], int flags, struct filecaps *fcaps1, in kern_pipe() argument
457 error = falloc_caps(td, &rf, &fd, flags, fcaps1); in kern_pipe()
/f-stack/freebsd/sys/
H A Dsyscallsubr.h227 struct filecaps *fcaps1, struct filecaps *fcaps2);