Home
last modified time | relevance | path

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

/f-stack/freebsd/security/mac/
H A Dmac_pipe.c216 mac_pipe_check_stat(struct ucred *cred, struct pipepair *pp) in mac_pipe_check_stat() function
H A Dmac_framework.h233 int mac_pipe_check_stat(struct ucred *cred, struct pipepair *pp);
/f-stack/freebsd/kern/
H A Dsys_pipe.c1504 error = mac_pipe_check_stat(active_cred, pipe->pipe_pair); in pipe_stat()