Home
last modified time | relevance | path

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

/freebsd-12.1/sys/sys/
H A Dsyscallsubr.h194 struct filecaps *fcaps1, struct filecaps *fcaps2);
/freebsd-12.1/sys/kern/
H A Dsys_pipe.c400 struct filecaps *fcaps2) in kern_pipe() argument
430 error = falloc_caps(td, &wf, &fd, flags, fcaps2); in kern_pipe()