Home
last modified time | relevance | path

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

/xnu-8020.140.41/security/
H A Dmac_internal.h202 int mac_error_select(int error1, int error2);
268 error = mac_error_select(__step_err, error); \
H A Dmac_vfs.c848 error = mac_error_select(hook(cred, new, vfs_context_proc(ctx), vp, offset, scriptvp, in mac_cred_label_update_execve()
867 error = mac_error_select(hook(cred, new, vfs_context_proc(ctx), vp, offset, scriptvp, in mac_cred_label_update_execve()
1270 error = mac_error_select( in mac_vnode_check_exec()
1291 error = mac_error_select( in mac_vnode_check_exec()
H A Dmac_base.c855 mac_error_select(int error1, int error2) in mac_error_select() function