Home
last modified time | relevance | path

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

/xnu-10002.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.c1160 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 Dmac_process.c167 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-10002.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-10002.41.9/bsd/vfs/
H A Dvfs_syscalls.c877 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()