├── IOKit ├── Headers │ ├── IOBSD.h │ ├── IOCFBundle.h │ ├── IOCFPlugIn.h │ ├── IOCFSerialize.h │ ├── IOCFURLAccess.h │ ├── IOCFUnserialize.h │ ├── IODataQueueClient.h │ ├── IODataQueueShared.h │ ├── IOKitKeys.h │ ├── IOKitLib.h │ ├── IOKitServer.h │ ├── IOMessage.h │ ├── IOReturn.h │ ├── IOSharedLock.h │ ├── IOTypes.h │ ├── OSMessageNotification.h │ ├── audio │ │ ├── IOAudioDefines.h │ │ ├── IOAudioLib.h │ │ └── IOAudioTypes.h │ ├── avc │ │ ├── IOFireWireAVCConsts.h │ │ └── IOFireWireAVCLib.h │ ├── firewire │ │ ├── IOFWIsoch.h │ │ ├── IOFireWireFamilyCommon.h │ │ ├── IOFireWireLib.h │ │ └── IOFireWireLibIsoch.h │ ├── graphics │ │ ├── IOAccelClientConnect.h │ │ ├── IOAccelSurfaceConnect.h │ │ ├── IOAccelTypes.h │ │ ├── IOFramebufferShared.h │ │ ├── IOGraphicsEngine.h │ │ ├── IOGraphicsInterface.h │ │ ├── IOGraphicsInterfaceTypes.h │ │ ├── IOGraphicsLib.h │ │ └── IOGraphicsTypes.h │ ├── hid │ │ ├── IOHIDBase.h │ │ ├── IOHIDDevice.h │ │ ├── IOHIDDevicePlugIn.h │ │ ├── IOHIDElement.h │ │ ├── IOHIDKeys.h │ │ ├── IOHIDLib.h │ │ ├── IOHIDLibObsolete.h │ │ ├── IOHIDManager.h │ │ ├── IOHIDProperties.h │ │ ├── IOHIDQueue.h │ │ ├── IOHIDTransaction.h │ │ ├── IOHIDUsageTables.h │ │ └── IOHIDValue.h │ ├── hidsystem │ │ ├── IOHIDEventSystemClient.h │ │ ├── IOHIDLib.h │ │ ├── IOHIDParameter.h │ │ ├── IOHIDServiceClient.h │ │ ├── IOHIDShared.h │ │ ├── IOHIDTypes.h │ │ ├── IOLLEvent.h │ │ ├── ev_keymap.h │ │ └── event_status_driver.h │ ├── i2c │ │ └── IOI2CInterface.h │ ├── iokitmig.h │ ├── kext │ │ └── KextManager.h │ ├── ndrvsupport │ │ ├── IOMacOSTypes.h │ │ └── IOMacOSVideo.h │ ├── network │ │ ├── IOEthernetController.h │ │ ├── IOEthernetInterface.h │ │ ├── IOEthernetStats.h │ │ ├── IONetworkController.h │ │ ├── IONetworkData.h │ │ ├── IONetworkInterface.h │ │ ├── IONetworkLib.h │ │ ├── IONetworkMedium.h │ │ ├── IONetworkStack.h │ │ ├── IONetworkStats.h │ │ └── IONetworkUserClient.h │ ├── ps │ │ ├── IOPSKeys.h │ │ ├── IOPowerSources.h │ │ └── IOUPSPlugIn.h │ ├── pwr_mgt │ │ ├── IOPM.h │ │ ├── IOPMKeys.h │ │ ├── IOPMLib.h │ │ └── IOPMLibDefs.h │ ├── sbp2 │ │ └── IOFireWireSBP2Lib.h │ ├── scsi │ │ ├── IOSCSIMultimediaCommandsDevice.h │ │ ├── SCSICmds_INQUIRY_Definitions.h │ │ ├── SCSICmds_MODE_Definitions.h │ │ ├── SCSICmds_READ_CAPACITY_Definitions.h │ │ ├── SCSICmds_REPORT_LUNS_Definitions.h │ │ ├── SCSICmds_REQUEST_SENSE_Defs.h │ │ ├── SCSICommandDefinitions.h │ │ ├── SCSICommandOperationCodes.h │ │ ├── SCSITask.h │ │ └── SCSITaskLib.h │ ├── serial │ │ ├── IOSerialKeys.h │ │ └── ioss.h │ ├── storage │ │ ├── IOAppleLabelScheme.h │ │ ├── IOApplePartitionScheme.h │ │ ├── IOBDBlockStorageDevice.h │ │ ├── IOBDMedia.h │ │ ├── IOBDMediaBSDClient.h │ │ ├── IOBDTypes.h │ │ ├── IOBlockStorageDevice.h │ │ ├── IOBlockStorageDriver.h │ │ ├── IOCDBlockStorageDevice.h │ │ ├── IOCDMedia.h │ │ ├── IOCDMediaBSDClient.h │ │ ├── IOCDPartitionScheme.h │ │ ├── IOCDTypes.h │ │ ├── IODVDBlockStorageDevice.h │ │ ├── IODVDMedia.h │ │ ├── IODVDMediaBSDClient.h │ │ ├── IODVDTypes.h │ │ ├── IOFDiskPartitionScheme.h │ │ ├── IOFilterScheme.h │ │ ├── IOFireWireStorageCharacteristics.h │ │ ├── IOGUIDPartitionScheme.h │ │ ├── IOMedia.h │ │ ├── IOMediaBSDClient.h │ │ ├── IOPartitionScheme.h │ │ ├── IOStorage.h │ │ ├── IOStorageCardCharacteristics.h │ │ ├── IOStorageControllerCharacteristics.h │ │ ├── IOStorageDeviceCharacteristics.h │ │ ├── IOStorageProtocolCharacteristics.h │ │ └── ata │ │ │ ├── ATASMARTLib.h │ │ │ └── IOATAStorageDefines.h │ ├── stream │ │ ├── IOStreamLib.h │ │ └── IOStreamShared.h │ ├── usb │ │ ├── IOUSBLib.h │ │ ├── IOUSBUserClient.h │ │ ├── USB.h │ │ └── USBSpec.h │ └── video │ │ ├── IOVideoControlDictionary.h │ │ ├── IOVideoDevice.h │ │ ├── IOVideoDeviceClientInit.h │ │ ├── IOVideoDeviceLib.h │ │ ├── IOVideoDeviceShared.h │ │ ├── IOVideoDeviceUserClient.h │ │ ├── IOVideoStream.h │ │ ├── IOVideoStreamDictionary.h │ │ ├── IOVideoStreamFormatDictionary.h │ │ └── IOVideoTypes.h └── IOKit.framework │ ├── IOKit.tbd │ └── Versions │ ├── A │ └── IOKit.tbd │ └── Current ├── LICENSE └── README.md /IOKit/Headers/IOBSD.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guoxuzan/IOKit/HEAD/IOKit/Headers/IOBSD.h -------------------------------------------------------------------------------- /IOKit/Headers/IOCFBundle.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guoxuzan/IOKit/HEAD/IOKit/Headers/IOCFBundle.h -------------------------------------------------------------------------------- /IOKit/Headers/IOCFPlugIn.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guoxuzan/IOKit/HEAD/IOKit/Headers/IOCFPlugIn.h -------------------------------------------------------------------------------- /IOKit/Headers/IOCFSerialize.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guoxuzan/IOKit/HEAD/IOKit/Headers/IOCFSerialize.h -------------------------------------------------------------------------------- /IOKit/Headers/IOCFURLAccess.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guoxuzan/IOKit/HEAD/IOKit/Headers/IOCFURLAccess.h -------------------------------------------------------------------------------- /IOKit/Headers/IOCFUnserialize.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guoxuzan/IOKit/HEAD/IOKit/Headers/IOCFUnserialize.h -------------------------------------------------------------------------------- /IOKit/Headers/IODataQueueClient.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guoxuzan/IOKit/HEAD/IOKit/Headers/IODataQueueClient.h -------------------------------------------------------------------------------- /IOKit/Headers/IODataQueueShared.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guoxuzan/IOKit/HEAD/IOKit/Headers/IODataQueueShared.h -------------------------------------------------------------------------------- /IOKit/Headers/IOKitKeys.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guoxuzan/IOKit/HEAD/IOKit/Headers/IOKitKeys.h -------------------------------------------------------------------------------- /IOKit/Headers/IOKitLib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guoxuzan/IOKit/HEAD/IOKit/Headers/IOKitLib.h -------------------------------------------------------------------------------- /IOKit/Headers/IOKitServer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guoxuzan/IOKit/HEAD/IOKit/Headers/IOKitServer.h -------------------------------------------------------------------------------- /IOKit/Headers/IOMessage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guoxuzan/IOKit/HEAD/IOKit/Headers/IOMessage.h -------------------------------------------------------------------------------- /IOKit/Headers/IOReturn.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guoxuzan/IOKit/HEAD/IOKit/Headers/IOReturn.h -------------------------------------------------------------------------------- /IOKit/Headers/IOSharedLock.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guoxuzan/IOKit/HEAD/IOKit/Headers/IOSharedLock.h -------------------------------------------------------------------------------- /IOKit/Headers/IOTypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guoxuzan/IOKit/HEAD/IOKit/Headers/IOTypes.h -------------------------------------------------------------------------------- /IOKit/Headers/OSMessageNotification.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guoxuzan/IOKit/HEAD/IOKit/Headers/OSMessageNotification.h -------------------------------------------------------------------------------- /IOKit/Headers/audio/IOAudioDefines.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guoxuzan/IOKit/HEAD/IOKit/Headers/audio/IOAudioDefines.h -------------------------------------------------------------------------------- /IOKit/Headers/audio/IOAudioLib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guoxuzan/IOKit/HEAD/IOKit/Headers/audio/IOAudioLib.h -------------------------------------------------------------------------------- /IOKit/Headers/audio/IOAudioTypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guoxuzan/IOKit/HEAD/IOKit/Headers/audio/IOAudioTypes.h -------------------------------------------------------------------------------- /IOKit/Headers/avc/IOFireWireAVCConsts.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guoxuzan/IOKit/HEAD/IOKit/Headers/avc/IOFireWireAVCConsts.h -------------------------------------------------------------------------------- /IOKit/Headers/avc/IOFireWireAVCLib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guoxuzan/IOKit/HEAD/IOKit/Headers/avc/IOFireWireAVCLib.h -------------------------------------------------------------------------------- /IOKit/Headers/firewire/IOFWIsoch.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guoxuzan/IOKit/HEAD/IOKit/Headers/firewire/IOFWIsoch.h -------------------------------------------------------------------------------- /IOKit/Headers/firewire/IOFireWireFamilyCommon.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guoxuzan/IOKit/HEAD/IOKit/Headers/firewire/IOFireWireFamilyCommon.h -------------------------------------------------------------------------------- /IOKit/Headers/firewire/IOFireWireLib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guoxuzan/IOKit/HEAD/IOKit/Headers/firewire/IOFireWireLib.h -------------------------------------------------------------------------------- /IOKit/Headers/firewire/IOFireWireLibIsoch.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guoxuzan/IOKit/HEAD/IOKit/Headers/firewire/IOFireWireLibIsoch.h -------------------------------------------------------------------------------- /IOKit/Headers/graphics/IOAccelClientConnect.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guoxuzan/IOKit/HEAD/IOKit/Headers/graphics/IOAccelClientConnect.h -------------------------------------------------------------------------------- /IOKit/Headers/graphics/IOAccelSurfaceConnect.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guoxuzan/IOKit/HEAD/IOKit/Headers/graphics/IOAccelSurfaceConnect.h -------------------------------------------------------------------------------- /IOKit/Headers/graphics/IOAccelTypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guoxuzan/IOKit/HEAD/IOKit/Headers/graphics/IOAccelTypes.h -------------------------------------------------------------------------------- /IOKit/Headers/graphics/IOFramebufferShared.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guoxuzan/IOKit/HEAD/IOKit/Headers/graphics/IOFramebufferShared.h -------------------------------------------------------------------------------- /IOKit/Headers/graphics/IOGraphicsEngine.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guoxuzan/IOKit/HEAD/IOKit/Headers/graphics/IOGraphicsEngine.h -------------------------------------------------------------------------------- /IOKit/Headers/graphics/IOGraphicsInterface.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guoxuzan/IOKit/HEAD/IOKit/Headers/graphics/IOGraphicsInterface.h -------------------------------------------------------------------------------- /IOKit/Headers/graphics/IOGraphicsInterfaceTypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guoxuzan/IOKit/HEAD/IOKit/Headers/graphics/IOGraphicsInterfaceTypes.h -------------------------------------------------------------------------------- /IOKit/Headers/graphics/IOGraphicsLib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guoxuzan/IOKit/HEAD/IOKit/Headers/graphics/IOGraphicsLib.h -------------------------------------------------------------------------------- /IOKit/Headers/graphics/IOGraphicsTypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guoxuzan/IOKit/HEAD/IOKit/Headers/graphics/IOGraphicsTypes.h -------------------------------------------------------------------------------- /IOKit/Headers/hid/IOHIDBase.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guoxuzan/IOKit/HEAD/IOKit/Headers/hid/IOHIDBase.h -------------------------------------------------------------------------------- /IOKit/Headers/hid/IOHIDDevice.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guoxuzan/IOKit/HEAD/IOKit/Headers/hid/IOHIDDevice.h -------------------------------------------------------------------------------- /IOKit/Headers/hid/IOHIDDevicePlugIn.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guoxuzan/IOKit/HEAD/IOKit/Headers/hid/IOHIDDevicePlugIn.h -------------------------------------------------------------------------------- /IOKit/Headers/hid/IOHIDElement.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guoxuzan/IOKit/HEAD/IOKit/Headers/hid/IOHIDElement.h -------------------------------------------------------------------------------- /IOKit/Headers/hid/IOHIDKeys.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guoxuzan/IOKit/HEAD/IOKit/Headers/hid/IOHIDKeys.h -------------------------------------------------------------------------------- /IOKit/Headers/hid/IOHIDLib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guoxuzan/IOKit/HEAD/IOKit/Headers/hid/IOHIDLib.h -------------------------------------------------------------------------------- /IOKit/Headers/hid/IOHIDLibObsolete.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guoxuzan/IOKit/HEAD/IOKit/Headers/hid/IOHIDLibObsolete.h -------------------------------------------------------------------------------- /IOKit/Headers/hid/IOHIDManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guoxuzan/IOKit/HEAD/IOKit/Headers/hid/IOHIDManager.h -------------------------------------------------------------------------------- /IOKit/Headers/hid/IOHIDProperties.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guoxuzan/IOKit/HEAD/IOKit/Headers/hid/IOHIDProperties.h -------------------------------------------------------------------------------- /IOKit/Headers/hid/IOHIDQueue.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guoxuzan/IOKit/HEAD/IOKit/Headers/hid/IOHIDQueue.h -------------------------------------------------------------------------------- /IOKit/Headers/hid/IOHIDTransaction.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guoxuzan/IOKit/HEAD/IOKit/Headers/hid/IOHIDTransaction.h -------------------------------------------------------------------------------- /IOKit/Headers/hid/IOHIDUsageTables.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guoxuzan/IOKit/HEAD/IOKit/Headers/hid/IOHIDUsageTables.h -------------------------------------------------------------------------------- /IOKit/Headers/hid/IOHIDValue.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guoxuzan/IOKit/HEAD/IOKit/Headers/hid/IOHIDValue.h -------------------------------------------------------------------------------- /IOKit/Headers/hidsystem/IOHIDEventSystemClient.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guoxuzan/IOKit/HEAD/IOKit/Headers/hidsystem/IOHIDEventSystemClient.h -------------------------------------------------------------------------------- /IOKit/Headers/hidsystem/IOHIDLib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guoxuzan/IOKit/HEAD/IOKit/Headers/hidsystem/IOHIDLib.h -------------------------------------------------------------------------------- /IOKit/Headers/hidsystem/IOHIDParameter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guoxuzan/IOKit/HEAD/IOKit/Headers/hidsystem/IOHIDParameter.h -------------------------------------------------------------------------------- /IOKit/Headers/hidsystem/IOHIDServiceClient.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guoxuzan/IOKit/HEAD/IOKit/Headers/hidsystem/IOHIDServiceClient.h -------------------------------------------------------------------------------- /IOKit/Headers/hidsystem/IOHIDShared.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guoxuzan/IOKit/HEAD/IOKit/Headers/hidsystem/IOHIDShared.h -------------------------------------------------------------------------------- /IOKit/Headers/hidsystem/IOHIDTypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guoxuzan/IOKit/HEAD/IOKit/Headers/hidsystem/IOHIDTypes.h -------------------------------------------------------------------------------- /IOKit/Headers/hidsystem/IOLLEvent.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guoxuzan/IOKit/HEAD/IOKit/Headers/hidsystem/IOLLEvent.h -------------------------------------------------------------------------------- /IOKit/Headers/hidsystem/ev_keymap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guoxuzan/IOKit/HEAD/IOKit/Headers/hidsystem/ev_keymap.h -------------------------------------------------------------------------------- /IOKit/Headers/hidsystem/event_status_driver.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guoxuzan/IOKit/HEAD/IOKit/Headers/hidsystem/event_status_driver.h -------------------------------------------------------------------------------- /IOKit/Headers/i2c/IOI2CInterface.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guoxuzan/IOKit/HEAD/IOKit/Headers/i2c/IOI2CInterface.h -------------------------------------------------------------------------------- /IOKit/Headers/iokitmig.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guoxuzan/IOKit/HEAD/IOKit/Headers/iokitmig.h -------------------------------------------------------------------------------- /IOKit/Headers/kext/KextManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guoxuzan/IOKit/HEAD/IOKit/Headers/kext/KextManager.h -------------------------------------------------------------------------------- /IOKit/Headers/ndrvsupport/IOMacOSTypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guoxuzan/IOKit/HEAD/IOKit/Headers/ndrvsupport/IOMacOSTypes.h -------------------------------------------------------------------------------- /IOKit/Headers/ndrvsupport/IOMacOSVideo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guoxuzan/IOKit/HEAD/IOKit/Headers/ndrvsupport/IOMacOSVideo.h -------------------------------------------------------------------------------- /IOKit/Headers/network/IOEthernetController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guoxuzan/IOKit/HEAD/IOKit/Headers/network/IOEthernetController.h -------------------------------------------------------------------------------- /IOKit/Headers/network/IOEthernetInterface.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guoxuzan/IOKit/HEAD/IOKit/Headers/network/IOEthernetInterface.h -------------------------------------------------------------------------------- /IOKit/Headers/network/IOEthernetStats.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guoxuzan/IOKit/HEAD/IOKit/Headers/network/IOEthernetStats.h -------------------------------------------------------------------------------- /IOKit/Headers/network/IONetworkController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guoxuzan/IOKit/HEAD/IOKit/Headers/network/IONetworkController.h -------------------------------------------------------------------------------- /IOKit/Headers/network/IONetworkData.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guoxuzan/IOKit/HEAD/IOKit/Headers/network/IONetworkData.h -------------------------------------------------------------------------------- /IOKit/Headers/network/IONetworkInterface.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guoxuzan/IOKit/HEAD/IOKit/Headers/network/IONetworkInterface.h -------------------------------------------------------------------------------- /IOKit/Headers/network/IONetworkLib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guoxuzan/IOKit/HEAD/IOKit/Headers/network/IONetworkLib.h -------------------------------------------------------------------------------- /IOKit/Headers/network/IONetworkMedium.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guoxuzan/IOKit/HEAD/IOKit/Headers/network/IONetworkMedium.h -------------------------------------------------------------------------------- /IOKit/Headers/network/IONetworkStack.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guoxuzan/IOKit/HEAD/IOKit/Headers/network/IONetworkStack.h -------------------------------------------------------------------------------- /IOKit/Headers/network/IONetworkStats.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guoxuzan/IOKit/HEAD/IOKit/Headers/network/IONetworkStats.h -------------------------------------------------------------------------------- /IOKit/Headers/network/IONetworkUserClient.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guoxuzan/IOKit/HEAD/IOKit/Headers/network/IONetworkUserClient.h -------------------------------------------------------------------------------- /IOKit/Headers/ps/IOPSKeys.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guoxuzan/IOKit/HEAD/IOKit/Headers/ps/IOPSKeys.h -------------------------------------------------------------------------------- /IOKit/Headers/ps/IOPowerSources.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guoxuzan/IOKit/HEAD/IOKit/Headers/ps/IOPowerSources.h -------------------------------------------------------------------------------- /IOKit/Headers/ps/IOUPSPlugIn.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guoxuzan/IOKit/HEAD/IOKit/Headers/ps/IOUPSPlugIn.h -------------------------------------------------------------------------------- /IOKit/Headers/pwr_mgt/IOPM.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guoxuzan/IOKit/HEAD/IOKit/Headers/pwr_mgt/IOPM.h -------------------------------------------------------------------------------- /IOKit/Headers/pwr_mgt/IOPMKeys.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guoxuzan/IOKit/HEAD/IOKit/Headers/pwr_mgt/IOPMKeys.h -------------------------------------------------------------------------------- /IOKit/Headers/pwr_mgt/IOPMLib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guoxuzan/IOKit/HEAD/IOKit/Headers/pwr_mgt/IOPMLib.h -------------------------------------------------------------------------------- /IOKit/Headers/pwr_mgt/IOPMLibDefs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guoxuzan/IOKit/HEAD/IOKit/Headers/pwr_mgt/IOPMLibDefs.h -------------------------------------------------------------------------------- /IOKit/Headers/sbp2/IOFireWireSBP2Lib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guoxuzan/IOKit/HEAD/IOKit/Headers/sbp2/IOFireWireSBP2Lib.h -------------------------------------------------------------------------------- /IOKit/Headers/scsi/IOSCSIMultimediaCommandsDevice.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guoxuzan/IOKit/HEAD/IOKit/Headers/scsi/IOSCSIMultimediaCommandsDevice.h -------------------------------------------------------------------------------- /IOKit/Headers/scsi/SCSICmds_INQUIRY_Definitions.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guoxuzan/IOKit/HEAD/IOKit/Headers/scsi/SCSICmds_INQUIRY_Definitions.h -------------------------------------------------------------------------------- /IOKit/Headers/scsi/SCSICmds_MODE_Definitions.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guoxuzan/IOKit/HEAD/IOKit/Headers/scsi/SCSICmds_MODE_Definitions.h -------------------------------------------------------------------------------- /IOKit/Headers/scsi/SCSICmds_READ_CAPACITY_Definitions.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guoxuzan/IOKit/HEAD/IOKit/Headers/scsi/SCSICmds_READ_CAPACITY_Definitions.h -------------------------------------------------------------------------------- /IOKit/Headers/scsi/SCSICmds_REPORT_LUNS_Definitions.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guoxuzan/IOKit/HEAD/IOKit/Headers/scsi/SCSICmds_REPORT_LUNS_Definitions.h -------------------------------------------------------------------------------- /IOKit/Headers/scsi/SCSICmds_REQUEST_SENSE_Defs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guoxuzan/IOKit/HEAD/IOKit/Headers/scsi/SCSICmds_REQUEST_SENSE_Defs.h -------------------------------------------------------------------------------- /IOKit/Headers/scsi/SCSICommandDefinitions.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guoxuzan/IOKit/HEAD/IOKit/Headers/scsi/SCSICommandDefinitions.h -------------------------------------------------------------------------------- /IOKit/Headers/scsi/SCSICommandOperationCodes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guoxuzan/IOKit/HEAD/IOKit/Headers/scsi/SCSICommandOperationCodes.h -------------------------------------------------------------------------------- /IOKit/Headers/scsi/SCSITask.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guoxuzan/IOKit/HEAD/IOKit/Headers/scsi/SCSITask.h -------------------------------------------------------------------------------- /IOKit/Headers/scsi/SCSITaskLib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guoxuzan/IOKit/HEAD/IOKit/Headers/scsi/SCSITaskLib.h -------------------------------------------------------------------------------- /IOKit/Headers/serial/IOSerialKeys.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guoxuzan/IOKit/HEAD/IOKit/Headers/serial/IOSerialKeys.h -------------------------------------------------------------------------------- /IOKit/Headers/serial/ioss.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guoxuzan/IOKit/HEAD/IOKit/Headers/serial/ioss.h -------------------------------------------------------------------------------- /IOKit/Headers/storage/IOAppleLabelScheme.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guoxuzan/IOKit/HEAD/IOKit/Headers/storage/IOAppleLabelScheme.h -------------------------------------------------------------------------------- /IOKit/Headers/storage/IOApplePartitionScheme.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guoxuzan/IOKit/HEAD/IOKit/Headers/storage/IOApplePartitionScheme.h -------------------------------------------------------------------------------- /IOKit/Headers/storage/IOBDBlockStorageDevice.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guoxuzan/IOKit/HEAD/IOKit/Headers/storage/IOBDBlockStorageDevice.h -------------------------------------------------------------------------------- /IOKit/Headers/storage/IOBDMedia.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guoxuzan/IOKit/HEAD/IOKit/Headers/storage/IOBDMedia.h -------------------------------------------------------------------------------- /IOKit/Headers/storage/IOBDMediaBSDClient.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guoxuzan/IOKit/HEAD/IOKit/Headers/storage/IOBDMediaBSDClient.h -------------------------------------------------------------------------------- /IOKit/Headers/storage/IOBDTypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guoxuzan/IOKit/HEAD/IOKit/Headers/storage/IOBDTypes.h -------------------------------------------------------------------------------- /IOKit/Headers/storage/IOBlockStorageDevice.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guoxuzan/IOKit/HEAD/IOKit/Headers/storage/IOBlockStorageDevice.h -------------------------------------------------------------------------------- /IOKit/Headers/storage/IOBlockStorageDriver.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guoxuzan/IOKit/HEAD/IOKit/Headers/storage/IOBlockStorageDriver.h -------------------------------------------------------------------------------- /IOKit/Headers/storage/IOCDBlockStorageDevice.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guoxuzan/IOKit/HEAD/IOKit/Headers/storage/IOCDBlockStorageDevice.h -------------------------------------------------------------------------------- /IOKit/Headers/storage/IOCDMedia.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guoxuzan/IOKit/HEAD/IOKit/Headers/storage/IOCDMedia.h -------------------------------------------------------------------------------- /IOKit/Headers/storage/IOCDMediaBSDClient.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guoxuzan/IOKit/HEAD/IOKit/Headers/storage/IOCDMediaBSDClient.h -------------------------------------------------------------------------------- /IOKit/Headers/storage/IOCDPartitionScheme.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guoxuzan/IOKit/HEAD/IOKit/Headers/storage/IOCDPartitionScheme.h -------------------------------------------------------------------------------- /IOKit/Headers/storage/IOCDTypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guoxuzan/IOKit/HEAD/IOKit/Headers/storage/IOCDTypes.h -------------------------------------------------------------------------------- /IOKit/Headers/storage/IODVDBlockStorageDevice.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guoxuzan/IOKit/HEAD/IOKit/Headers/storage/IODVDBlockStorageDevice.h -------------------------------------------------------------------------------- /IOKit/Headers/storage/IODVDMedia.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guoxuzan/IOKit/HEAD/IOKit/Headers/storage/IODVDMedia.h -------------------------------------------------------------------------------- /IOKit/Headers/storage/IODVDMediaBSDClient.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guoxuzan/IOKit/HEAD/IOKit/Headers/storage/IODVDMediaBSDClient.h -------------------------------------------------------------------------------- /IOKit/Headers/storage/IODVDTypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guoxuzan/IOKit/HEAD/IOKit/Headers/storage/IODVDTypes.h -------------------------------------------------------------------------------- /IOKit/Headers/storage/IOFDiskPartitionScheme.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guoxuzan/IOKit/HEAD/IOKit/Headers/storage/IOFDiskPartitionScheme.h -------------------------------------------------------------------------------- /IOKit/Headers/storage/IOFilterScheme.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guoxuzan/IOKit/HEAD/IOKit/Headers/storage/IOFilterScheme.h -------------------------------------------------------------------------------- /IOKit/Headers/storage/IOFireWireStorageCharacteristics.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guoxuzan/IOKit/HEAD/IOKit/Headers/storage/IOFireWireStorageCharacteristics.h -------------------------------------------------------------------------------- /IOKit/Headers/storage/IOGUIDPartitionScheme.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guoxuzan/IOKit/HEAD/IOKit/Headers/storage/IOGUIDPartitionScheme.h -------------------------------------------------------------------------------- /IOKit/Headers/storage/IOMedia.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guoxuzan/IOKit/HEAD/IOKit/Headers/storage/IOMedia.h -------------------------------------------------------------------------------- /IOKit/Headers/storage/IOMediaBSDClient.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guoxuzan/IOKit/HEAD/IOKit/Headers/storage/IOMediaBSDClient.h -------------------------------------------------------------------------------- /IOKit/Headers/storage/IOPartitionScheme.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guoxuzan/IOKit/HEAD/IOKit/Headers/storage/IOPartitionScheme.h -------------------------------------------------------------------------------- /IOKit/Headers/storage/IOStorage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guoxuzan/IOKit/HEAD/IOKit/Headers/storage/IOStorage.h -------------------------------------------------------------------------------- /IOKit/Headers/storage/IOStorageCardCharacteristics.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guoxuzan/IOKit/HEAD/IOKit/Headers/storage/IOStorageCardCharacteristics.h -------------------------------------------------------------------------------- /IOKit/Headers/storage/IOStorageControllerCharacteristics.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guoxuzan/IOKit/HEAD/IOKit/Headers/storage/IOStorageControllerCharacteristics.h -------------------------------------------------------------------------------- /IOKit/Headers/storage/IOStorageDeviceCharacteristics.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guoxuzan/IOKit/HEAD/IOKit/Headers/storage/IOStorageDeviceCharacteristics.h -------------------------------------------------------------------------------- /IOKit/Headers/storage/IOStorageProtocolCharacteristics.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guoxuzan/IOKit/HEAD/IOKit/Headers/storage/IOStorageProtocolCharacteristics.h -------------------------------------------------------------------------------- /IOKit/Headers/storage/ata/ATASMARTLib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guoxuzan/IOKit/HEAD/IOKit/Headers/storage/ata/ATASMARTLib.h -------------------------------------------------------------------------------- /IOKit/Headers/storage/ata/IOATAStorageDefines.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guoxuzan/IOKit/HEAD/IOKit/Headers/storage/ata/IOATAStorageDefines.h -------------------------------------------------------------------------------- /IOKit/Headers/stream/IOStreamLib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guoxuzan/IOKit/HEAD/IOKit/Headers/stream/IOStreamLib.h -------------------------------------------------------------------------------- /IOKit/Headers/stream/IOStreamShared.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guoxuzan/IOKit/HEAD/IOKit/Headers/stream/IOStreamShared.h -------------------------------------------------------------------------------- /IOKit/Headers/usb/IOUSBLib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guoxuzan/IOKit/HEAD/IOKit/Headers/usb/IOUSBLib.h -------------------------------------------------------------------------------- /IOKit/Headers/usb/IOUSBUserClient.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guoxuzan/IOKit/HEAD/IOKit/Headers/usb/IOUSBUserClient.h -------------------------------------------------------------------------------- /IOKit/Headers/usb/USB.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guoxuzan/IOKit/HEAD/IOKit/Headers/usb/USB.h -------------------------------------------------------------------------------- /IOKit/Headers/usb/USBSpec.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guoxuzan/IOKit/HEAD/IOKit/Headers/usb/USBSpec.h -------------------------------------------------------------------------------- /IOKit/Headers/video/IOVideoControlDictionary.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guoxuzan/IOKit/HEAD/IOKit/Headers/video/IOVideoControlDictionary.h -------------------------------------------------------------------------------- /IOKit/Headers/video/IOVideoDevice.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guoxuzan/IOKit/HEAD/IOKit/Headers/video/IOVideoDevice.h -------------------------------------------------------------------------------- /IOKit/Headers/video/IOVideoDeviceClientInit.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guoxuzan/IOKit/HEAD/IOKit/Headers/video/IOVideoDeviceClientInit.h -------------------------------------------------------------------------------- /IOKit/Headers/video/IOVideoDeviceLib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guoxuzan/IOKit/HEAD/IOKit/Headers/video/IOVideoDeviceLib.h -------------------------------------------------------------------------------- /IOKit/Headers/video/IOVideoDeviceShared.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guoxuzan/IOKit/HEAD/IOKit/Headers/video/IOVideoDeviceShared.h -------------------------------------------------------------------------------- /IOKit/Headers/video/IOVideoDeviceUserClient.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guoxuzan/IOKit/HEAD/IOKit/Headers/video/IOVideoDeviceUserClient.h -------------------------------------------------------------------------------- /IOKit/Headers/video/IOVideoStream.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guoxuzan/IOKit/HEAD/IOKit/Headers/video/IOVideoStream.h -------------------------------------------------------------------------------- /IOKit/Headers/video/IOVideoStreamDictionary.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guoxuzan/IOKit/HEAD/IOKit/Headers/video/IOVideoStreamDictionary.h -------------------------------------------------------------------------------- /IOKit/Headers/video/IOVideoStreamFormatDictionary.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guoxuzan/IOKit/HEAD/IOKit/Headers/video/IOVideoStreamFormatDictionary.h -------------------------------------------------------------------------------- /IOKit/Headers/video/IOVideoTypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guoxuzan/IOKit/HEAD/IOKit/Headers/video/IOVideoTypes.h -------------------------------------------------------------------------------- /IOKit/IOKit.framework/IOKit.tbd: -------------------------------------------------------------------------------- 1 | Versions/A/IOKit.tbd -------------------------------------------------------------------------------- /IOKit/IOKit.framework/Versions/A/IOKit.tbd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guoxuzan/IOKit/HEAD/IOKit/IOKit.framework/Versions/A/IOKit.tbd -------------------------------------------------------------------------------- /IOKit/IOKit.framework/Versions/Current: -------------------------------------------------------------------------------- 1 | A -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guoxuzan/IOKit/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guoxuzan/IOKit/HEAD/README.md --------------------------------------------------------------------------------