Home
last modified time | relevance | path

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

/xnu-11417.101.15/security/
H A Dmac_internal.h202 int mac_error_select(int error1, int error2);
271 error = mac_error_select(__step_err, error); \
H A Dmac_vfs.c823 error = mac_error_select(hook(cred, new, vfs_context_proc(ctx), vp, offset, scriptvp, in mac_cred_label_update_execve()
842 error = mac_error_select(hook(cred, new, vfs_context_proc(ctx), vp, offset, scriptvp, in mac_cred_label_update_execve()
1245 error = mac_error_select( in mac_vnode_check_exec()
1266 error = mac_error_select( in mac_vnode_check_exec()
2934 error = mac_error_select(__step_err, error); in mac_vnode_check_rename_swap()
2940 error = mac_error_select(__step_err, error); in mac_vnode_check_rename_swap()
2943 error = mac_error_select(__step_err, error); in mac_vnode_check_rename_swap()
H A Dmac_process.c936 error = mac_error_select( in mac_proc_check_launch_constraints()
H A Dmac_base.c856 mac_error_select(int error1, int error2) in mac_error_select() function