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

/macosx-10.9.5/kext_tools-326.95.1/
H A Dbootroot_internal.h45 kBRUExpectUpToDate = 0x8, // successful updates -> EX_OSFILE enumerator in enum:__anon9187
H A Dupdate_boot.c428 if (up->opts & kBRUExpectUpToDate) return;
539 if (up->opts & kBRUExpectUpToDate) {
568 OSKextLog(NULL,kOSKextLogFileAccessFlag|((up->opts & kBRUExpectUpToDate)
757 if ((opts & kBRUExpectUpToDate) && getppid() == 2 /* launchctl */) {
972 Boolean expectUpToDate = (opts & kBRUExpectUpToDate);
1109 // kBRUExpectUpToDate is used to differentiate "success: everything clean"
H A Dkextcache_main.c869 if (toolArgs->expectUpToDate) { opts |= kBRUExpectUpToDate; }

Completed in 91 milliseconds