Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dsys_pipe.c152 static fo_chmod_t pipe_chmod; variable
165 .fo_chmod = pipe_chmod,
1625 pipe_chmod(struct file *fp, mode_t mode, struct ucred *active_cred, struct thread *td) in pipe_chmod() function