-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathIOKit.tbd
852 lines (852 loc) · 73.3 KB
/
IOKit.tbd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
---
archs: [ armv7, armv7s, arm64 ]
platform: ios
install-name: /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
current-version: 275.0
exports:
- archs: [ armv7, armv7s ]
symbols: [ _IOConnectMethodScalarIScalarO, _IOConnectMethodScalarIStructureI,
_IOConnectMethodScalarIStructureO, _IOConnectMethodStructureIStructureO,
_IOMapMemory, _io_async_method_scalarI_scalarO,
_io_async_method_scalarI_structureI, _io_async_method_scalarI_structureO,
_io_async_method_structureI_structureO, _io_catalog_get_data,
_io_catalog_get_gen_count, _io_catalog_module_loaded,
_io_catalog_reset, _io_catalog_send_data, _io_catalog_terminate,
_io_connect_add_client, _io_connect_async_method,
_io_connect_get_notification_semaphore, _io_connect_get_service,
_io_connect_map_memory, _io_connect_map_memory_into_task,
_io_connect_method, _io_connect_method_scalarI_scalarO,
_io_connect_method_scalarI_structureI, _io_connect_method_scalarI_structureO,
_io_connect_method_structureI_structureO, _io_connect_method_var_output,
_io_connect_set_notification_port, _io_connect_set_properties,
_io_connect_unmap_memory, _io_connect_unmap_memory_from_task,
_io_iterator_is_valid, _io_iterator_next, _io_iterator_reset,
_io_object_conforms_to, _io_object_get_bundle_identifier,
_io_object_get_class, _io_object_get_retain_count,
_io_object_get_superclass, _io_registry_create_iterator,
_io_registry_entry_create_iterator, _io_registry_entry_from_path,
_io_registry_entry_from_path_ool, _io_registry_entry_get_child_iterator,
_io_registry_entry_get_location_in_plane, _io_registry_entry_get_name,
_io_registry_entry_get_name_in_plane, _io_registry_entry_get_parent_iterator,
_io_registry_entry_get_path, _io_registry_entry_get_path_ool,
_io_registry_entry_get_properties, _io_registry_entry_get_properties_bin,
_io_registry_entry_get_property, _io_registry_entry_get_property_bin,
_io_registry_entry_get_property_bytes, _io_registry_entry_get_property_recursively,
_io_registry_entry_get_registry_entry_id, _io_registry_entry_in_plane,
_io_registry_entry_set_properties, _io_registry_get_root_entry,
_io_registry_iterator_enter_entry, _io_registry_iterator_exit_entry,
_io_server_version, _io_service_acknowledge_notification,
_io_service_add_interest_notification, _io_service_add_notification,
_io_service_add_notification_bin, _io_service_add_notification_ool,
_io_service_close, _io_service_get_authorization_id,
_io_service_get_busy_state, _io_service_get_matching_service,
_io_service_get_matching_service_bin, _io_service_get_matching_service_ool,
_io_service_get_matching_services, _io_service_get_matching_services_bin,
_io_service_get_matching_services_ool, _io_service_get_state,
_io_service_match_property_table, _io_service_match_property_table_bin,
_io_service_match_property_table_ool, _io_service_open_extended,
_io_service_request_probe, _io_service_set_authorization_id,
_io_service_wait_quiet ]
- archs: [ armv7, armv7s, arm64 ]
symbols: [ _IOAVAudioFormatTypeString, _IOAVAudioGetChannelAllocation,
_IOAVAudioGetChannelAllocationDefault, _IOAVAudioGetChannelLayoutData,
_IOAVAudioGetSpeakerAllocationMask, _IOAVAudioInterfaceCopyChannelLayoutElements,
_IOAVAudioInterfaceCopyDiagnosticsString, _IOAVAudioInterfaceCopyElements,
_IOAVAudioInterfaceCopyProperties, _IOAVAudioInterfaceCopyProperty,
_IOAVAudioInterfaceCreate, _IOAVAudioInterfaceCreateWithService,
_IOAVAudioInterfaceGetLinkData, _IOAVAudioInterfaceGetLinkDataWithSource,
_IOAVAudioInterfaceGetService, _IOAVAudioInterfaceGetTypeID,
_IOAVAudioInterfaceSetLogLevel, _IOAVAudioInterfaceSetLogLevelMask,
_IOAVAudioInterfaceSetProperty, _IOAVAudioInterfaceStartLink,
_IOAVAudioInterfaceStartLinkWithSource, _IOAVAudioInterfaceStopLink,
_IOAVAudioInterfaceStopLinkWithSource, _IOAVAudioSampleRate,
_IOAVAudioSampleRateScalar, _IOAVAudioSampleSize,
_IOAVAudioSpeakerString, _IOAVCommandString, _IOAVControlInterfaceCopyDiagnosticsString,
_IOAVControlInterfaceCopyProperties, _IOAVControlInterfaceCopyProperty,
_IOAVControlInterfaceCreate, _IOAVControlInterfaceCreateWithService,
_IOAVControlInterfaceGetService, _IOAVControlInterfaceGetTypeID,
_IOAVControlInterfaceSetLogLevel, _IOAVControlInterfaceSetLogLevelMask,
_IOAVControlInterfaceSetProperty, _IOAVControllerClearEventLog,
_IOAVControllerCopyDiagnosticsString, _IOAVControllerCopyProperties,
_IOAVControllerCopyProperty, _IOAVControllerCreate,
_IOAVControllerCreateWithLocation, _IOAVControllerCreateWithService,
_IOAVControllerForceHotPlugDetect, _IOAVControllerGetLocation,
_IOAVControllerGetPower, _IOAVControllerGetTypeID,
_IOAVControllerSetEventLogCommandMask, _IOAVControllerSetEventLogEventMask,
_IOAVControllerSetEventLogSize, _IOAVControllerSetLogLevel,
_IOAVControllerSetLogLevelMask, _IOAVControllerSetPower,
_IOAVControllerSetProperty, _IOAVControllerSetProtectionType,
_IOAVControllerSetQualityPattern, _IOAVCreateDiagnosticsReference,
_IOAVCreateDiagnosticsReferenceWithLocation, _IOAVCreateDiagnosticsString,
_IOAVCreateDiagnosticsStringWithLocation, _IOAVCreateStringWithAudioChannelLayoutData,
_IOAVCreateStringWithAudioLinkData, _IOAVCreateStringWithData,
_IOAVCreateStringWithElement, _IOAVCreateStringWithElements,
_IOAVCreateStringWithVideoColorData, _IOAVCreateStringWithVideoLinkData,
_IOAVCreateStringWithVideoTimingData, _IOAVDeviceClearEventLog,
_IOAVDeviceCopyDiagnosticsString, _IOAVDeviceCopyProperties,
_IOAVDeviceCopyProperty, _IOAVDeviceCreate, _IOAVDeviceCreateWithLocation,
_IOAVDeviceCreateWithService, _IOAVDeviceGetController,
_IOAVDeviceGetLinkData, _IOAVDeviceGetLocation,
_IOAVDeviceGetPower, _IOAVDeviceGetProtectionStatus,
_IOAVDeviceGetProtectionType, _IOAVDeviceGetTypeID,
_IOAVDeviceReadI2C, _IOAVDeviceSetEventLogCommandMask,
_IOAVDeviceSetEventLogEventMask, _IOAVDeviceSetEventLogSize,
_IOAVDeviceSetLogLevel, _IOAVDeviceSetLogLevelMask,
_IOAVDeviceSetPower, _IOAVDeviceSetProperty, _IOAVDeviceStartLink,
_IOAVDeviceStopLink, _IOAVDeviceWriteI2C, _IOAVEDIDIsStandard,
_IOAVElementTypeString, _IOAVEventLogEventTypeString,
_IOAVGetCEAVideoShortID, _IOAVGetCEAVideoShortIDWithData,
_IOAVGetCEAVideoShortIDWithDataActive, _IOAVGetCEAVideoTimingData,
_IOAVGetCEAVideoTimingDataWithShortID, _IOAVGetCVTVideoTimingData,
_IOAVGetDMTVideoTimingData, _IOAVGetGTFVideoTimingData,
_IOAVGetSPDInfoFrame, _IOAVGetSupportedVideoTimingDataList,
_IOAVGetTransportSupportsCEA, _IOAVGetTransportSupportsYCbCr,
_IOAVGetVideoTimingData, _IOAVGetVideoTimingITSource,
_IOAVHDMIAudioClockRegenerationDataForLink, _IOAVInfoFrameGetChecksum,
_IOAVInfoFrameTypeString, _IOAVLinkSourceString,
_IOAVLinkTypeString, _IOAVLocationString, _IOAVProtectionStatusString,
_IOAVProtectionTypeString, _IOAVRecoverableError,
_IOAVServiceClearEventLog, _IOAVServiceCopyDiagnosticsString,
_IOAVServiceCopyEDID, _IOAVServiceCopyProperties,
_IOAVServiceCopyProperty, _IOAVServiceCreate, _IOAVServiceCreateWithLocation,
_IOAVServiceCreateWithService, _IOAVServiceGetDevice,
_IOAVServiceGetLinkData, _IOAVServiceGetLinkDataWithSource,
_IOAVServiceGetPower, _IOAVServiceGetProtectionStatus,
_IOAVServiceGetProtectionType, _IOAVServiceGetTypeID,
_IOAVServiceSetEventLogCommandMask, _IOAVServiceSetEventLogEventMask,
_IOAVServiceSetEventLogSize, _IOAVServiceSetLogLevel,
_IOAVServiceSetLogLevelMask, _IOAVServiceSetPower,
_IOAVServiceSetProperty, _IOAVServiceSetVirtualEDIDMode,
_IOAVServiceStartInfoFrame, _IOAVServiceStartInfoFrameWithSource,
_IOAVServiceStartLink, _IOAVServiceStartLinkWithSource,
_IOAVServiceStopInfoFrame, _IOAVServiceStopInfoFrameWithSource,
_IOAVServiceStopLink, _IOAVServiceStopLinkWithSource,
_IOAVServiceSupportsLink, _IOAVStandardTypeString,
_IOAVSupportedVideoTimingDataListTypeString, _IOAVTransportString,
_IOAVVideoActiveFormatAspectRatio, _IOAVVideoAxisString,
_IOAVVideoColorBitDepth, _IOAVVideoColorBitDepthScalar,
_IOAVVideoColorCoefficientString, _IOAVVideoColorDynamicRangeString,
_IOAVVideoColorSpaceString, _IOAVVideoGetPixelClockTolerance,
_IOAVVideoInterfaceCopyColorElements, _IOAVVideoInterfaceCopyDiagnosticsString,
_IOAVVideoInterfaceCopyProperties, _IOAVVideoInterfaceCopyProperty,
_IOAVVideoInterfaceCopyTimingElements, _IOAVVideoInterfaceCreate,
_IOAVVideoInterfaceCreateWithLocation, _IOAVVideoInterfaceCreateWithService,
_IOAVVideoInterfaceGetLinkData, _IOAVVideoInterfaceGetLinkDataWithSource,
_IOAVVideoInterfaceGetService, _IOAVVideoInterfaceGetTypeID,
_IOAVVideoInterfaceSetBounds, _IOAVVideoInterfaceSetColorDitherRemoval,
_IOAVVideoInterfaceSetLogLevel, _IOAVVideoInterfaceSetLogLevelMask,
_IOAVVideoInterfaceSetProperty, _IOAVVideoInterfaceSetRotation,
_IOAVVideoInterfaceStartLink, _IOAVVideoInterfaceStartLinkWithSource,
_IOAVVideoInterfaceStopLink, _IOAVVideoInterfaceStopLinkWithSource,
_IOAVVideoLinkModeString, _IOAVVideoTimingCalculatedTypeString,
_IOAVVideoTimingGetActivePixelClock, _IOAVVideoTimingGetPixelClock,
_IOAVVideoTimingGetSyncRateRounded, _IOAVVideoTimingTypeString,
_IOAllowPowerChange, _IOBSDNameMatching, _IOCFSerialize,
_IOCFURLWriteDataAndPropertiesToResource, _IOCFUnserialize,
_IOCFUnserializeBinary, _IOCFUnserializeWithSize,
_IOCFUnserializeparse, _IOCancelPowerChange, _IOCatalogueGetData,
_IOCatalogueModuleLoaded, _IOCatalogueReset, _IOCatalogueSendData,
_IOCatalogueTerminate, _IOCatlogueGetGenCount, _IOCloseConnection,
_IOCompatibiltyNumber, _IOConnectAddClient, _IOConnectAddRef,
_IOConnectCallAsyncMethod, _IOConnectCallAsyncScalarMethod,
_IOConnectCallAsyncStructMethod, _IOConnectCallMethod,
_IOConnectCallScalarMethod, _IOConnectCallStructMethod,
_IOConnectGetService, _IOConnectMapMemory, _IOConnectMapMemory64,
_IOConnectRelease, _IOConnectSetCFProperties, _IOConnectSetCFProperty,
_IOConnectSetNotificationPort, _IOConnectTrap0,
_IOConnectTrap1, _IOConnectTrap2, _IOConnectTrap3,
_IOConnectTrap4, _IOConnectTrap5, _IOConnectTrap6,
_IOConnectUnmapMemory, _IOConnectUnmapMemory64,
_IOCopySystemLoadAdvisoryDetailed, _IOCreatePlugInInterfaceForService,
_IOCreateReceivePort, _IODPCalculateM, _IODPCommandString,
_IODPCompareLinkTrainingData, _IODPControllerCreate,
_IODPControllerCreateWithLocation, _IODPControllerCreateWithService,
_IODPControllerGetAVController, _IODPControllerGetMaxLaneCount,
_IODPControllerGetMaxLinkRate, _IODPControllerGetMinLaneCount,
_IODPControllerGetMinLinkRate, _IODPControllerGetTypeID,
_IODPControllerSetDownspreadModulationFrequency,
_IODPControllerSetDriveSettings, _IODPControllerSetLaneCount,
_IODPControllerSetLinkRate, _IODPControllerSetMaxLaneCount,
_IODPControllerSetMaxLinkRate, _IODPControllerSetMinLaneCount,
_IODPControllerSetMinLinkRate, _IODPControllerSetSupportsALPM,
_IODPControllerSetSupportsDownspread, _IODPControllerSetSupportsEnhancedMode,
_IODPControllerSetSupportsScrambling, _IODPCreateStringWithLinkTrainingData,
_IODPDeviceCreate, _IODPDeviceCreateWithLocation,
_IODPDeviceCreateWithService, _IODPDeviceGetAVDevice,
_IODPDeviceGetController, _IODPDeviceGetLinkTrainingData,
_IODPDeviceGetMaxLaneCount, _IODPDeviceGetMaxLinkRate,
_IODPDeviceGetRevisionMajor, _IODPDeviceGetRevisionMinor,
_IODPDeviceGetSinkCount, _IODPDeviceGetSupportsDownspread,
_IODPDeviceGetSupportsEnhancedMode, _IODPDeviceGetSymbolErrorCount,
_IODPDeviceGetTypeID, _IODPDeviceReadDPCD, _IODPDeviceSetALPMEnabled,
_IODPDeviceTypeString, _IODPDeviceWriteDPCD, _IODPDriveSettingsAreValid,
_IODPEventLogEventTypeString, _IODPLinkMaxPixelRate,
_IODPLinkRateEnum, _IODPLinkRateIsStandard, _IODPLinkRateScalar,
_IODPLinkSymbolRate, _IODPServiceCreate, _IODPServiceCreateWithLocation,
_IODPServiceCreateWithService, _IODPServiceGetAVService,
_IODPServiceGetDevice, _IODPServiceGetSinkCount,
_IODPServiceGetSymbolErrorCount, _IODPServiceGetTypeID,
_IODPServiceRetrainLink, _IODPServiceSetLinkCheckEnable,
_IODPStreamClockHz, _IODPTrainingPatternLength,
_IODPVideoMinLinkRate, _IODataQueueAllocateNotificationPort,
_IODataQueueDataAvailable, _IODataQueueDequeue,
_IODataQueueEnqueue, _IODataQueuePeek, _IODataQueueSetNotificationPort,
_IODataQueueWaitForAvailableData, _IODeregisterApp,
_IODeregisterForSystemPower, _IODestroyPlugInInterface,
_IODispatchCalloutFromCFMessage, _IODispatchCalloutFromMessage,
_IOEthernetControllerCreate, _IOEthernetControllerGetBSDSocket,
_IOEthernetControllerGetIONetworkInterfaceObject,
_IOEthernetControllerGetTypeID, _IOEthernetControllerReadPacket,
_IOEthernetControllerRegisterBSDAttachCallback,
_IOEthernetControllerRegisterDisableCallback, _IOEthernetControllerRegisterEnableCallback,
_IOEthernetControllerRegisterPacketAvailableCallback,
_IOEthernetControllerScheduleWithRunLoop, _IOEthernetControllerSetDispatchQueue,
_IOEthernetControllerSetLinkStatus, _IOEthernetControllerSetPowerSavings,
_IOEthernetControllerUnscheduleFromRunLoop, _IOEthernetControllerWritePacket,
_IOGetSystemLoadAdvisory, _IOHIDCopyCFTypeParameter,
_IOHIDCreateSharedMemory, _IOHIDDeviceClose, _IOHIDDeviceConformsTo,
_IOHIDDeviceCopyMatchingElements, _IOHIDDeviceCopyValueMultiple,
_IOHIDDeviceCopyValueMultipleWithCallback, _IOHIDDeviceCreate,
_IOHIDDeviceGetProperty, _IOHIDDeviceGetReport,
_IOHIDDeviceGetReportWithCallback, _IOHIDDeviceGetService,
_IOHIDDeviceGetTypeID, _IOHIDDeviceGetValue, _IOHIDDeviceGetValueWithCallback,
_IOHIDDeviceOpen, _IOHIDDeviceRegisterInputReportCallback,
_IOHIDDeviceRegisterInputReportWithTimeStampCallback,
_IOHIDDeviceRegisterInputValueCallback, _IOHIDDeviceRegisterRemovalCallback,
_IOHIDDeviceScheduleWithRunLoop, _IOHIDDeviceSetInputValueMatching,
_IOHIDDeviceSetInputValueMatchingMultiple, _IOHIDDeviceSetProperty,
_IOHIDDeviceSetReport, _IOHIDDeviceSetReportWithCallback,
_IOHIDDeviceSetValue, _IOHIDDeviceSetValueMultiple,
_IOHIDDeviceSetValueMultipleWithCallback, _IOHIDDeviceSetValueWithCallback,
_IOHIDDeviceUnscheduleFromRunLoop, _IOHIDElementAttach,
_IOHIDElementCopyAttached, _IOHIDElementCreateWithDictionary,
_IOHIDElementDetach, _IOHIDElementGetChildren, _IOHIDElementGetCollectionType,
_IOHIDElementGetCookie, _IOHIDElementGetDevice,
_IOHIDElementGetDuplicateIndex, _IOHIDElementGetLogicalMax,
_IOHIDElementGetLogicalMin, _IOHIDElementGetName,
_IOHIDElementGetParent, _IOHIDElementGetPhysicalMax,
_IOHIDElementGetPhysicalMin, _IOHIDElementGetProperty,
_IOHIDElementGetReportCount, _IOHIDElementGetReportID,
_IOHIDElementGetReportSize, _IOHIDElementGetType,
_IOHIDElementGetTypeID, _IOHIDElementGetUnit, _IOHIDElementGetUnitExponent,
_IOHIDElementGetUsage, _IOHIDElementGetUsagePage,
_IOHIDElementHasNullState, _IOHIDElementHasPreferredState,
_IOHIDElementIsArray, _IOHIDElementIsNonLinear,
_IOHIDElementIsRelative, _IOHIDElementIsVirtual,
_IOHIDElementIsWrapping, _IOHIDElementSetProperty,
_IOHIDEventAppendEvent, _IOHIDEventConformsTo, _IOHIDEventConformsToWithOptions,
_IOHIDEventCreate, _IOHIDEventCreateAccelerometerEvent,
_IOHIDEventCreateAccelerometerEventWithType, _IOHIDEventCreateAmbientLightSensorEvent,
_IOHIDEventCreateAtmosphericPressureEvent, _IOHIDEventCreateBiometricEvent,
_IOHIDEventCreateBoundaryScrollEvent, _IOHIDEventCreateButtonEvent,
_IOHIDEventCreateButtonEventWithPressure, _IOHIDEventCreateCompassEvent,
_IOHIDEventCreateCompassEventWithType, _IOHIDEventCreateCopy,
_IOHIDEventCreateData, _IOHIDEventCreateDigitizerEvent,
_IOHIDEventCreateDigitizerFingerEvent, _IOHIDEventCreateDigitizerFingerEventWithQuality,
_IOHIDEventCreateDigitizerStylusEvent, _IOHIDEventCreateDigitizerStylusEventWithPolarOrientation,
_IOHIDEventCreateDockSwipeEvent, _IOHIDEventCreateFluidTouchGestureEvent,
_IOHIDEventCreateForceEvent, _IOHIDEventCreateGyroEvent,
_IOHIDEventCreateGyroEventWithType, _IOHIDEventCreateKeyboardEvent,
_IOHIDEventCreateLEDEvent, _IOHIDEventCreateMotionActivtyEvent,
_IOHIDEventCreateMotionGestureEvent, _IOHIDEventCreateMouseEvent,
_IOHIDEventCreateNavigationSwipeEvent, _IOHIDEventCreateOrientationEvent,
_IOHIDEventCreatePolarOrientationEvent, _IOHIDEventCreateProgressEvent,
_IOHIDEventCreateProximtyEvent, _IOHIDEventCreateRelativePointerEvent,
_IOHIDEventCreateRotationEvent, _IOHIDEventCreateScaleEvent,
_IOHIDEventCreateScrollEvent, _IOHIDEventCreateSwipeEvent,
_IOHIDEventCreateSymbolicHotKeyEvent, _IOHIDEventCreateTranslationEvent,
_IOHIDEventCreateUnicodeEvent, _IOHIDEventCreateUnicodeEventWithQuality,
_IOHIDEventCreateVelocityEvent, _IOHIDEventCreateVendorDefinedEvent,
_IOHIDEventCreateWithBytes, _IOHIDEventCreateWithData,
_IOHIDEventCreateZoomToggleEvent, _IOHIDEventGetAttributeData,
_IOHIDEventGetAttributeDataLength, _IOHIDEventGetAttributeDataPtr,
_IOHIDEventGetChildren, _IOHIDEventGetDataLength,
_IOHIDEventGetDataValue, _IOHIDEventGetDataValueWithOptions,
_IOHIDEventGetEvent, _IOHIDEventGetEventFlags, _IOHIDEventGetEventWithOptions,
_IOHIDEventGetFloatMultiple, _IOHIDEventGetFloatMultipleWithOptions,
_IOHIDEventGetFloatValue, _IOHIDEventGetFloatValueWithOptions,
_IOHIDEventGetIntegerMultiple, _IOHIDEventGetIntegerMultipleWithOptions,
_IOHIDEventGetIntegerValue, _IOHIDEventGetIntegerValueWithOptions,
_IOHIDEventGetLatency, _IOHIDEventGetParent, _IOHIDEventGetPhase,
_IOHIDEventGetPosition, _IOHIDEventGetPositionWithOptions,
_IOHIDEventGetSenderID, _IOHIDEventGetTimeStamp,
_IOHIDEventGetType, _IOHIDEventGetTypeID, _IOHIDEventGetTypeString,
_IOHIDEventGetVendorDefinedData, _IOHIDEventIsAbsolute,
_IOHIDEventIsRepeat, _IOHIDEventQueueCreate, _IOHIDEventQueueCreateWithVM,
_IOHIDEventQueueDequeueCopy, _IOHIDEventQueueEnqueue,
_IOHIDEventQueueGetMemoryHandle, _IOHIDEventQueueGetNotificationPort,
_IOHIDEventQueueGetTypeID, _IOHIDEventQueueIsActive,
_IOHIDEventQueueSetNotificationPort, _IOHIDEventQueueStart,
_IOHIDEventQueueStop, _IOHIDEventReadBytes, _IOHIDEventRemoveEvent,
_IOHIDEventServerCreate, _IOHIDEventServerGetTypeID,
_IOHIDEventServerScheduleWithDispatchQueue, _IOHIDEventServerUnscheduleFromDispatchQueue,
_IOHIDEventSetAttributeData, _IOHIDEventSetEventFlags,
_IOHIDEventSetFloatMultiple, _IOHIDEventSetFloatMultipleWithOptions,
_IOHIDEventSetFloatValue, _IOHIDEventSetFloatValueWithOptions,
_IOHIDEventSetIntegerMultiple, _IOHIDEventSetIntegerMultipleWithOptions,
_IOHIDEventSetIntegerValue, _IOHIDEventSetIntegerValueWithOptions,
_IOHIDEventSetPhase, _IOHIDEventSetPosition, _IOHIDEventSetPositionWithOptions,
_IOHIDEventSetRepeat, _IOHIDEventSetSenderID, _IOHIDEventSetTimeStamp,
_IOHIDEventSystemClient, _IOHIDEventSystemClientCopyProperty,
_IOHIDEventSystemClientCopyServiceForRegistryID,
_IOHIDEventSystemClientCopyServices, _IOHIDEventSystemClientCreate,
_IOHIDEventSystemClientCreateWithType, _IOHIDEventSystemClientDispatchEvent,
_IOHIDEventSystemClientGetTypeID, _IOHIDEventSystemClientGetTypeString,
_IOHIDEventSystemClientRegisterDeviceMatchingBlock,
_IOHIDEventSystemClientRegisterDeviceMatchingCallback,
_IOHIDEventSystemClientRegisterEventBlock, _IOHIDEventSystemClientRegisterEventCallback,
_IOHIDEventSystemClientRegisterEventFilterBlock,
_IOHIDEventSystemClientRegisterEventFilterBlockWithPriority,
_IOHIDEventSystemClientRegisterEventFilterCallback,
_IOHIDEventSystemClientRegisterEventFilterCallbackWithPriority,
_IOHIDEventSystemClientRegisterPropertyChangedCallback,
_IOHIDEventSystemClientRegisterResetCallback, _IOHIDEventSystemClientRegistryIDConformsTo,
_IOHIDEventSystemClientScheduleWithDispatchQueue,
_IOHIDEventSystemClientScheduleWithRunLoop, _IOHIDEventSystemClientSetMatching,
_IOHIDEventSystemClientSetMatchingMultiple, _IOHIDEventSystemClientSetProperty,
_IOHIDEventSystemClientUnregisterDeviceMatchingBlock,
_IOHIDEventSystemClientUnregisterDeviceMatchingCallback,
_IOHIDEventSystemClientUnregisterEventBlock, _IOHIDEventSystemClientUnregisterEventCallback,
_IOHIDEventSystemClientUnregisterEventFilterBlock,
_IOHIDEventSystemClientUnregisterEventFilterCallback,
_IOHIDEventSystemClientUnregisterPropertyChangedCallback,
_IOHIDEventSystemClientUnregisterResetCallback,
_IOHIDEventSystemClientUnscheduleFromDispatchQueue,
_IOHIDEventSystemClientUnscheduleWithRunLoop, _IOHIDEventSystemClose,
_IOHIDEventSystemConnectionDispatchEvent, _IOHIDEventSystemConnectionGetAttribute,
_IOHIDEventSystemConnectionGetTask, _IOHIDEventSystemConnectionGetType,
_IOHIDEventSystemConnectionGetTypeID, _IOHIDEventSystemConnectionGetTypeString,
_IOHIDEventSystemCopyConnections, _IOHIDEventSystemCopyEvent,
_IOHIDEventSystemCopyMatchingServices, _IOHIDEventSystemCopyService,
_IOHIDEventSystemCopyServices, _IOHIDEventSystemCreate,
_IOHIDEventSystemGetProperty, _IOHIDEventSystemGetTypeID,
_IOHIDEventSystemOpen, _IOHIDEventSystemRegisterConnectionAdditionCallback,
_IOHIDEventSystemRegisterConnectionRemovalCallback,
_IOHIDEventSystemRegisterServicesCallback, _IOHIDEventSystemSetCallback,
_IOHIDEventSystemSetProperty, _IOHIDEventSystemUnregisterConnectionAdditionCallback,
_IOHIDEventSystemUnregisterConnectionRemovalCallback,
_IOHIDEventSystemUnregisterServicesCallback, _IOHIDEventTypeGetName,
_IOHIDGetAccelerationWithKey, _IOHIDGetActivityState,
_IOHIDGetButtonEventNum, _IOHIDGetModifierLockState,
_IOHIDGetMouseAcceleration, _IOHIDGetMouseButtonMode,
_IOHIDGetParameter, _IOHIDGetScrollAcceleration,
_IOHIDGetStateForSelector, _IOHIDManagerClose, _IOHIDManagerCopyDevices,
_IOHIDManagerCreate, _IOHIDManagerGetProperty, _IOHIDManagerGetTypeID,
_IOHIDManagerOpen, _IOHIDManagerRegisterDeviceMatchingCallback,
_IOHIDManagerRegisterDeviceRemovalCallback, _IOHIDManagerRegisterInputReportCallback,
_IOHIDManagerRegisterInputValueCallback, _IOHIDManagerSaveToPropertyDomain,
_IOHIDManagerScheduleWithRunLoop, _IOHIDManagerSetDeviceMatching,
_IOHIDManagerSetDeviceMatchingMultiple, _IOHIDManagerSetInputValueMatching,
_IOHIDManagerSetInputValueMatchingMultiple, _IOHIDManagerSetProperty,
_IOHIDManagerUnscheduleFromRunLoop, _IOHIDNotificationCreate,
_IOHIDNotificationGetClientCallback, _IOHIDNotificationGetClientRefcon,
_IOHIDNotificationGetClientTarget, _IOHIDNotificationGetOwnerCallback,
_IOHIDNotificationGetOwnerRefcon, _IOHIDNotificationGetOwnerTarget,
_IOHIDNotificationGetTypeID, _IOHIDPostEvent, _IOHIDQueueAddElement,
_IOHIDQueueContainsElement, _IOHIDQueueCopyNextValue,
_IOHIDQueueCopyNextValueWithTimeout, _IOHIDQueueCreate,
_IOHIDQueueGetDepth, _IOHIDQueueGetDevice, _IOHIDQueueGetTypeID,
_IOHIDQueueRegisterValueAvailableCallback, _IOHIDQueueRemoveElement,
_IOHIDQueueScheduleWithRunLoop, _IOHIDQueueSetDepth,
_IOHIDQueueStart, _IOHIDQueueStop, _IOHIDQueueUnscheduleFromRunLoop,
_IOHIDRegisterVirtualDisplay, _IOHIDServiceClientConformsTo,
_IOHIDServiceClientCopyEvent, _IOHIDServiceClientCopyProperty,
_IOHIDServiceClientGetRegistryID, _IOHIDServiceClientGetTypeID,
_IOHIDServiceClientRegisterRemovalBlock, _IOHIDServiceClientRegisterRemovalCallback,
_IOHIDServiceClientSetElementValue, _IOHIDServiceClientSetProperty,
_IOHIDServiceConformsTo, _IOHIDServiceConnectionCacheContainsKey,
_IOHIDServiceConnectionCacheCopyValueForKey, _IOHIDServiceConnectionCacheCreate,
_IOHIDServiceConnectionCacheGetReportDeadline, _IOHIDServiceConnectionCacheGetTypeID,
_IOHIDServiceConnectionCacheGetUnresponsiveness,
_IOHIDServiceConnectionCacheSetReportDeadline, _IOHIDServiceConnectionCacheSetUnresponsiveness,
_IOHIDServiceConnectionCacheSetValueForKey, _IOHIDServiceCopyEvent,
_IOHIDServiceCopyProperty, _IOHIDServiceCreatePropertyChangedNotification,
_IOHIDServiceCreateRemovalNotification, _IOHIDServiceFilterClose,
_IOHIDServiceFilterCopyPropertyForClient, _IOHIDServiceFilterCreate,
_IOHIDServiceFilterFilterCopyEvent, _IOHIDServiceFilterFilterEvent,
_IOHIDServiceFilterGetType, _IOHIDServiceFilterGetTypeID,
_IOHIDServiceFilterMatch, _IOHIDServiceFilterOpen,
_IOHIDServiceFilterSchedule, _IOHIDServiceFilterSetEventCallback,
_IOHIDServiceFilterSetOutputEvent, _IOHIDServiceFilterSetPropertyForClient,
_IOHIDServiceFilterUnschedule, _IOHIDServiceGetProperty,
_IOHIDServiceGetRegistryID, _IOHIDServiceGetTypeID,
_IOHIDServiceMatchPropertyTable, _IOHIDServiceSetElementValue,
_IOHIDServiceSetOutputEvent, _IOHIDServiceSetProperty,
_IOHIDSessionAddService, _IOHIDSessionClose, _IOHIDSessionCopyEvent,
_IOHIDSessionCreate, _IOHIDSessionFilterClose, _IOHIDSessionFilterCopyEvent,
_IOHIDSessionFilterCreate, _IOHIDSessionFilterFilterCopyEvent,
_IOHIDSessionFilterFilterEvent, _IOHIDSessionFilterGetPropertyForClient,
_IOHIDSessionFilterGetType, _IOHIDSessionFilterGetTypeID,
_IOHIDSessionFilterOpen, _IOHIDSessionFilterRegisterService,
_IOHIDSessionFilterScheduleWithDispatchQueue, _IOHIDSessionFilterSetPropertyForClient,
_IOHIDSessionFilterUnregisterService, _IOHIDSessionFilterUnscheduleFromDispatchQueue,
_IOHIDSessionGetProperty, _IOHIDSessionGetTypeID,
_IOHIDSessionOpen, _IOHIDSessionRemoveService, _IOHIDSessionSetProperty,
_IOHIDSetAccelerationWithKey, _IOHIDSetCFTypeParameter,
_IOHIDSetCursorBounds, _IOHIDSetCursorEnable, _IOHIDSetEventsEnable,
_IOHIDSetFixedMouseLocation, _IOHIDSetModifierLockState,
_IOHIDSetMouseAcceleration, _IOHIDSetMouseButtonMode,
_IOHIDSetMouseLocation, _IOHIDSetOnScreenCursorBounds,
_IOHIDSetParameter, _IOHIDSetScrollAcceleration,
_IOHIDSetStateForSelector, _IOHIDSetVirtualDisplayBounds,
_IOHIDTransactionAddElement, _IOHIDTransactionClear,
_IOHIDTransactionCommit, _IOHIDTransactionCommitWithCallback,
_IOHIDTransactionContainsElement, _IOHIDTransactionCreate,
_IOHIDTransactionGetDevice, _IOHIDTransactionGetDirection,
_IOHIDTransactionGetTypeID, _IOHIDTransactionGetValue,
_IOHIDTransactionRemoveElement, _IOHIDTransactionScheduleWithRunLoop,
_IOHIDTransactionSetDirection, _IOHIDTransactionSetValue,
_IOHIDTransactionUnscheduleFromRunLoop, _IOHIDUnregisterVirtualDisplay,
_IOHIDUserDeviceCreate, _IOHIDUserDeviceCreateWithOptions,
_IOHIDUserDeviceGetTypeID, _IOHIDUserDeviceHandleReport,
_IOHIDUserDeviceHandleReportAsync, _IOHIDUserDeviceHandleReportAsyncWithTimeStamp,
_IOHIDUserDeviceHandleReportWithTimeStamp, _IOHIDUserDeviceRegisterGetReportCallback,
_IOHIDUserDeviceRegisterGetReportWithReturnLengthCallback,
_IOHIDUserDeviceRegisterSetReportCallback, _IOHIDUserDeviceScheduleWithDispatchQueue,
_IOHIDUserDeviceScheduleWithRunLoop, _IOHIDUserDeviceUnscheduleFromDispatchQueue,
_IOHIDUserDeviceUnscheduleFromRunLoop, _IOHIDValueCreateWithBytes,
_IOHIDValueCreateWithBytesNoCopy, _IOHIDValueCreateWithIntegerValue,
_IOHIDValueGetBytePtr, _IOHIDValueGetElement, _IOHIDValueGetIntegerValue,
_IOHIDValueGetLength, _IOHIDValueGetScaledValue,
_IOHIDValueGetTimeStamp, _IOHIDValueGetTypeID, _IOInitContainerClasses,
_IOIteratorIsValid, _IOIteratorNext, _IOIteratorReset,
_IOKitGetBusyState, _IOKitWaitQuiet, _IOMIGMachPortCacheAdd,
_IOMIGMachPortCacheCopy, _IOMIGMachPortCacheRemove,
_IOMIGMachPortCreate, _IOMIGMachPortGetPort, _IOMIGMachPortGetTypeID,
_IOMIGMachPortRegisterDemuxCallback, _IOMIGMachPortRegisterTerminationCallback,
_IOMIGMachPortScheduleWithDispatchQueue, _IOMIGMachPortScheduleWithRunLoop,
_IOMIGMachPortUnscheduleFromDispatchQueue, _IOMIGMachPortUnscheduleFromRunLoop,
_IOMasterPort, _IONetworkClose, _IONetworkGetDataCapacity,
_IONetworkGetDataHandle, _IONetworkGetPacketFiltersMask,
_IONetworkOpen, _IONetworkReadData, _IONetworkResetData,
_IONetworkSetPacketFiltersMask, _IONetworkWriteData,
_IONotificationPortCreate, _IONotificationPortDestroy,
_IONotificationPortGetMachPort, _IONotificationPortGetRunLoopSource,
_IONotificationPortSetDispatchQueue, _IOObjectConformsTo,
_IOObjectCopyBundleIdentifierForClass, _IOObjectCopyClass,
_IOObjectCopySuperclassForClass, _IOObjectGetClass,
_IOObjectGetKernelRetainCount, _IOObjectGetRetainCount,
_IOObjectGetUserRetainCount, _IOObjectIsEqualTo,
_IOObjectRelease, _IOObjectRetain, _IOOpenConnection,
_IOOpenFirmwarePathMatching, _IOPMActivateSystemPowerSettings,
_IOPMAllowsBackgroundTask, _IOPMAllowsPushServiceTask,
_IOPMAssertionCopyProperties, _IOPMAssertionCreate,
_IOPMAssertionCreateWithDescription, _IOPMAssertionCreateWithName,
_IOPMAssertionCreateWithProperties, _IOPMAssertionDeclareNotificationEvent,
_IOPMAssertionDeclareSystemActivity, _IOPMAssertionDeclareUserActivity,
_IOPMAssertionNotify, _IOPMAssertionRelease, _IOPMAssertionRetain,
_IOPMAssertionSetBTCollection, _IOPMAssertionSetProperty,
_IOPMAssertionSetTimeout, _IOPMCancelAllRepeatingPowerEvents,
_IOPMCancelAllScheduledPowerEvents, _IOPMCancelScheduledPowerEvent,
_IOPMChangeSystemActivityAssertionBehavior, _IOPMClaimSystemWakeEvent,
_IOPMConnectionAcknowledgeEvent, _IOPMConnectionAcknowledgeEventWithOptions,
_IOPMConnectionCreate, _IOPMConnectionGetSystemCapabilities,
_IOPMConnectionRelease, _IOPMConnectionScheduleWithRunLoop,
_IOPMConnectionSetDispatchQueue, _IOPMConnectionSetNotification,
_IOPMConnectionUnscheduleFromRunLoop, _IOPMCopyActivePMPreferences,
_IOPMCopyActivePowerProfiles, _IOPMCopyAssertionActivityAggregate,
_IOPMCopyAssertionActivityAggregateWithAllocator,
_IOPMCopyAssertionActivityLog, _IOPMCopyAssertionActivityLogWithAllocator,
_IOPMCopyAssertionActivityUpdate, _IOPMCopyAssertionActivityUpdateWithAllocator,
_IOPMCopyAssertionsByProcess, _IOPMCopyAssertionsByProcessWithAllocator,
_IOPMCopyAssertionsByType, _IOPMCopyAssertionsStatus,
_IOPMCopyBatteryInfo, _IOPMCopyCPUPowerStatus, _IOPMCopyConnectionStatus,
_IOPMCopyCustomPMPreferences, _IOPMCopyHIDPostEventHistory,
_IOPMCopyPMPreferences, _IOPMCopyPowerHistory, _IOPMCopyPowerHistoryDetailed,
_IOPMCopyPowerProfiles, _IOPMCopyPowerStateInfo,
_IOPMCopyRepeatingPowerEvents, _IOPMCopyScheduledPowerEvents,
_IOPMCopySleepPreventersList, _IOPMCopySleepWakeFailure,
_IOPMCopySystemPowerSettings, _IOPMCopyUPSShutdownLevels,
_IOPMCopyUnabridgedActivePMPreferences, _IOPMCopyUserActivityLevelDescription,
_IOPMCtlAssertionType, _IOPMDebugTracePoint, _IOPMDeclareNetworkClientActivity,
_IOPMFeatureIsAvailable, _IOPMFeatureIsAvailableWithSupportedTable,
_IOPMFindPowerManagement, _IOPMGetActivePushConnectionState,
_IOPMGetAggressiveness, _IOPMGetCapabilitiesDescription,
_IOPMGetDarkWakeThermalEmergencyCount, _IOPMGetLastWakeTime,
_IOPMGetPerformanceWarningLevel, _IOPMGetSleepServicesActive,
_IOPMGetThermalWarningLevel, _IOPMGetUUID, _IOPMGetUserActivityLevel,
_IOPMGetValueInt, _IOPMIsADarkWake, _IOPMIsASilentWake,
_IOPMIsASleep, _IOPMIsAUserWake, _IOPMOverrideDefaultPMPreferences,
_IOPMPerformBlockWithAssertion, _IOPMPrefsNotificationCreateRunLoopSource,
_IOPMRequestSysWake, _IOPMRevertPMPreferences, _IOPMSchedulePowerEvent,
_IOPMScheduleRepeatingPowerEvent, _IOPMScheduleUserActiveChangedNotification,
_IOPMScheduleUserActivityLevelNotification, _IOPMSetActivePowerProfiles,
_IOPMSetActivePushConnectionState, _IOPMSetAggressiveness,
_IOPMSetAssertionActivityAggregate, _IOPMSetAssertionActivityLog,
_IOPMSetBTWakeInterval, _IOPMSetCustomPMPreferences,
_IOPMSetDWLingerInterval, _IOPMSetDebugFlags, _IOPMSetPMPreferences,
_IOPMSetReservePowerMode, _IOPMSetSleepServicesWakeTimeCap,
_IOPMSetSystemPowerSetting, _IOPMSetUPSShutdownLevels,
_IOPMSetValueInt, _IOPMSleepEnabled, _IOPMSleepSystem,
_IOPMSleepSystemWithOptions, _IOPMSleepWakeCopyUUID,
_IOPMSleepWakeSetUUID, _IOPMUnregisterNotification,
_IOPMUserDidChangeCallback, _IOPMUserIsActive, _IOPSAccCreateAttachNotification,
_IOPSAccCreateLimitedPowerNotification, _IOPSAccNotificationCreateRunLoopSource,
_IOPSCopyChargeLog, _IOPSCopyExternalPowerAdapterDetails,
_IOPSCopyInternalBatteriesArray, _IOPSCopyPowerSourcesByType,
_IOPSCopyPowerSourcesInfo, _IOPSCopyPowerSourcesList,
_IOPSCopyUPSArray, _IOPSCreateLimitedPowerNotification,
_IOPSCreatePowerSource, _IOPSDrawingUnlimitedPower,
_IOPSGetActiveBattery, _IOPSGetActiveUPS, _IOPSGetBatteryWarningLevel,
_IOPSGetPercentRemaining, _IOPSGetPowerSourceDescription,
_IOPSGetProvidingPowerSourceType, _IOPSGetSupportedPowerSources,
_IOPSGetTimeRemainingEstimate, _IOPSNotificationCreateRunLoopSource,
_IOPSPowerSourceSupported, _IOPSReleasePowerSource,
_IOPSRequestBatteryUpdate, _IOPSSetPowerSourceDetails,
_IORegisterApp, _IORegisterClient, _IORegisterForSystemPower,
_IORegistryCreateEnumerator, _IORegistryCreateIterator,
_IORegistryDisposeEnumerator, _IORegistryEntryCopyFromPath,
_IORegistryEntryCopyPath, _IORegistryEntryCreateCFProperties,
_IORegistryEntryCreateCFProperty, _IORegistryEntryCreateIterator,
_IORegistryEntryFromPath, _IORegistryEntryGetChildEntry,
_IORegistryEntryGetChildIterator, _IORegistryEntryGetLocationInPlane,
_IORegistryEntryGetName, _IORegistryEntryGetNameInPlane,
_IORegistryEntryGetParentEntry, _IORegistryEntryGetParentIterator,
_IORegistryEntryGetPath, _IORegistryEntryGetProperty,
_IORegistryEntryGetRegistryEntryID, _IORegistryEntryIDMatching,
_IORegistryEntryInPlane, _IORegistryEntrySearchCFProperty,
_IORegistryEntrySetCFProperties, _IORegistryEntrySetCFProperty,
_IORegistryEnumeratorNextConforming, _IORegistryEnumeratorReset,
_IORegistryGetRootEntry, _IORegistryIteratorEnterEntry,
_IORegistryIteratorExitEntry, _IOServiceAddInterestNotification,
_IOServiceAddMatchingNotification, _IOServiceAddNotification,
_IOServiceAuthorize, _IOServiceClose, _IOServiceGetBusyState,
_IOServiceGetBusyStateAndTime, _IOServiceGetMatchingService,
_IOServiceGetMatchingServices, _IOServiceGetState,
_IOServiceMatchPropertyTable, _IOServiceMatching,
_IOServiceNameMatching, _IOServiceOFPathToBSDName,
_IOServiceOpen, _IOServiceOpenAsFileDescriptor,
_IOServiceRequestProbe, _IOServiceWaitQuiet, _IOSetNotificationPort,
_IOURLCreateDataAndPropertiesFromResource, _IOURLCreatePropertyFromResource,
_IOUSBDevicDeviceDescriptionGetTypeID, _IOUSBDeviceControllerCreate,
_IOUSBDeviceControllerCreateDefaultDescription,
_IOUSBDeviceControllerCreateWithService, _IOUSBDeviceControllerForceOffBus,
_IOUSBDeviceControllerGetService, _IOUSBDeviceControllerGetTypeID,
_IOUSBDeviceControllerGoOffAndOnBus, _IOUSBDeviceControllerRegisterArrivalCallback,
_IOUSBDeviceControllerRemoveArrivalCallback, _IOUSBDeviceControllerSendCommand,
_IOUSBDeviceControllerSetDescription, _IOUSBDeviceControllerSetPreferredConfiguration,
_IOUSBDeviceDataCreate, _IOUSBDeviceDataGetBytePtr,
_IOUSBDeviceDataGetCapacity, _IOUSBDeviceDataGetMapToken,
_IOUSBDeviceDataGetTypeID, _IOUSBDeviceDescriptionAppendConfiguration,
_IOUSBDeviceDescriptionAppendConfigurationWithInterface,
_IOUSBDeviceDescriptionAppendConfigurationWithInterfaces,
_IOUSBDeviceDescriptionAppendConfigurationWithoutAttributes,
_IOUSBDeviceDescriptionAppendInterfaceToConfiguration,
_IOUSBDeviceDescriptionAppendInterfacesToConfiguration,
_IOUSBDeviceDescriptionCopyInterfaces, _IOUSBDeviceDescriptionCreate,
_IOUSBDeviceDescriptionCreateFromController, _IOUSBDeviceDescriptionCreateFromControllerWithType,
_IOUSBDeviceDescriptionCreateFromDefaults, _IOUSBDeviceDescriptionCreateFromDefaultsAndController,
_IOUSBDeviceDescriptionCreateWithConfigurationInterfaces,
_IOUSBDeviceDescriptionCreateWithType, _IOUSBDeviceDescriptionGetAllowOverride,
_IOUSBDeviceDescriptionGetClass, _IOUSBDeviceDescriptionGetManufacturerString,
_IOUSBDeviceDescriptionGetMatchingConfiguration,
_IOUSBDeviceDescriptionGetProductID, _IOUSBDeviceDescriptionGetProductString,
_IOUSBDeviceDescriptionGetProtocol, _IOUSBDeviceDescriptionGetSerialString,
_IOUSBDeviceDescriptionGetSubClass, _IOUSBDeviceDescriptionGetVendorID,
_IOUSBDeviceDescriptionGetVersion, _IOUSBDeviceDescriptionRemoveAllConfigurations,
_IOUSBDeviceDescriptionSetAllowOverride, _IOUSBDeviceDescriptionSetClass,
_IOUSBDeviceDescriptionSetProductID, _IOUSBDeviceDescriptionSetProtocol,
_IOUSBDeviceDescriptionSetSerialString, _IOUSBDeviceDescriptionSetSubClass,
_IOUSBDeviceDescriptionSetVendorID, _NXClickTime,
_NXCloseEventStatus, _NXEventSystemInfo, _NXGetClickSpace,
_NXGetKeyMapping, _NXKeyMappingLength, _NXKeyRepeatInterval,
_NXKeyRepeatThreshold, _NXOpenEventStatus, _NXResetKeyboard,
_NXResetMouse, _NXSetClickSpace, _NXSetClickTime,
_NXSetKeyMapping, _NXSetKeyRepeatInterval, _NXSetKeyRepeatThreshold,
_OSGetNotificationFromMessage, _OSKextAuthenticate,
_OSKextAuthenticateDependencies, _OSKextCopyAllDependencies,
_OSKextCopyAllRequestedIdentifiers, _OSKextCopyArchitectures,
_OSKextCopyContainerForPluginKext, _OSKextCopyDeclaredDependencies,
_OSKextCopyDependents, _OSKextCopyDiagnostics, _OSKextCopyExecutableForArchitecture,
_OSKextCopyIndirectDependencies, _OSKextCopyInfoDictionary,
_OSKextCopyKextsWithIdentifier, _OSKextCopyKextsWithIdentifiers,
_OSKextCopyLinkDependencies, _OSKextCopyLoadList,
_OSKextCopyLoadListForKexts, _OSKextCopyLoadedKextInfo,
_OSKextCopyPersonalitiesArray, _OSKextCopyPersonalitiesOfKexts,
_OSKextCopyPlugins, _OSKextCopyResource, _OSKextCopyUUIDForArchitecture,
_OSKextCreate, _OSKextCreateKextsFromMkextData,
_OSKextCreateKextsFromMkextFile, _OSKextCreateKextsFromURL,
_OSKextCreateKextsFromURLs, _OSKextCreateLoadedKextInfo,
_OSKextCreateMkext, _OSKextCreateWithIdentifier,
_OSKextDeclaresExecutable, _OSKextDependenciesAreLoadableInSafeBoot,
_OSKextDependsOnKext, _OSKextFilterRequiredKexts,
_OSKextFindLinkDependencies, _OSKextFlushDependencies,
_OSKextFlushDiagnostics, _OSKextFlushInfoDictionary,
_OSKextFlushLoadInfo, _OSKextGetActualSafeBoot,
_OSKextGetAllKexts, _OSKextGetArchitecture, _OSKextGetCompatibleKextWithIdentifier,
_OSKextGetCompatibleVersion, _OSKextGetIdentifier,
_OSKextGetKextWithIdentifier, _OSKextGetKextWithIdentifierAndVersion,
_OSKextGetKextWithURL, _OSKextGetLoadAddress, _OSKextGetLoadTag,
_OSKextGetLoadedKextWithIdentifier, _OSKextGetLogFilter,
_OSKextGetRecordsDiagnostics, _OSKextGetRunningKernelArchitecture,
_OSKextGetSimulatedSafeBoot, _OSKextGetSystemExtensionsFolderURLs,
_OSKextGetTypeID, _OSKextGetURL, _OSKextGetUsesCaches,
_OSKextGetValueForInfoDictionaryKey, _OSKextGetVersion,
_OSKextHasLogOrDebugFlags, _OSKextIsAuthentic, _OSKextIsCompatibleWithVersion,
_OSKextIsFromMkext, _OSKextIsInterface, _OSKextIsKernelComponent,
_OSKextIsLibrary, _OSKextIsLoadable, _OSKextIsLoadableInSafeBoot,
_OSKextIsLoaded, _OSKextIsLoggingEnabled, _OSKextIsPlugin,
_OSKextIsStarted, _OSKextIsValid, _OSKextLoad, _OSKextLoadWithOptions,
_OSKextLog, _OSKextLogCFString, _OSKextLogDependencyGraph,
_OSKextLogDiagnostics, _OSKextMatchesRequiredFlags,
_OSKextOtherVersionIsLoaded, _OSKextParseVersionCFString,
_OSKextParseVersionString, _OSKextReadLoadedKextInfo,
_OSKextRemoveKextPersonalitiesFromKernel, _OSKextRemovePersonalitiesForIdentifierFromKernel,
_OSKextResolveDependencies, _OSKextSendKextPersonalitiesToKernel,
_OSKextSendPersonalitiesOfKextsToKernel, _OSKextSendPersonalitiesToKernel,
_OSKextSetArchitecture, _OSKextSetLoadAddress, _OSKextSetLogFilter,
_OSKextSetLogOutputFunction, _OSKextSetLoggingEnabled,
_OSKextSetRecordsDiagnostics, _OSKextSetSimulatedSafeBoot,
_OSKextSetUsesCaches, _OSKextStart, _OSKextStop,
_OSKextSupportsArchitecture, _OSKextUnload, _OSKextUnloadKextWithIdentifier,
_OSKextVLog, _OSKextVLogCFString, _OSKextValidate,
_OSKextValidateDependencies, _OSKextVersionGetString,
__CFURLCopyAbsolutePath, __IOAVStringAppendIndendationAndFormat,
__IODataQueueEnqueueWithReadCallback, __IODispatchCalloutWithDispatch,
__IOHIDCallbackApplier, __IOHIDCopyServiceIDs, __IOHIDCreateBinaryData,
__IOHIDDeviceGetIOCFPlugInInterface, __IOHIDElementCreateWithElement,
__IOHIDElementCreateWithParentAndData, __IOHIDElementGetCalibrationInfo,
__IOHIDElementGetFlags, __IOHIDElementGetLength,
__IOHIDElementGetValue, __IOHIDElementSetDevice,
__IOHIDElementSetDeviceInterface, __IOHIDElementSetValue,
__IOHIDEventCopyCFTypeContext, __IOHIDEventGetContext,
__IOHIDEventSetCFTypeContext, __IOHIDEventSetContext,
__IOHIDEventSystemAddConnection, __IOHIDEventSystemAddService,
__IOHIDEventSystemAddServiceForConnection, __IOHIDEventSystemClientCopyClientRecords,
__IOHIDEventSystemClientCopyEventForService, __IOHIDEventSystemClientCopyPropertyForService,
__IOHIDEventSystemClientCopyServiceRecords, __IOHIDEventSystemClientDispatchEventFilter,
__IOHIDEventSystemClientDispatchPropertiesChanged,
__IOHIDEventSystemClientRegisterClientRecordsChangedBlock,
__IOHIDEventSystemClientRegisterClientRecordsChangedCallback,
__IOHIDEventSystemClientRegisterServiceRecordsChangedBlock,
__IOHIDEventSystemClientRegisterServiceRecordsChangedCallback,
__IOHIDEventSystemClientServiceConformsTo, __IOHIDEventSystemClientSetElementValueForService,
__IOHIDEventSystemClientSetPropertyForService, __IOHIDEventSystemClientUnregisterClientRecordsChangedBlock,
__IOHIDEventSystemClientUnregisterClientRecordsChangedCallback,
__IOHIDEventSystemClientUnregisterServiceRecordsChangedBlock,
__IOHIDEventSystemClientUnregisterServiceRecordsChangedCallback,
__IOHIDEventSystemConnectionAddNotification, __IOHIDEventSystemConnectionAddServices,
__IOHIDEventSystemConnectionContainsEntitlement,
__IOHIDEventSystemConnectionContainsService, __IOHIDEventSystemConnectionCopyQueue,
__IOHIDEventSystemConnectionCopyRecord, __IOHIDEventSystemConnectionCopyServices,
__IOHIDEventSystemConnectionCreate, __IOHIDEventSystemConnectionEventFilterCompare,
__IOHIDEventSystemConnectionFilterEvent, __IOHIDEventSystemConnectionGetEventFilterPriority,
__IOHIDEventSystemConnectionGetExecutablePath, __IOHIDEventSystemConnectionGetPID,
__IOHIDEventSystemConnectionGetPort, __IOHIDEventSystemConnectionGetReplyPort,
__IOHIDEventSystemConnectionGetSystem, __IOHIDEventSystemConnectionPropertyChanged,
__IOHIDEventSystemConnectionQueueStart, __IOHIDEventSystemConnectionQueueStop,
__IOHIDEventSystemConnectionRecordClientChanged,
__IOHIDEventSystemConnectionRecordServiceChanged,
__IOHIDEventSystemConnectionRegisterDemuxCallback,
__IOHIDEventSystemConnectionRegisterEventFilter,
__IOHIDEventSystemConnectionRegisterPropertyChangedNotification,
__IOHIDEventSystemConnectionRegisterRecordClientChanged,
__IOHIDEventSystemConnectionRegisterRecordServiceChanged,
__IOHIDEventSystemConnectionRegisterTerminationCallback,
__IOHIDEventSystemConnectionRemoveAllServices, __IOHIDEventSystemConnectionRemoveNotification,
__IOHIDEventSystemConnectionRemoveService, __IOHIDEventSystemConnectionScheduleAsync,
__IOHIDEventSystemConnectionSetQueue, __IOHIDEventSystemConnectionUnregisterEventFilter,
__IOHIDEventSystemConnectionUnregisterPropertyChangedNotification,
__IOHIDEventSystemConnectionUnregisterRecordClientChanged,
__IOHIDEventSystemConnectionUnregisterRecordServiceChanged,
__IOHIDEventSystemConnectionUnscheduleAsync, __IOHIDEventSystemCopyRecord,
__IOHIDEventSystemDispatchEvent, __IOHIDEventSystemGetPropertyForConnection,
__IOHIDEventSystemPropertyChanged, __IOHIDEventSystemRegisterEventFilter,
__IOHIDEventSystemRegisterRecordClientChanged, __IOHIDEventSystemRegisterRecordServiceChanged,
__IOHIDEventSystemRemoveConnection, __IOHIDEventSystemRemoveService,
__IOHIDEventSystemRemoveServicesForConnection, __IOHIDEventSystemSetPropertyForConnection,
__IOHIDEventSystemUnregisterEventFilter, __IOHIDEventSystemUnregisterRecordClientChanged,
__IOHIDEventSystemUnregisterRecordServiceChanged,
__IOHIDHasEntitlement, __IOHIDLoadBundles, __IOHIDLog,
__IOHIDQueueCopyElements, __IOHIDSerialize, __IOHIDServiceAddConnection,
__IOHIDServiceClientCreate, __IOHIDServiceClientDispatchServiceRemoval,
__IOHIDServiceClientRefresh, __IOHIDServiceClose,
__IOHIDServiceContainsReportInterval, __IOHIDServiceContainsReportIntervalForClient,
__IOHIDServiceCopyConnections, __IOHIDServiceCopyDebugDescriptionForClient,
__IOHIDServiceCopyDispatchQueue, __IOHIDServiceCopyPropertyForClient,
__IOHIDServiceCopyRecordForClient, __IOHIDServiceCreate,
__IOHIDServiceCreateVirtual, __IOHIDServiceGetEventDeadlineForClient,
__IOHIDServiceGetOwner, __IOHIDServiceGetReportInterval,
__IOHIDServiceGetReportIntervalForClient, __IOHIDServiceIsInactive,
__IOHIDServiceOpen, __IOHIDServiceRemoveConnection,
__IOHIDServiceRemovePropertiesForClient, __IOHIDServiceScheduleAsync,
__IOHIDServiceSetBatchIntervalForClient, __IOHIDServiceSetEventCallback,
__IOHIDServiceSetEventDeadlineForClient, __IOHIDServiceSetPropertyForClient,
__IOHIDServiceSetReportIntervalForClient, __IOHIDServiceUnscheduleAsync,
__IOHIDSessionDispatchEvent, __IOHIDSessionGetPropertyForClient,
__IOHIDSessionSetPropertyForClient, __IOHIDStringAppendIndendationAndFormat,
__IOHIDUnserializeAndVMDealloc, __IOHIDUnserializeAndVMDeallocWithTypeID,
__IOHIDValueCopyToElementValuePtr, __IOHIDValueCreateWithElementValuePtr,
__IOHIDValueCreateWithStruct, __IOObjectCFRelease,
__IOObjectCFRetain, __IOObjectConformsTo, __IOObjectCopyClass,
__IOObjectGetClass, __IOReadBytesFromFile, __IOServiceGetAuthorizationID,
__IOServiceSetAuthorizationID, __IOUSBDeviceDescriptionGetInfo,
__IOWriteBytesToFile, __OSKextCopyKernelRequests,
__OSKextCreateFolderForCacheURL, __OSKextReadCache,
__OSKextReadFromIdentifierCacheForFolder, __OSKextSendResource,
__OSKextSetStrictRecordingByLastOpened, __OSKextWriteCache,
__OSKextWriteIdentifierCacheForKextsInDirectory,
___CachedPropertiesRefreshApplierFunction, ___ConnectionFunctionPickBatchInterval,
___GDBIOHIDEventSystemDump, ___IOHIDApplyPropertiesToDeviceFromDictionary,
___IOHIDApplyPropertyToDeviceSet, ___IOHIDDeviceGetRootKey,
___IOHIDDeviceGetUUIDKey, ___IOHIDDeviceGetUUIDString,
___IOHIDDeviceLoadProperties, ___IOHIDDeviceSaveProperties,
___IOHIDElementGetRootKey, ___IOHIDElementLoadProperties,
___IOHIDElementRegister, ___IOHIDElementSaveProperties,
___IOHIDEventSystemClientRefresh, ___IOHIDEventSystemClientRefreshServiceCallback,
___IOHIDEventSystemClientServiceReplaceCallback,
___IOHIDEventSystem_debug, ___IOHIDLoadElementSet,
___IOHIDManagerGetRootKey, ___IOHIDManagerLoadProperties,
___IOHIDManagerRegister, ___IOHIDManagerSaveProperties,
___IOHIDNotificationRegister, ___IOHIDPropertyLoadDictionaryFromKey,
___IOHIDPropertyLoadFromKeyWithSpecialKeys, ___IOHIDPropertySaveToKeyWithSpecialKeys,
___IOHIDPropertySaveWithContext, ___IOHIDQueueRegister,
___IOHIDSaveDeviceSet, ___IOHIDSaveElementSet, ___IOHIDServicePickBatchInterval,
___IOHIDSession, ___IOHIDSessionRef, ___IOHIDTransactionRegister,
___IOHIDValueRegister, ___IOUSBDeviceDescriptionRegister,
___OSKextBundleIDCompare, ___OSKextCacheNeedsUpdate,
___OSKextCheckURL, ___OSKextClearHasAllDependenciesOnKext,
___OSKextCompareIdentifiers, ___OSKextCopyExecutableRelativePath,
___OSKextCreateCacheFileURL, ___OSKextCreateCompositeKey,
___OSKextCreateFromIdentifierCacheDict, ___OSKextCreateIdentifierCacheDict,
___OSKextCreateKextRequest, ___OSKextDeallocateMmapBuffer,
___OSKextGetBleedthroughFlag, ___OSKextLogDependencyGraphApplierFunction,
___OSKextLogKernelMessages, ___OSKextMapExecutable,
___OSKextProcessKextRequestResults, ___OSKextReadRegistryNumberProperty,
___OSKextRealize, ___OSKextRealizeKextsWithIdentifier,
___OSKextRemoveIdentifierCacheForKext, ___OSKextRemovePersonalities,
___OSKextSendKextRequest, ___OSKextSetLoadAddress,
___OSKextStatURL, ___OSKextStatURLsOrURL, ___OSKextURLIsSystemFolder,
___OSKextUUIDCallback, ___OSKextUnload, ___SetNumPropertyForService,
___absPathOnVolume, ___kOSKextDiagnosticsFlagAllImplemented,
___sOSKextDefaultLogFunction, ___sOSKextLogOutputFunction,
___uuid_callback, __io_hideventsystem_clear_service_cache,
__io_hideventsystem_copy_client_records, __io_hideventsystem_copy_event_for_service,
__io_hideventsystem_copy_matching_services, __io_hideventsystem_copy_property,
__io_hideventsystem_copy_property_for_service, __io_hideventsystem_copy_service_records,
__io_hideventsystem_dispatch_event, __io_hideventsystem_open,
__io_hideventsystem_queue_create, __io_hideventsystem_queue_start,
__io_hideventsystem_queue_stop, __io_hideventsystem_register_event_filter,
__io_hideventsystem_register_property_changed_notification,
__io_hideventsystem_register_record_client_changed_notification,
__io_hideventsystem_register_record_service_changed_notification,
__io_hideventsystem_release_notification, __io_hideventsystem_service_conforms_to,
__io_hideventsystem_set_element_value_for_service,
__io_hideventsystem_set_properties, __io_hideventsystem_set_properties_for_service,
__io_hideventsystem_unregister_event_filter, __io_hideventsystem_unregister_property_changed_notification,
__io_hideventsystem_unregister_record_client_changed_notification,
__io_hideventsystem_unregister_record_service_changed_notification,
__io_kSCCompAnyRegex, __io_kSCDynamicStoreDomainState,
__iohideventsystem_client_dispatch_client_records_changed,
__iohideventsystem_client_dispatch_event_filter,
__iohideventsystem_client_dispatch_notification_results,
__iohideventsystem_client_dispatch_properties_changed,
__iohideventsystem_client_dispatch_service_records_changed,
__iohideventsystem_client_dispatch_service_removal,
__iohideventsystem_client_subsystem, __iohideventsystem_subsystem,
__isArray, __isDictionary, __isString, __pm_connect,
__pm_disconnect, _createCFStringForData, _createCFStringForPlist_new,
_createUTF8CStringForCFString, _defaultSettings,
_ev_try_lock, _ev_unlock, _fat_iterator_close, _fat_iterator_file_end,
_fat_iterator_file_start, _fat_iterator_find_arch,
_fat_iterator_find_fat_arch, _fat_iterator_find_host_arch,
_fat_iterator_for_data, _fat_iterator_is_iterable,
_fat_iterator_next_arch, _fat_iterator_num_arches,
_fat_iterator_open, _fat_iterator_reset, _gIOCFPlugInInterfaceID,
_gIOKitLibSerializeOptions, _gIOKitLibServerVersion,
_getEffectivePageSize, _hid_dispatch_pthread_root_queue_create,
_hid_dispatch_queue_create, _hid_dispatch_queue_release,
_hid_pthread_attr_init, _io_hideventsystem_clear_service_cache,
_io_hideventsystem_copy_client_records, _io_hideventsystem_copy_event_for_service,
_io_hideventsystem_copy_matching_services, _io_hideventsystem_copy_property,
_io_hideventsystem_copy_property_for_service, _io_hideventsystem_copy_service_records,
_io_hideventsystem_dispatch_event, _io_hideventsystem_open,
_io_hideventsystem_queue_create, _io_hideventsystem_queue_start,
_io_hideventsystem_queue_stop, _io_hideventsystem_register_event_filter,
_io_hideventsystem_register_property_changed_notification,
_io_hideventsystem_register_record_client_changed_notification,
_io_hideventsystem_register_record_service_changed_notification,
_io_hideventsystem_release_notification, _io_hideventsystem_service_conforms_to,
_io_hideventsystem_set_element_value_for_service,
_io_hideventsystem_set_properties, _io_hideventsystem_set_properties_for_service,
_io_hideventsystem_unregister_event_filter, _io_hideventsystem_unregister_property_changed_notification,
_io_hideventsystem_unregister_record_client_changed_notification,
_io_hideventsystem_unregister_record_service_changed_notification,
_io_pm_assertion_activity_aggregate, _io_pm_assertion_activity_log,
_io_pm_assertion_copy_details, _io_pm_assertion_create,
_io_pm_assertion_notify, _io_pm_assertion_retain_release,
_io_pm_assertion_set_properties, _io_pm_cancel_repeat_events,
_io_pm_change_sa_assertion_behavior, _io_pm_connection_acknowledge_event,
_io_pm_connection_copy_status, _io_pm_connection_create,
_io_pm_connection_release, _io_pm_connection_schedule_notification,
_io_pm_ctl_assertion_type, _io_pm_declare_network_client_active,
_io_pm_declare_system_active, _io_pm_declare_user_active,
_io_pm_force_active_settings, _io_pm_get_capability_bits,
_io_pm_get_uuid, _io_pm_get_value_int, _io_pm_hid_event_copy_history,
_io_pm_hid_event_report_activity, _io_pm_last_wake_time,
_io_pm_schedule_power_event, _io_pm_schedule_repeat_event,
_io_pm_set_active_profile, _io_pm_set_bt_wake_interval,
_io_pm_set_debug_flags, _io_pm_set_dw_linger_interval,
_io_pm_set_sleepservice_wake_time_cap, _io_pm_set_value_int,
_io_ps_copy_chargelog, _io_ps_copy_powersources_info,
_io_ps_new_pspowersource, _io_ps_release_pspowersource,
_io_ps_update_pspowersource, _iohideventsystem_client_dispatch_client_records_changed,
_iohideventsystem_client_dispatch_event_filter,
_iohideventsystem_client_dispatch_notification_results,
_iohideventsystem_client_dispatch_properties_changed,
_iohideventsystem_client_dispatch_service_records_changed,
_iohideventsystem_client_dispatch_service_removal,
_iohideventsystem_client_server, _iohideventsystem_client_server_routine,
_iohideventsystem_server, _iohideventsystem_server_routine,
_iokit_user_client_trap, _isCrossLinking, _kIOEthernetHardwareAddress,
_kIOHIDEventSystemConnectionDispatchFilterWaitTimeoutMS,
_kIOHIDFilterPluginArrayCallBacks, _kIOHIDServerConnectionRootQueue,
_kIOHIDServiceEnumerationRootQueue, _kIOHIDServiceInterruptRootQueue,
_kIOMasterPortDefault, _kIOUserEthernetInterfaceMergeProperties,
_kIOUserEthernetInterfaceRole, _kOSKextDependencyCircularReference,
_kOSKextDependencyCompatibleVersionUndeclared, _kOSKextDependencyInauthentic,
_kOSKextDependencyIndirectDependencyUnresolvable,
_kOSKextDependencyIneligibleInSafeBoot, _kOSKextDependencyInvalid,
_kOSKextDependencyLoadedCompatibleVersionUndeclared,
_kOSKextDependencyLoadedIsIncompatible, _kOSKextDependencyMultipleVersionsDetected,
_kOSKextDependencyNoCompatibleVersion, _kOSKextDependencyRawAndComponentKernel,
_kOSKextDependencyUnavailable, _kOSKextDiagnosticBadPropertyListXMLKey,
_kOSKextDiagnosticBadSystemPropertyKey, _kOSKextDiagnosticBundleIdentifierMismatchKey,
_kOSKextDiagnosticBundleVersionMismatchKey, _kOSKextDiagnosticCodelessWithLibrariesKey,
_kOSKextDiagnosticCompatibleVersionLaterThanVersionKey,
_kOSKextDiagnosticDeclaresBothKernelAndKPIDependenciesKey,
_kOSKextDiagnosticDeclaresNoKPIsWarningKey, _kOSKextDiagnosticDeclaresNonKPIDependenciesKey,
_kOSKextDiagnosticDeprecatedPropertyKey, _kOSKextDiagnosticExecutableArchNotFoundKey,
_kOSKextDiagnosticExecutableBadKey, _kOSKextDiagnosticExecutableMissingKey,
_kOSKextDiagnosticFileAccessKey, _kOSKextDiagnosticFileNotFoundKey,
_kOSKextDiagnosticIdentifierOrVersionTooLongKey,
_kOSKextDiagnosticIneligibleInSafeBoot, _kOSKextDiagnosticKernelComponentNotInterfaceKey,
_kOSKextDiagnosticMissingPropertyKey, _kOSKextDiagnosticNoExplicitKernelDependencyKey,
_kOSKextDiagnosticNoFileKey, _kOSKextDiagnosticNonAppleKextDeclaresPrivateKPIDependencyKey,
_kOSKextDiagnosticNonuniqueIOResourcesMatchKey,
_kOSKextDiagnosticNotABundleKey, _kOSKextDiagnosticNotSignedKey,
_kOSKextDiagnosticOwnerPermissionKey, _kOSKextDiagnosticPersonalityHasDifferentBundleIdentifierKey,
_kOSKextDiagnosticPersonalityHasNoBundleIdentifierKey,
_kOSKextDiagnosticPersonalityNamesKextWithNoExecutableKey,
_kOSKextDiagnosticPersonalityNamesNonloadableKextKey,
_kOSKextDiagnosticPersonalityNamesUnknownKextKey,
_kOSKextDiagnosticPropertyIsIllegalTypeKey, _kOSKextDiagnosticPropertyIsIllegalValueKey,
_kOSKextDiagnosticRawKernelDependency, _kOSKextDiagnosticSharedExecutableAndExecutableKey,
_kOSKextDiagnosticSharedExecutableKextMissingKey,
_kOSKextDiagnosticStatFailureKey, _kOSKextDiagnosticSymlinkKey,
_kOSKextDiagnosticTypeWarningKey, _kOSKextDiagnosticURLConversionKey,
_kOSKextDiagnosticsAuthenticationKey, _kOSKextDiagnosticsBootLevelKey,
_kOSKextDiagnosticsDependenciesKey, _kOSKextDiagnosticsDependencyNotOSBundleRequired,
_kOSKextDiagnosticsInterfaceDependencyCount, _kOSKextDiagnosticsValidationKey,
_kOSKextDiagnosticsWarningsKey, _kOSKextLoadNotification,
_kOSKextUnloadNotification, _macho_find_dysymtab,
_macho_find_section_numbered, _macho_find_source_version,
_macho_find_symbol, _macho_find_symtab, _macho_find_uuid,
_macho_get_section_by_name, _macho_get_section_by_name_64,
_macho_get_segment_by_name, _macho_get_segment_by_name_64,
_macho_remove_linkedit, _macho_scan_load_commands,
_macho_swap, _macho_trim_linkedit, _macho_unswap,
_previouslySerialized, _printPList_new, _recordObjectInIDRefDictionary,
_roundPageCrossSafe, _roundPageCrossSafeFixedWidth,
_setCrossLinkPageSize, _showPList_new ]
...