]> git.saurik.com Git - apple/xnu.git/blobdiff - iokit/IOKit/IOKitKeys.h
xnu-4570.51.1.tar.gz
[apple/xnu.git] / iokit / IOKit / IOKitKeys.h
index 698cf86c9deadf64b702c57f376772b2c001c099..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 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
 //