Searched refs:typedef (Results 1 – 16 of 16) sorted by relevance
| /xnu-8020.121.3/tools/lldbmacros/ |
| H A D | structanalyze.py | 47 def _showStructPacking(ctx, symbol, begin_offset=0, symsize=0, typedef=None, outerSize=0, memberNam… argument 85 if typedef: 86 outstr += O.format(" {0}", typedef)
|
| /xnu-8020.121.3/iokit/DriverKit/ |
| H A D | IODispatchQueue.iig | 36 typedef int (*IODispatchLogFunction)(const char *format, ...); 37 typedef void (^IODispatchBlock)(void); 38 typedef void (*IODispatchFunction)(void * context); 39 typedef kern_return_t (^IODispatchAction)(void); 41 typedef void (^IODispatchQueueCancelHandler)(void);
|
| H A D | OSObject.iig | 50 typedef OSObject * OSObjectPtr; 126 typedef OSObject OSContainer; 145 typedef char IODispatchQueueName[256];
|
| H A D | IOUserClient.iig | 46 typedef uint64_t IOUserClientScalarArray[kIOUserClientScalarArrayCountMax]; 51 typedef uint64_t IOUserClientAsyncReferenceArray[kIOUserClientAsyncReferenceCountMax]; 56 typedef uint64_t IOUserClientAsyncArgumentsArray[kIOUserClientAsyncArgumentsCountMax]; 120 typedef kern_return_t (*IOUserClientMethodFunction)(
|
| H A D | IODispatchSource.iig | 35 typedef void (^IODispatchSourceCancelHandler)(void);
|
| H A D | OSAction.iig | 34 typedef void (^OSActionCancelHandler)(void); 35 typedef void (^OSActionAbortedHandler)(void);
|
| H A D | IODataQueueDispatchSource.iig | 35 typedef void (^IODataQueueClientEnqueueEntryBlock)(void *data, size_t dataSize); 36 typedef void (^IODataQueueClientDequeueEntryBlock)(const void *data, size_t dataSize);
|
| H A D | IOServiceNotificationDispatchSource.iig | 37 typedef void (^IOServiceNotificationBlock)(uint64_t type, IOService * service, uint64_t options);
|
| H A D | IOService.iig | 46 typedef char IOServiceName[128]; 47 typedef char IOPropertyName[128]; 48 typedef char IORegistryPlaneName[128];
|
| /xnu-8020.121.3/osfmk/console/art/ |
| H A D | progress.m | 14 typedef struct {
|
| /xnu-8020.121.3/bsd/man/man2/ |
| H A D | getdirentriesattr.2 | 338 typedef struct attrlist attrlist_t; 348 typedef struct FInfoAttrBuf FInfoAttrBuf;
|
| /xnu-8020.121.3/tests/ |
| H A D | test_sysctl_kern_procargs_25397314.m | 28 typedef struct procargs *procargs_t;
|
| H A D | ipsec.m | 17 typedef enum {
|
| H A D | hvtest_x86.m | 376 typedef void (*vcpu_entry_function)(uint64_t); 377 typedef void *(*vcpu_monitor_function)(void *, hv_vcpuid_t);
|
| /xnu-8020.121.3/libkdd/ |
| H A D | kcdata_core.m | 435 NSString *k = [NSString stringWithFormat:@"typedef[%@]", [new_type name]];
|
| /xnu-8020.121.3/doc/ |
| H A D | sched_clutch_edge.md | 206 typedef union sched_clutch_edge {
|