]> git.saurik.com Git - apple/xnu.git/blobdiff - iokit/IOKit/IOKitKeys.h
xnu-4570.20.62.tar.gz
[apple/xnu.git] / iokit / IOKit / IOKitKeys.h
index babf6dbc93497862dea6713a0d6189c46b1b0e9b..44ed1180715a5021b1f8d571fa25ec529c39087b 100644 (file)
 #define kIOFireWirePlane               "IOFireWire"
 #define kIOUSBPlane                    "IOUSB"
 
+// registry ID number
+#define kIORegistryEntryIDKey          "IORegistryEntryID"
+// property name to get array of property names
+#define kIORegistryEntryPropertyKeysKey "IORegistryEntryPropertyKeys"
+
 // IOService class name
 #define kIOServiceClass                        "IOService"
 
 #define kIOProviderClassKey            "IOProviderClass"
 #define kIONameMatchKey                        "IONameMatch"
 #define kIOPropertyMatchKey            "IOPropertyMatch"
+#define kIOPropertyExistsMatchKey      "IOPropertyExistsMatch"
 #define kIOPathMatchKey                        "IOPathMatch"
 #define kIOLocationMatchKey            "IOLocationMatch"
 #define kIOParentMatchKey              "IOParentMatch"
 #define kIOResourceMatchKey            "IOResourceMatch"
+#define kIOResourceMatchedKey          "IOResourceMatched"
 #define kIOMatchedServiceCountKey      "IOMatchedServiceCountMatch"
 
 #define kIONameMatchedKey              "IONameMatched"
 // IOService default user client class, for loadable user clients
 #define kIOUserClientClassKey          "IOUserClientClass"
 
+// key to find IOMappers
+#define kIOMapperIDKey                         "IOMapperID"
+
+#define kIOUserClientCrossEndianKey            "IOUserClientCrossEndian"
+#define kIOUserClientCrossEndianCompatibleKey  "IOUserClientCrossEndianCompatible"
+#define kIOUserClientSharedInstanceKey         "IOUserClientSharedInstance"
+// diagnostic string describing the creating task
+#define kIOUserClientCreatorKey                "IOUserClientCreator"
+
 // IOService notification types
 #define kIOPublishNotification         "IOServicePublish"
 #define kIOFirstPublishNotification    "IOServiceFirstPublish"
 #define kIOMatchedNotification         "IOServiceMatched"
 #define kIOFirstMatchNotification      "IOServiceFirstMatch"
 #define kIOTerminatedNotification      "IOServiceTerminate"
+#define kIOWillTerminateNotification   "IOServiceWillTerminate"
 
 // IOService interest notification types
 #define kIOGeneralInterest             "IOGeneralInterest"
 #define kIOAppPowerStateInterest       "IOAppPowerStateInterest"
 #define kIOPriorityPowerStateInterest  "IOPriorityPowerStateInterest"
 
+#define kIOPlatformDeviceMessageKey     "IOPlatformDeviceMessage"
+
 // IOService interest notification types
 #define kIOCFPlugInTypesKey            "IOCFPlugInTypes"
 
 // properties found in services that implement command pooling
-#define kIOCommandPoolSizeKey         "IOCommandPoolSize"          // (OSNumber)
+#define kIOCommandPoolSizeKey          "IOCommandPoolSize"             // (OSNumber)
+
+// properties found in services that implement priority
+#define kIOMaximumPriorityCountKey     "IOMaximumPriorityCount"        // (OSNumber)
 
 // properties found in services that have transfer constraints
-#define kIOMaximumBlockCountReadKey        "IOMaximumBlockCountRead"        // (OSNumber)
-#define kIOMaximumBlockCountWriteKey       "IOMaximumBlockCountWrite"       // (OSNumber)
-#define kIOMaximumByteCountReadKey         "IOMaximumByteCountRead"         // (OSNumber)
-#define kIOMaximumByteCountWriteKey        "IOMaximumByteCountWrite"        // (OSNumber)
-#define kIOMaximumSegmentCountReadKey      "IOMaximumSegmentCountRead"      // (OSNumber)
-#define kIOMaximumSegmentCountWriteKey     "IOMaximumSegmentCountWrite"     // (OSNumber)
-#define kIOMaximumSegmentByteCountReadKey  "IOMaximumSegmentByteCountRead"  // (OSNumber)
-#define kIOMaximumSegmentByteCountWriteKey "IOMaximumSegmentByteCountWrite" // (OSNumber)
+#define kIOMaximumBlockCountReadKey             "IOMaximumBlockCountRead"             // (OSNumber)
+#define kIOMaximumBlockCountWriteKey            "IOMaximumBlockCountWrite"            // (OSNumber)
+#define kIOMaximumByteCountReadKey              "IOMaximumByteCountRead"              // (OSNumber)
+#define kIOMaximumByteCountWriteKey             "IOMaximumByteCountWrite"             // (OSNumber)
+#define kIOMaximumSegmentCountReadKey           "IOMaximumSegmentCountRead"           // (OSNumber)
+#define kIOMaximumSegmentCountWriteKey          "IOMaximumSegmentCountWrite"          // (OSNumber)
+#define kIOMaximumSegmentByteCountReadKey       "IOMaximumSegmentByteCountRead"       // (OSNumber)
+#define kIOMaximumSegmentByteCountWriteKey      "IOMaximumSegmentByteCountWrite"      // (OSNumber)
+#define kIOMinimumSegmentAlignmentByteCountKey  "IOMinimumSegmentAlignmentByteCount"  // (OSNumber)
+#define kIOMaximumSegmentAddressableBitCountKey "IOMaximumSegmentAddressableBitCount" // (OSNumber)
+#define kIOMinimumSaturationByteCountKey        "IOMinimumSaturationByteCount"        // (OSNumber)
 
 // properties found in services that wish to describe an icon
 //
 // property of root that describes the machine's serial number as a string
 #define kIOPlatformSerialNumberKey     "IOPlatformSerialNumber"        // (OSString)
 
+// property of root that describes the machine's UUID as a string
+#define kIOPlatformUUIDKey     "IOPlatformUUID"        // (OSString)
+
 // IODTNVRAM property keys
 #define kIONVRAMDeletePropertyKey      "IONVRAM-DELETE-PROPERTY"
+#define kIONVRAMSyncNowPropertyKey     "IONVRAM-SYNCNOW-PROPERTY"
+#define kIONVRAMActivateCSRConfigPropertyKey   "IONVRAM-ARMCSR-PROPERTY"
 #define kIODTNVRAMPanicInfoKey         "aapl,panic-info"
 
 // keys for complex boot information
 #define kIOBootDevicePathKey      "IOBootDevicePath"   // arch-neutral OSString
 #define kIOBootDeviceSizeKey      "IOBootDeviceSize"   // OSNumber of bytes
 
+// keys for OS Version information
+#define kOSBuildVersionKey             "OS Build Version"
+
 #endif /* ! _IOKIT_IOKITKEYS_H */