Home
last modified time | relevance | path

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

/xnu-10063.121.3/security/
H A Dmac_pipe.c177 mac_pipe_check_select(kauth_cred_t cred, struct pipe *cpipe, int which) in mac_pipe_check_select() function
H A Dmac_framework.h263 int mac_pipe_check_select(kauth_cred_t cred, struct pipe *cpipe,
/xnu-10063.121.3/bsd/kern/
H A Dsys_pipe.c1264 if (mac_pipe_check_select(vfs_context_ucred(ctx), rpipe, which)) { in pipe_select()