Home
last modified time | relevance | path

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

/freebsd/sys/security/mac/
H A Dmac_pipe.c230 mac_pipe_check_write(struct ucred *cred, struct pipepair *pp) in mac_pipe_check_write() function
H A Dmac_framework.h298 int mac_pipe_check_write(struct ucred *cred, struct pipepair *pp);
/freebsd/sys/kern/
H A Dsys_pipe.c1125 error = mac_pipe_check_write(active_cred, wpipe->pipe_pair); in pipe_write()