| /xnu-11215/iokit/Kernel/ |
| H A D | IOPMPowerSource.cpp | 261 b ? kOSBooleanTrue : kOSBooleanFalse); in setExternalConnected() 268 b ? kOSBooleanTrue : kOSBooleanFalse); in setExternalChargeCapable() 275 b ? kOSBooleanTrue : kOSBooleanFalse); in setBatteryInstalled() 282 b ? kOSBooleanTrue : kOSBooleanFalse); in setIsCharging() 289 b ? kOSBooleanTrue : kOSBooleanFalse); in setAtWarnLevel() 296 b ? kOSBooleanTrue : kOSBooleanFalse); in setAtCriticalLevel() 415 return kOSBooleanTrue == properties->getObject(externalConnectedKey); in externalConnected() 427 return kOSBooleanTrue == properties->getObject(batteryInstalledKey); in batteryInstalled() 433 return kOSBooleanTrue == properties->getObject(chargingKey); in isCharging() 439 return kOSBooleanTrue == properties->getObject(warnLevelKey); in atWarnLevel() [all …]
|
| H A D | RootDomainUserClient.cpp | 55 properties->setObject(kIOUserClientCrossEndianCompatibleKey, kOSBooleanTrue); in OSDefineMetaClassAndStructors() 77 setProperty(kIOUserClientDefaultLockingKey, kOSBooleanTrue); in start() 78 setProperty(kIOUserClientDefaultLockingSetPropertiesKey, kOSBooleanTrue); in start()
|
| H A D | PassthruInterruptController.cpp | 46 !this->setProperty(gPlatformInterruptControllerName, kOSBooleanTrue) || in init()
|
| H A D | IOCatalogue.cpp | 192 dict->setObject("KernelConfigTable", kOSBooleanTrue); in init() 757 okToTerminate = (kOSBooleanTrue == prop); in terminateDrivers() 879 isDeferredMatch = service->propertyHasValue(gIOMatchDeferKey, kOSBooleanTrue); in terminateDriversForUserspaceReboot() 883 preserveDuringUserspaceReboot = prop == kOSBooleanTrue; in terminateDriversForUserspaceReboot()
|
| H A D | IOServicePM.cpp | 5554 setProperty(kIOPMTardyAckSPSKey, kOSBooleanTrue); in ackTimerTick() 6081 (flag != kOSBooleanTrue)) { in logAppTimeouts() 6371 OSObject * waitForReply = kOSBooleanTrue; in pmTellAppWithResponse() 6426 if (waitForReply == kOSBooleanTrue) { in pmTellAppWithResponse() 6437 context->responseArray->setObject(msgIndex, kOSBooleanTrue); in pmTellAppWithResponse() 6462 OSObject * replied = kOSBooleanTrue; in pmTellClientWithResponse() 6648 (waitForReply == kOSBooleanTrue), in pmTellCapabilityAppWithResponse() 6696 OSObject * replied = kOSBooleanTrue; in pmTellCapabilityClientWithResponse() 7014 if (kOSBooleanTrue != theFlag) { in checkForDone() 7155 fResponseArray->replaceObject(i, kOSBooleanTrue); in updateClientResponses() [all …]
|
| H A D | IOPMrootDomain.cpp | 1679 setProperty(gIOPMUserIsActiveKey.get(), kOSBooleanTrue); in start() 1847 clientEntitled = (obj == kOSBooleanTrue); in setProperties() 1919 publishResource(key, kOSBooleanTrue); in setProperties() 1997 if (kOSBooleanTrue == obj) { in setProperties() 4344 clamshellClosed ? kOSBooleanTrue : kOSBooleanFalse); 5642 *option = (obj == kOSBooleanTrue) ? 1 : 0; 7165 *waitForReply = kOSBooleanTrue; 7223 *waitForReply = kOSBooleanTrue; 8124 if (kOSBooleanTrue == (OSBoolean *) arg0) { 8732 setProperty(gIOPMUserIsActiveKey.get(), kOSBooleanTrue); [all …]
|
| H A D | IOService.cpp | 1603 ios->setProperty(gIOMatchedAtBootKey, kOSBooleanTrue); in setPlatform() 1604 ios->setProperty(gIOPrimaryDriverTerminateOptionsKey, kOSBooleanTrue); in setPlatform() 4019 props->setObject(gIOMatchedAtBootKey, kOSBooleanTrue); in probeCandidates() 4206 && kOSBooleanTrue == inst->getProperty(gIOMatchDeferKey)); in probeCandidates() 4853 service->setProperty(gIOServiceMatchDeferredKey, kOSBooleanTrue); in startCandidate() 4985 service->setProperty(gIOPrimaryDriverTerminateOptionsKey, kOSBooleanTrue); in startCandidate() 7332 gIOConsoleBooterLockState = kOSBooleanTrue; in updateConsoleUsers() 7382 locked = kOSBooleanTrue; in updateConsoleUsers() 7405 locked = kOSBooleanTrue; in updateConsoleUsers() 7420 if (locked == kOSBooleanTrue) { in updateConsoleUsers() [all …]
|
| H A D | IOKitDebug.cpp | 1625 inst->setProperty(kIOUserClientDefaultLockingKey, kOSBooleanTrue); in OSDefineMetaClassAndStructors() 1626 inst->setProperty(kIOUserClientDefaultLockingSetPropertiesKey, kOSBooleanTrue); in OSDefineMetaClassAndStructors() 1627 inst->setProperty(kIOUserClientDefaultLockingSingleThreadExternalMethodKey, kOSBooleanTrue); in OSDefineMetaClassAndStructors()
|
| H A D | IOUserServer.cpp | 4172 inst->setProperty(kIOUserClientDefaultLockingKey, kOSBooleanTrue); in OSDefineMetaClassAndStructors() 4173 inst->setProperty(kIOUserClientDefaultLockingSetPropertiesKey, kOSBooleanTrue); in OSDefineMetaClassAndStructors() 4174 inst->setProperty(kIOUserClientDefaultLockingSingleThreadExternalMethodKey, kOSBooleanTrue); in OSDefineMetaClassAndStructors() 4295 …&& fEntitlements->getObject(gIODriverKitTestDriverEntitlementKey) != kOSBooleanTrue && !disable_de… in clientClose() 4710 entitlements->setObject(kIODriverKitUserClientEntitlementAdministratorKey, kOSBooleanTrue); in serviceNewUserClient() 4762 …tlements->getObject(gIODriverKitUserClientEntitlementCommunicatesWithDriversKey) == kOSBooleanTrue; in serviceNewUserClient() 4772 …ments->getObject(gIODriverKitUserClientEntitlementAllowThirdPartyUserClientsKey) == kOSBooleanTrue; in serviceNewUserClient() 4889 if (props->getObject(kIOPMResetPowerStateOnWakeKey) == kOSBooleanTrue) { in serviceJoinPMTree() 4890 service->setProperty(kIOPMResetPowerStateOnWakeKey, kOSBooleanTrue); in serviceJoinPMTree() 5628 …ject(gIOSystemStatePowerSourceDescriptionACAttachedKey, acAttached ? kOSBooleanTrue : kOSBooleanFa… in powerSourceChanged() [all …]
|
| H A D | IOCPU.cpp | 639 setProperty(gPlatformInterruptControllerName, kOSBooleanTrue); in registerCPUInterruptController()
|
| H A D | IOUserClient.cpp | 431 matching->setObject(gIOServiceNotificationUserKey, kOSBooleanTrue); in IOTaskRegistryCompatibilityMatching() 435 matching->setObject(gIOCompatibilityMatchKey, kOSBooleanTrue); in IOTaskRegistryCompatibilityMatching() 1385 if (kOSBooleanTrue == user->getObject(gIOConsoleSessionOnConsoleKey)) { in CopyUserOnConsole() 1492 if (user->getObject(gIOConsoleSessionOnConsoleKey) != kOSBooleanTrue) { in clientHasPrivilege() 3376 const OSObject * objects[2] = { kOSBooleanTrue, NULL }; in is_io_registry_entry_from_path() 4141 …if (!client && (kOSBooleanTrue == entry->getProperty(gIORegistryEntryDefaultLockingSetPropertiesKe… in is_io_registry_entry_set_properties() 4471 client->setProperty(kIOUserClientDefaultLockingKey, kOSBooleanTrue); in is_io_service_open_extended()
|
| H A D | IOPlatformExpert.cpp | 473 matching = propertyMatching(gPlatformInterruptControllerName, kOSBooleanTrue, matching); in setCPUInterruptProperties() 1264 data = value ? kOSBooleanTrue : kOSBooleanFalse; in PEWriteNVRAMBooleanProperty()
|
| /xnu-11215/iokit/Tests/TestServices/ |
| H A D | TestIOUserClient2022Entitlements.cpp | 32 setProperty(kIOUserClientDefaultLockingKey, kOSBooleanTrue); in start() 33 setProperty(kIOUserClientDefaultLockingSetPropertiesKey, kOSBooleanTrue); in start() 34 setProperty(kIOUserClientDefaultLockingSingleThreadExternalMethodKey, kOSBooleanTrue); in start()
|
| H A D | TestIODeviceMemoryRosetta.cpp | 32 setProperty(kIOUserClientDefaultLockingKey, kOSBooleanTrue); in start() 33 setProperty(kIOUserClientDefaultLockingSetPropertiesKey, kOSBooleanTrue); in start() 34 setProperty(kIOUserClientDefaultLockingSingleThreadExternalMethodKey, kOSBooleanTrue); in start()
|
| H A D | TestIOConnectMapMemoryPortLeak45265408.cpp | 31 setProperty(kIOUserClientSharedInstanceKey, kOSBooleanTrue); in start()
|
| /xnu-11215/libkern/c++/ |
| H A D | OSBoolean.cpp | 50 OSBoolean * const & kOSBooleanTrue = gOSBooleanTrue; variable 101 return (inValue) ? kOSBooleanTrue : kOSBooleanFalse; in withBoolean()
|
| H A D | OSSerializeBinary.cpp | 304 key = (kOSSerializeBoolean | (kOSBooleanTrue == boo)); in binarySerializeInternal() 515 o = (len ? kOSBooleanTrue : kOSBooleanFalse); in OSUnserializeBinary()
|
| H A D | OSKext.cpp | 940 kOSBooleanTrue); in allocAndInitFakeKext() 2082 if (scratchBool == kOSBooleanTrue) { in initWithPrelinkedInfoDict() 2411 if (scratchBool == kOSBooleanTrue) { in initWithCodelessInfo() 3007 if (scratchBool == kOSBooleanTrue) { in setInfoDictionaryAndPath() 3119 if (scratchBool == kOSBooleanTrue) { in setInfoDictionaryAndPath() 3125 if (scratchBool == kOSBooleanTrue) { in setInfoDictionaryAndPath() 7835 if (forceInit == kOSBooleanTrue) { 7847 if (forceInit == kOSBooleanTrue) { 9184 if (stale == kOSBooleanTrue) { 9189 kOSBooleanTrue); [all …]
|
| /xnu-11215/libkern/libkern/c++/ |
| H A D | OSBoolean.h | 258 extern OSBoolean * const & kOSBooleanTrue;
|
| /xnu-11215/iokit/bsddev/ |
| H A D | DINetBootHook.cpp | 113 …::getResourceService()->publishResource("com.apple.AppleDiskImageController.load", kOSBooleanTrue); in di_load_controller() 154 …if (!controller->setProperty(kDIRootImageRemovableKey, removable ? kOSBooleanTrue : kOSBooleanFals… in di_add_properties()
|
| H A D | IOKitBSDInit.cpp | 132 IOService::publishResource( property, kOSBooleanTrue ); in IOServicePublishResource() 179 dict->setObject( property, kOSBooleanTrue ); in IOCatalogueMatchingDriversPresent()
|
| /xnu-11215/iokit/Families/IOSystemManagement/ |
| H A D | IOWatchDogTimer.cpp | 103 setProperty(kWatchDogEnabledProperty, kOSBooleanTrue); in setProperties()
|
| /xnu-11215/iokit/Tests/ |
| H A D | Tests.cpp | 853 array->setObject(kOSBooleanTrue); in OSCollectionTest() 856 array->setObject(kOSBooleanTrue); in OSCollectionTest() 858 array->setObject(kOSBooleanTrue); in OSCollectionTest() 863 kprintf("%d:%d ", index, (obj == kOSBooleanTrue) ? 1 : (obj == kOSBooleanFalse) ? 0 : 2); in OSCollectionTest() 1793 sendClam(kOSBooleanTrue); in IOServiceStateNotificationTests()
|
| /xnu-11215/iokit/Kernel/arm/ |
| H A D | AppleARMSMP.cpp | 234 IOService::publishResource(gIOAllCPUInitializedKey, kOSBooleanTrue); in cpu_boot_thread()
|
| /xnu-11215/libsa/ |
| H A D | bootstrap.cpp | 546 if (kOSBooleanTrue == theKext->getPropertyForHostArch(kAppleSecurityExtensionKey)) { in loadSecurityExtensions()
|