use CONSTANT:

db4
Doug Coleman 2009-02-22 17:56:12 -06:00
parent 8b0b5878d2
commit 6282b552c1
1 changed files with 67 additions and 67 deletions

View File

@ -9,95 +9,95 @@ IN: iokit
when when
>> >>
: kIOKitBuildVersionKey "IOKitBuildVersion" ; inline CONSTANT: kIOKitBuildVersionKey "IOKitBuildVersion"
: kIOKitDiagnosticsKey "IOKitDiagnostics" ; inline CONSTANT: kIOKitDiagnosticsKey "IOKitDiagnostics"
: kIORegistryPlanesKey "IORegistryPlanes" ; inline CONSTANT: kIORegistryPlanesKey "IORegistryPlanes"
: kIOCatalogueKey "IOCatalogue" ; inline CONSTANT: kIOCatalogueKey "IOCatalogue"
: kIOServicePlane "IOService" ; inline CONSTANT: kIOServicePlane "IOService"
: kIOPowerPlane "IOPower" ; inline CONSTANT: kIOPowerPlane "IOPower"
: kIODeviceTreePlane "IODeviceTree" ; inline CONSTANT: kIODeviceTreePlane "IODeviceTree"
: kIOAudioPlane "IOAudio" ; inline CONSTANT: kIOAudioPlane "IOAudio"
: kIOFireWirePlane "IOFireWire" ; inline CONSTANT: kIOFireWirePlane "IOFireWire"
: kIOUSBPlane "IOUSB" ; inline CONSTANT: kIOUSBPlane "IOUSB"
: kIOServiceClass "IOService" ; inline CONSTANT: kIOServiceClass "IOService"
: kIOResourcesClass "IOResources" ; inline CONSTANT: kIOResourcesClass "IOResources"
: kIOClassKey "IOClass" ; inline CONSTANT: kIOClassKey "IOClass"
: kIOProbeScoreKey "IOProbeScore" ; inline CONSTANT: kIOProbeScoreKey "IOProbeScore"
: kIOKitDebugKey "IOKitDebug" ; inline CONSTANT: kIOKitDebugKey "IOKitDebug"
: kIOProviderClassKey "IOProviderClass" ; inline CONSTANT: kIOProviderClassKey "IOProviderClass"
: kIONameMatchKey "IONameMatch" ; inline CONSTANT: kIONameMatchKey "IONameMatch"
: kIOPropertyMatchKey "IOPropertyMatch" ; inline CONSTANT: kIOPropertyMatchKey "IOPropertyMatch"
: kIOPathMatchKey "IOPathMatch" ; inline CONSTANT: kIOPathMatchKey "IOPathMatch"
: kIOLocationMatchKey "IOLocationMatch" ; inline CONSTANT: kIOLocationMatchKey "IOLocationMatch"
: kIOParentMatchKey "IOParentMatch" ; inline CONSTANT: kIOParentMatchKey "IOParentMatch"
: kIOResourceMatchKey "IOResourceMatch" ; inline CONSTANT: kIOResourceMatchKey "IOResourceMatch"
: kIOMatchedServiceCountKey "IOMatchedServiceCountMatch" ; inline CONSTANT: kIOMatchedServiceCountKey "IOMatchedServiceCountMatch"
: kIONameMatchedKey "IONameMatched" ; inline CONSTANT: kIONameMatchedKey "IONameMatched"
: kIOMatchCategoryKey "IOMatchCategory" ; inline CONSTANT: kIOMatchCategoryKey "IOMatchCategory"
: kIODefaultMatchCategoryKey "IODefaultMatchCategory" ; inline CONSTANT: kIODefaultMatchCategoryKey "IODefaultMatchCategory"
: kIOUserClientClassKey "IOUserClientClass" ; inline CONSTANT: kIOUserClientClassKey "IOUserClientClass"
: kIOUserClientCrossEndianKey "IOUserClientCrossEndian" ; inline CONSTANT: kIOUserClientCrossEndianKey "IOUserClientCrossEndian"
: kIOUserClientCrossEndianCompatibleKey "IOUserClientCrossEndianCompatible" ; inline CONSTANT: kIOUserClientCrossEndianCompatibleKey "IOUserClientCrossEndianCompatible"
: kIOUserClientSharedInstanceKey "IOUserClientSharedInstance" ; inline CONSTANT: kIOUserClientSharedInstanceKey "IOUserClientSharedInstance"
: kIOPublishNotification "IOServicePublish" ; inline CONSTANT: kIOPublishNotification "IOServicePublish"
: kIOFirstPublishNotification "IOServiceFirstPublish" ; inline CONSTANT: kIOFirstPublishNotification "IOServiceFirstPublish"
: kIOMatchedNotification "IOServiceMatched" ; inline CONSTANT: kIOMatchedNotification "IOServiceMatched"
: kIOFirstMatchNotification "IOServiceFirstMatch" ; inline CONSTANT: kIOFirstMatchNotification "IOServiceFirstMatch"
: kIOTerminatedNotification "IOServiceTerminate" ; inline CONSTANT: kIOTerminatedNotification "IOServiceTerminate"
: kIOGeneralInterest "IOGeneralInterest" ; inline CONSTANT: kIOGeneralInterest "IOGeneralInterest"
: kIOBusyInterest "IOBusyInterest" ; inline CONSTANT: kIOBusyInterest "IOBusyInterest"
: kIOAppPowerStateInterest "IOAppPowerStateInterest" ; inline CONSTANT: kIOAppPowerStateInterest "IOAppPowerStateInterest"
: kIOPriorityPowerStateInterest "IOPriorityPowerStateInterest" ; inline CONSTANT: kIOPriorityPowerStateInterest "IOPriorityPowerStateInterest"
: kIOPlatformDeviceMessageKey "IOPlatformDeviceMessage" ; inline CONSTANT: kIOPlatformDeviceMessageKey "IOPlatformDeviceMessage"
: kIOCFPlugInTypesKey "IOCFPlugInTypes" ; inline CONSTANT: kIOCFPlugInTypesKey "IOCFPlugInTypes"
: kIOCommandPoolSizeKey "IOCommandPoolSize" ; inline CONSTANT: kIOCommandPoolSizeKey "IOCommandPoolSize"
: kIOMaximumBlockCountReadKey "IOMaximumBlockCountRead" ; inline CONSTANT: kIOMaximumBlockCountReadKey "IOMaximumBlockCountRead"
: kIOMaximumBlockCountWriteKey "IOMaximumBlockCountWrite" ; inline CONSTANT: kIOMaximumBlockCountWriteKey "IOMaximumBlockCountWrite"
: kIOMaximumByteCountReadKey "IOMaximumByteCountRead" ; inline CONSTANT: kIOMaximumByteCountReadKey "IOMaximumByteCountRead"
: kIOMaximumByteCountWriteKey "IOMaximumByteCountWrite" ; inline CONSTANT: kIOMaximumByteCountWriteKey "IOMaximumByteCountWrite"
: kIOMaximumSegmentCountReadKey "IOMaximumSegmentCountRead" ; inline CONSTANT: kIOMaximumSegmentCountReadKey "IOMaximumSegmentCountRead"
: kIOMaximumSegmentCountWriteKey "IOMaximumSegmentCountWrite" ; inline CONSTANT: kIOMaximumSegmentCountWriteKey "IOMaximumSegmentCountWrite"
: kIOMaximumSegmentByteCountReadKey "IOMaximumSegmentByteCountRead" ; inline CONSTANT: kIOMaximumSegmentByteCountReadKey "IOMaximumSegmentByteCountRead"
: kIOMaximumSegmentByteCountWriteKey "IOMaximumSegmentByteCountWrite" ; inline CONSTANT: kIOMaximumSegmentByteCountWriteKey "IOMaximumSegmentByteCountWrite"
: kIOMinimumSegmentAlignmentByteCountKey "IOMinimumSegmentAlignmentByteCount" ; inline CONSTANT: kIOMinimumSegmentAlignmentByteCountKey "IOMinimumSegmentAlignmentByteCount"
: kIOMaximumSegmentAddressableBitCountKey "IOMaximumSegmentAddressableBitCount" ; inline CONSTANT: kIOMaximumSegmentAddressableBitCountKey "IOMaximumSegmentAddressableBitCount"
: kIOIconKey "IOIcon" ; inline CONSTANT: kIOIconKey "IOIcon"
: kIOBundleResourceFileKey "IOBundleResourceFile" ; inline CONSTANT: kIOBundleResourceFileKey "IOBundleResourceFile"
: kIOBusBadgeKey "IOBusBadge" ; inline CONSTANT: kIOBusBadgeKey "IOBusBadge"
: kIODeviceIconKey "IODeviceIcon" ; inline CONSTANT: kIODeviceIconKey "IODeviceIcon"
: kIOPlatformSerialNumberKey "IOPlatformSerialNumber" ; inline CONSTANT: kIOPlatformSerialNumberKey "IOPlatformSerialNumber"
: kIOPlatformUUIDKey "IOPlatformUUID" ; inline CONSTANT: kIOPlatformUUIDKey "IOPlatformUUID"
: kIONVRAMDeletePropertyKey "IONVRAM-DELETE-PROPERTY" ; inline CONSTANT: kIONVRAMDeletePropertyKey "IONVRAM-DELETE-PROPERTY"
: kIODTNVRAMPanicInfoKey "aapl,panic-info" ; inline CONSTANT: kIODTNVRAMPanicInfoKey "aapl,panic-info"
: kIOBootDeviceKey "IOBootDevice" ; inline CONSTANT: kIOBootDeviceKey "IOBootDevice"
: kIOBootDevicePathKey "IOBootDevicePath" ; inline CONSTANT: kIOBootDevicePathKey "IOBootDevicePath"
: kIOBootDeviceSizeKey "IOBootDeviceSize" ; inline CONSTANT: kIOBootDeviceSizeKey "IOBootDeviceSize"
: kOSBuildVersionKey "OS Build Version" ; inline CONSTANT: kOSBuildVersionKey "OS Build Version"
: kNilOptions 0 ; inline CONSTANT: kNilOptions 0
TYPEDEF: uint mach_port_t TYPEDEF: uint mach_port_t
TYPEDEF: int kern_return_t TYPEDEF: int kern_return_t
@ -112,8 +112,8 @@ TYPEDEF: kern_return_t IOReturn
TYPEDEF: uint IOOptionBits TYPEDEF: uint IOOptionBits
: MACH_PORT_NULL 0 ; inline CONSTANT: MACH_PORT_NULL 0
: KERN_SUCCESS 0 ; inline CONSTANT: KERN_SUCCESS 0
FUNCTION: IOReturn IOMasterPort ( mach_port_t bootstrap, mach_port_t* master ) ; FUNCTION: IOReturn IOMasterPort ( mach_port_t bootstrap, mach_port_t* master ) ;