]> git.saurik.com Git - apple/xnu.git/blobdiff - iokit/IOKit/IOKitKeys.h
xnu-4570.71.2.tar.gz
[apple/xnu.git] / iokit / IOKit / IOKitKeys.h
index 62395d54d8a5134c71a232ac4d69b40264c992a3..44ed1180715a5021b1f8d571fa25ec529c39087b 100644 (file)
@@ -55,6 +55,8 @@
 
 // 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"
 #define kIOMatchedNotification         "IOServiceMatched"
 #define kIOFirstMatchNotification      "IOServiceFirstMatch"
 #define kIOTerminatedNotification      "IOServiceTerminate"
+#define kIOWillTerminateNotification   "IOServiceWillTerminate"
 
 // IOService interest notification types
 #define kIOGeneralInterest             "IOGeneralInterest"
 #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 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
 //
 
 // 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