Home
last modified time | relevance | path

Searched refs:m_string (Results 1 – 7 of 7) sorted by relevance

/xnu-8792.41.9/security/
H A Dmac.h94 char *m_string; member
115 user_addr_t m_string; member
120 uint32_t m_string; member
125 uint64_t m_string; member
H A Dmac_base.c1159 mac->m_string = mac64.m_string; in user_mac_copyin()
1167 mac->m_string = mac32.m_string; in user_mac_copyin()
1189 if ((error = copyinstr(mac.m_string, input, len, &ulen))) { in mac_do_get()
1202 error = copyout(output, mac.m_string, strlen(output) + 1); in mac_do_get()
1225 if ((error = copyinstr(mac.m_string, input, len, &ulen))) { in mac_do_set()
H A Dmac_process.c146 mac->m_string, mac->m_buflen); in mac_cred_label_externalize_audit()
H A Dmac_vfs.c283 mac->m_string, mac->m_buflen); in mac_vnode_label_externalize_audit()
/xnu-8792.41.9/bsd/security/audit/
H A Daudit_mac.c85 mac.m_string = ar->k_ar.ar_cred_mac_labels; in audit_mac_new()
H A Daudit_arg.c814 mac.m_string = *vnode_mac_labelp; in audit_arg_vnpath()
/xnu-8792.41.9/bsd/vfs/
H A Dvfs_syscalls.c887 mac.m_string = (user_addr_t)mac64.m_string; in __mac_mount()
892 mac.m_string = mac32.m_string; in __mac_mount()
904 error = copyinstr(mac.m_string, labelstr, mac.m_buflen, &ulen); in __mac_mount()