Searched refs:updated (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/iokit/Kernel/
H A DIOCommandQueue.cpp144 #error IOCommandQueue::checkForWork needs to be updated for new command size
198 #error IOCommandQueue::enqueueCommand needs to be updated
/darwin-on-arm/xnu/bsd/security/audit/
H A Daudit_session.c791 * Update the session entry and check to see if anything was updated.
793 * 0 Nothing was updated (We don't care about process preselection masks)
794 * 1 Something was updated.
882 int updated; local
884 updated = audit_update_sentry(found_se, new_aia_p);
894 * If the session information was updated then
897 if (updated)

Completed in 28 milliseconds