Searched refs:host_fsec_magic (Results 1 – 1 of 1) sorted by relevance
2555 uint32_t host_fsec_magic; in vnode_get_filesec() local2629 host_fsec_magic = ntohl(KAUTH_FILESEC_MAGIC); in vnode_get_filesec()2630 if (fsec->fsec_magic != host_fsec_magic) { in vnode_get_filesec()2631 KAUTH_DEBUG("ACL - BAD MAGIC %x", host_fsec_magic); in vnode_get_filesec()