Home
last modified time | relevance | path

Searched refs:mac32 (Results 1 – 2 of 2) sorted by relevance

/xnu-8020.140.41/security/
H A Dmac_base.c1161 struct user32_mac mac32; in user_mac_copyin() local
1162 if ((error = copyin(mac_p, &mac32, sizeof(mac32)))) { in user_mac_copyin()
1166 mac->m_buflen = mac32.m_buflen; in user_mac_copyin()
1167 mac->m_string = mac32.m_string; in user_mac_copyin()
/xnu-8020.140.41/bsd/vfs/
H A Dvfs_syscalls.c567 struct user32_mac mac32; in __mac_mount() local
568 error = copyin(uap->mac_p, &mac32, sizeof(mac32)); in __mac_mount()
569 mac.m_buflen = mac32.m_buflen; in __mac_mount()
570 mac.m_string = mac32.m_string; in __mac_mount()