Home
last modified time | relevance | path

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

/xnu-10002.41.9/security/
H A Dmac_pipe.c211 mac_pipe_check_write(kauth_cred_t cred, struct pipe *cpipe) in mac_pipe_check_write() function
H A Dmac_framework.h266 int mac_pipe_check_write(kauth_cred_t cred, struct pipe *cpipe) __result_use_check;
/xnu-10002.41.9/bsd/kern/
H A Dsys_pipe.c939 error = mac_pipe_check_write(kauth_cred_get(), wpipe); in pipe_write()