Searched refs:m_string (Results 1 – 7 of 7) sorted by relevance
| /xnu-10002.41.9/security/ |
| H A D | mac.h | 94 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 D | mac_base.c | 1160 mac->m_string = mac64.m_string; in user_mac_copyin() 1168 mac->m_string = mac32.m_string; in user_mac_copyin() 1190 if ((error = copyinstr(mac.m_string, input, len, &ulen))) { in mac_do_get() 1203 error = copyout(output, mac.m_string, strlen(output) + 1); in mac_do_get() 1226 if ((error = copyinstr(mac.m_string, input, len, &ulen))) { in mac_do_set()
|
| H A D | mac_process.c | 167 mac->m_string, mac->m_buflen); in mac_cred_label_externalize_audit()
|
| H A D | mac_vfs.c | 283 mac->m_string, mac->m_buflen); in mac_vnode_label_externalize_audit()
|
| /xnu-10002.41.9/bsd/security/audit/ |
| H A D | audit_mac.c | 85 mac.m_string = ar->k_ar.ar_cred_mac_labels; in audit_mac_new()
|
| H A D | audit_arg.c | 814 mac.m_string = *vnode_mac_labelp; in audit_arg_vnpath()
|
| /xnu-10002.41.9/bsd/vfs/ |
| H A D | vfs_syscalls.c | 877 mac.m_string = (user_addr_t)mac64.m_string; in __mac_mount() 882 mac.m_string = mac32.m_string; in __mac_mount() 894 error = copyinstr(mac.m_string, labelstr, mac.m_buflen, &ulen); in __mac_mount()
|