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

/xnu-2782.1.97/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
/xnu-2782.1.97/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)
/xnu-2782.1.97/bsd/net/
H A Dcontent_filter.c840 /* Make sure we've updated the offset we peeked at */
2949 int updated = 0; local
2973 /* Record updated offsets for this content filter */
2979 updated = 1;
2988 updated = 1;
2991 if (updated == 0)

Completed in 39 milliseconds