Home
last modified time | relevance | path

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

/freebsd-14.2/sys/security/mac/
H A Dmac_pipe.c214 mac_pipe_check_stat(struct ucred *cred, struct pipepair *pp) in mac_pipe_check_stat() function
H A Dmac_framework.h281 int mac_pipe_check_stat(struct ucred *cred, struct pipepair *pp);
/freebsd-14.2/sys/kern/
H A Dsys_pipe.c1578 error = mac_pipe_check_stat(active_cred, pipe->pipe_pair); in pipe_stat()