Home
last modified time | relevance | path

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

/xnu-10002.41.9/security/
H A Dmac_pipe.c194 mac_pipe_check_stat(kauth_cred_t cred, struct pipe *cpipe) in mac_pipe_check_stat() function
H A Dmac_framework.h265 int mac_pipe_check_stat(kauth_cred_t cred, struct pipe *cpipe) __result_use_check;
/xnu-10002.41.9/bsd/kern/
H A Dsys_pipe.c472 error = mac_pipe_check_stat(kauth_cred_get(), cpipe); in pipe_stat()
1684 error = mac_pipe_check_stat(kauth_cred_get(), cpipe); in fill_pipeinfo()