| /xnu-11215/libkern/c++/ |
| H A D | OSBoolean.cpp | 37 OSDefineMetaClassAndStructorsWithInit(OSBoolean, OSObject, OSBoolean::initialize()) 54 OSBoolean::initialize() in initialize() 56 gOSBooleanTrue = new OSBoolean; in initialize() 66 gOSBooleanFalse = new OSBoolean; in initialize() 78 OSBoolean::free() in free() 98 OSBoolean * 105 OSBoolean::isTrue() const in isTrue() 110 OSBoolean::isFalse() const in isFalse() 115 OSBoolean::getValue() const in getValue() 121 OSBoolean::isEqualTo(const OSBoolean *boolean) const in isEqualTo() [all …]
|
| H A D | OSUnserialize.y | 632 OSBoolean *b = OSBoolean::withBoolean((bool)o); in buildOSBoolean()
|
| H A D | OSSerializeBinary.cpp | 218 OSBoolean * boo; in binarySerializeInternal() 303 } else if ((boo = OSDynamicCast(OSBoolean, o))) { in binarySerializeInternal()
|
| H A D | OSKext.cpp | 2080 scratchBool = OSDynamicCast(OSBoolean, in initWithPrelinkedInfoDict() 2409 scratchBool = OSDynamicCast(OSBoolean, in initWithCodelessInfo() 3005 scratchBool = OSDynamicCast(OSBoolean, in setInfoDictionaryAndPath() 3117 scratchBool = OSDynamicCast(OSBoolean, in setInfoDictionaryAndPath() 3123 scratchBool = OSDynamicCast(OSBoolean, in setInfoDictionaryAndPath() 5998 OSBoolean *loadableVal; in isLoadable() 9181 OSBoolean * stale = OSDynamicCast(OSBoolean, 10544 OSBoolean * terminateFlag = OSDynamicCast(OSBoolean, 12395 …OSBoolean *allowUserLoad = OSDynamicCast(OSBoolean, getPropertyForHostArch(kOSBundleAllowUserLoadK… 12883 OSBoolean *reslide, [all …]
|
| H A D | OSUnserialize.cpp | 2282 OSBoolean *b = OSBoolean::withBoolean((bool)o); in buildOSBoolean()
|
| /xnu-11215/libkern/libkern/c++/ |
| H A D | OSBoolean.h | 37 class OSBoolean; variable 39 typedef OSBoolean* OSBooleanPtr; 67 class OSBoolean : public OSObject 69 OSDeclareDefaultStructors(OSBoolean); 234 OSMetaClassDeclareReservedUnused(OSBoolean, 0); 235 OSMetaClassDeclareReservedUnused(OSBoolean, 1); 236 OSMetaClassDeclareReservedUnused(OSBoolean, 2); 237 OSMetaClassDeclareReservedUnused(OSBoolean, 3); 238 OSMetaClassDeclareReservedUnused(OSBoolean, 4); 258 extern OSBoolean * const & kOSBooleanTrue; [all …]
|
| H A D | Makefile | 12 OSBoolean.h \
|
| H A D | OSSerialize.h | 95 friend class OSBoolean; variable
|
| H A D | OSKext.h | 847 OSBoolean * reslide,
|
| /xnu-11215/iokit/Kernel/ |
| H A D | printPlist | 63 } else if (typeID == OSTypeID(OSBoolean)) { 65 OSBoolean * boolObj = OSDynamicCast(OSBoolean, plist);
|
| H A D | IOPMrootDomain.cpp | 1834 OSBoolean *b = NULL; in setProperties() 1918 if (OSDynamicCast(OSBoolean, obj)) { in setProperties() 1934 if ((b = OSDynamicCast(OSBoolean, obj))) { in setProperties() 1957 if ((b = OSDynamicCast(OSBoolean, obj))) { in setProperties() 1986 if ((b = OSDynamicCast(OSBoolean, obj))) { in setProperties() 5641 } else if (OSDynamicCast(OSBoolean, obj.get())) { 7104 OSBoolean **waitForReply = (typeof(waitForReply))arg3; 8124 if (kOSBooleanTrue == (OSBoolean *) arg0) { 10746 return OSSharedPtr<OSBoolean>(kOSBooleanTrue, OSNoRetain); 10755 return OSSharedPtr<OSBoolean>(kOSBooleanTrue, OSNoRetain); [all …]
|
| H A D | IOPlatformExpert.cpp | 1216 OSBoolean *data; in PEReadNVRAMBooleanProperty() 1232 data = OSDynamicCast(OSBoolean, obj); in PEReadNVRAMBooleanProperty() 1249 OSBoolean *data = NULL; in PEWriteNVRAMBooleanProperty()
|
| H A D | IONVRAMCHRPHandler.cpp | 1112 OSBoolean *tmpBoolean = nullptr; in convertObjectToProp() 1126 tmpBoolean = OSDynamicCast(OSBoolean, propObject); in convertObjectToProp()
|
| H A D | IONVRAMV3Handler.cpp | 1391 OSBoolean *tmpBoolean = nullptr; in convertObjectToProp() 1402 tmpBoolean = OSDynamicCast(OSBoolean, propObject); in convertObjectToProp()
|
| H A D | IONVRAM.cpp | 1858 propObject = OSDynamicPtrCast<OSBoolean>(sharedObject); in setPropertyWithGUIDAndName() 1860 …NFO, SYSTEM_EVENT_SUBSYSTEM_NVRAM, "write", "%s as bool to %d", name, ((OSBoolean *)propObject.get… in setPropertyWithGUIDAndName()
|
| H A D | IORegistryEntry.cpp | 902 OSBoolean * aBooleanObj = OSBoolean::withBoolean( aBoolean ); in setProperty()
|
| H A D | IOUserClient.cpp | 3646 OSBoolean * boo; in is_io_registry_entry_get_property_bytes() 3677 } else if ((boo = OSDynamicCast( OSBoolean, obj ))) { in is_io_registry_entry_get_property_bytes()
|
| H A D | IOService.cpp | 186 static OSBoolean * gIOConsoleBooterLockState;
|
| /xnu-11215/libsa/ |
| H A D | bootstrap.cpp | 614 OSBoolean * isKernelExternalComponent = NULL;// don't release in loadKernelExternalComponents() 650 isKernelExternalComponent = OSDynamicCast(OSBoolean, in loadKernelExternalComponents()
|
| /xnu-11215/libkern/coreanalytics/ |
| H A D | coreanalytics_shim.cpp | 101 field = OSBoolean::withBoolean(bool_value); in serialize_event_field()
|
| /xnu-11215/libkern/conf/ |
| H A D | files | 23 libkern/c++/OSBoolean.cpp optional libkerncpp
|
| /xnu-11215/iokit/DriverKit/ |
| H A D | OSObject.iig | 248 class IIG_SERIALIZABLE OSBoolean;
|
| /xnu-11215/iokit/Tests/ |
| H A D | Tests.cpp | 1784 void (^sendClam)(OSBoolean * state) = ^void (OSBoolean * state) { in IOServiceStateNotificationTests()
|