Home
last modified time | relevance | path

Searched refs:kOSBooleanFalse (Results 1 – 25 of 25) sorted by relevance

/xnu-8796.121.2/iokit/Families/IOSystemManagement/
H A DIOWatchDogTimer.cpp66 setProperty(kWatchDogEnabledProperty, kOSBooleanFalse); in start()
101 setProperty(kWatchDogEnabledProperty, kOSBooleanFalse); in setProperties()
125 watchDogTimer->setProperty(kWatchDogEnabledProperty, kOSBooleanFalse); in IOWatchDogTimerSleepHandler()
/xnu-8796.121.2/iokit/Kernel/
H A DIOPMPowerSource.cpp261 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()
H A DRootDomainUserClient.cpp79 setProperty(kIOUserClientDefaultLockingSingleThreadExternalMethodKey, kOSBooleanFalse); in start()
81 setProperty(kIOUserClientEntitlementsKey, kOSBooleanFalse); in start()
H A DIOServicePM.cpp6357 context->responseArray->setObject(msgIndex, kOSBooleanFalse); in pmTellAppWithResponse()
6447 replied = kOSBooleanFalse; in pmTellClientWithResponse()
6501 OSObject * waitForReply = kOSBooleanFalse; in pmTellCapabilityAppWithResponse()
6582 if (waitForReply == kOSBooleanFalse) { in pmTellCapabilityAppWithResponse()
6596 context->responseArray->setObject(msgIndex, kOSBooleanFalse); in pmTellCapabilityAppWithResponse()
6675 replied = kOSBooleanFalse; in pmTellCapabilityClientWithResponse()
7013 theFlag = kOSBooleanFalse; in responseValid()
7020 if (kOSBooleanFalse == theFlag) { in responseValid()
H A DIONVRAM.cpp869 existingEntry->setObject(kIODTNVRAMDiagsPresentKey, kOSBooleanFalse); in logVariable()
882 existingEntry->setObject(kIODTNVRAMDiagsPresentKey, kOSBooleanFalse); in logVariable()
H A DIOPMrootDomain.cpp3874 if (kOSBooleanFalse == obj) { in handleQueueSleepWakeUUID()
4292 clamshellClosed ? kOSBooleanTrue : kOSBooleanFalse); in sendClientClamshellNotification()
4295 shouldSleepOnClamshellClosed() ? kOSBooleanTrue : kOSBooleanFalse); in sendClientClamshellNotification()
7117 *waitForReply = kOSBooleanFalse; in systemMessageFilter()
8556 setProperty(gIOPMUserIsActiveKey.get(), kOSBooleanFalse); in evaluatePolicy()
8972 kOSBooleanTrue : kOSBooleanFalse); in willEnterFullWake()
10549 return OSSharedPtr<OSBoolean>(kOSBooleanFalse, OSNoRetain); in copyProperty()
10558 return OSSharedPtr<OSBoolean>(kOSBooleanFalse, OSNoRetain); in copyProperty()
10571 return OSSharedPtr<OSBoolean>(kOSBooleanFalse, OSNoRetain); in copyProperty()
10578 return OSSharedPtr<OSBoolean>(kOSBooleanFalse, OSNoRetain); in copyProperty()
H A DIOUserClient.cpp4335 … client->defaultLocking = (kOSBooleanFalse != client->getProperty(kIOUserClientDefaultLockingKey)); in is_io_service_open_extended()
4342 …client->defaultLockingSetProperties = (kOSBooleanFalse != client->getProperty(kIOUserClientDefault… in is_io_service_open_extended()
4349 …client->defaultLockingSingleThreadExternalMethod = (kOSBooleanFalse != client->getProperty(kIOUser… in is_io_service_open_extended()
4386 } else if (!requiredEntitlementString && requiredEntitlement != kOSBooleanFalse) { in is_io_service_open_extended()
4393 if (kOSBooleanFalse == requiredEntitlement) { in is_io_service_open_extended()
H A DIOPolledInterface.cpp135 if (kOSBooleanFalse == obj) { in OSDefineMetaClassAndStructors()
H A DIONVRAMCHRPHandler.cpp1044 tmpObject.reset(kOSBooleanFalse, OSRetain); in convertPropToObject()
H A DIOPlatformExpert.cpp1231 data = value ? kOSBooleanTrue : kOSBooleanFalse; in PEWriteNVRAMBooleanProperty()
H A DIONVRAMV3Handler.cpp1390 tmpObject.reset(kOSBooleanFalse, OSRetain); in convertPropToObject()
H A DIOKitDebug.cpp1595 inst->setProperty(kIOUserClientEntitlementsKey, kOSBooleanFalse); in OSDefineMetaClassAndStructors()
H A DIOUserServer.cpp4073 inst->setProperty(kIOUserClientEntitlementsKey, kOSBooleanFalse); in OSDefineMetaClassAndStructors()
5471 …(gIOSystemStatePowerSourceDescriptionACAttachedKey, acAttached ? kOSBooleanTrue : kOSBooleanFalse); in powerSourceChanged()
6457 …dleID, (OSString *)serverName, serverTag, reslide ? kOSBooleanTrue : kOSBooleanFalse, token, serve… in launchUserServer()
H A DIOService.cpp7162 OSObject * locked = kOSBooleanFalse; in updateConsoleUsers()
7194 gIOConsoleBooterLockState = kOSBooleanFalse; in updateConsoleUsers()
7235 locked = kOSBooleanFalse; in updateConsoleUsers()
/xnu-8796.121.2/libkern/c++/
H A DOSBoolean.cpp51 OSBoolean * const & kOSBooleanFalse = gOSBooleanFalse; variable
101 return (inValue) ? kOSBooleanTrue : kOSBooleanFalse; in withBoolean()
H A DOSSerializeBinary.cpp515 o = (len ? kOSBooleanTrue : kOSBooleanFalse); in OSUnserializeBinary()
H A DOSUnserializeXML.y1411 o->object = ((o->number == 0) ? kOSBooleanFalse : kOSBooleanTrue); in buildBoolean()
H A DOSKext.cpp7679 forceInit = kOSBooleanFalse;
12212 isLoadable() ? kOSBooleanTrue : kOSBooleanFalse);
12240 isKernelComponent() ? kOSBooleanTrue : kOSBooleanFalse);
12245 isInterface() ? kOSBooleanTrue : kOSBooleanFalse);
12250 isPrelinked() ? kOSBooleanTrue : kOSBooleanFalse);
12255 isStarted() ? kOSBooleanTrue : kOSBooleanFalse);
14211 missingIDs->setObject(thisID, kOSBooleanFalse);
/xnu-8796.121.2/libkern/libkern/c++/
H A DOSBoolean.h274 extern OSBoolean * const & kOSBooleanFalse;
H A DOSUnserializeXMLSharedImplementation.h3005 o->object = ((o->number == 0) ? kOSBooleanFalse : kOSBooleanTrue); in buildBoolean()
/xnu-8796.121.2/iokit/Tests/TestServices/
H A DTestIODeviceMemoryRosetta.cpp36 setProperty(kIOUserClientEntitlementsKey, kOSBooleanFalse); in start()
/xnu-8796.121.2/iokit/Tests/
H A DTests.cpp853 array->setObject(kOSBooleanFalse); in OSCollectionTest()
854 array->setObject(kOSBooleanFalse); in OSCollectionTest()
856 array->setObject(kOSBooleanFalse); in OSCollectionTest()
862 kprintf("%d:%d ", index, (obj == kOSBooleanTrue) ? 1 : (obj == kOSBooleanFalse) ? 0 : 2); in OSCollectionTest()
1857 sendClam(kOSBooleanFalse); in IOServiceStateNotificationTests()
/xnu-8796.121.2/iokit/bsddev/
H A DDINetBootHook.cpp154 …!controller->setProperty(kDIRootImageRemovableKey, removable ? kOSBooleanTrue : kOSBooleanFalse)) { in di_add_properties()
H A DIOKitBSDInit.cpp1592 return obj != kOSBooleanFalse; in IOVnodeHasEntitlement()
/xnu-8796.121.2/iokit/System/
H A DOSUnserializeXMLSharedImplementation.h3005 o->object = ((o->number == 0) ? kOSBooleanFalse : kOSBooleanTrue); in buildBoolean()