Home
last modified time | relevance | path

Searched refs:typedef (Results 1 – 18 of 18) sorted by relevance

/xnu-12377.1.9/tools/lldbmacros/
H A Dstructanalyze.py43 def _showStructPacking(ctx, symbol, begin_offset=0, symsize=0, typedef=None, outerSize=0, memberNam… argument
81 if typedef:
82 outstr += O.format(" {0}", typedef)
/xnu-12377.1.9/iokit/DriverKit/
H A DIODispatchQueue.iig36 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 DIOUserClient.iig46 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 DOSObject.iig50 typedef OSObject * OSObjectPtr;
127 typedef OSObject OSContainer;
256 typedef char IODispatchQueueName[256];
H A DIODispatchSource.iig35 typedef void (^IODispatchSourceCancelHandler)(void);
H A DOSAction.iig34 typedef void (^OSActionCancelHandler)(void);
35 typedef void (^OSActionAbortedHandler)(void);
H A DIODataQueueDispatchSource.iig35 typedef void (^IODataQueueClientEnqueueEntryBlock)(void *data, size_t dataSize);
36 typedef void (^IODataQueueClientDequeueEntryBlock)(const void *data, size_t dataSize);
H A DIOServiceNotificationDispatchSource.iig37 typedef void (^IOServiceNotificationBlock)(uint64_t type, IOService * service, uint64_t options);
H A DIOService.iig46 typedef char IOServiceName[128];
47 typedef char IOPropertyName[128];
48 typedef char IORegistryPlaneName[128];
/xnu-12377.1.9/osfmk/console/art/
H A Dprogress.m14 typedef struct {
/xnu-12377.1.9/bsd/man/man2/
H A Dgetdirentriesattr.2338 typedef struct attrlist attrlist_t;
348 typedef struct FInfoAttrBuf FInfoAttrBuf;
/xnu-12377.1.9/tests/
H A Dtest_sysctl_kern_procargs_25397314.m28 typedef struct procargs *procargs_t;
H A Dipsec.m20 typedef enum {
/xnu-12377.1.9/doc/mach_ipc/
H A Dkmsg.md381 typedef struct {
/xnu-12377.1.9/libkdd/
H A Dkcdata_core.m435 NSString *k = [NSString stringWithFormat:@"typedef[%@]", [new_type name]];
/xnu-12377.1.9/doc/debugging/
H A Dextensible_paniclog.md114 typedef struct ext_paniclog_handle {
/xnu-12377.1.9/doc/vm/
H A Dsanitize.md135 macros define respective opaque types as a typedef of
/xnu-12377.1.9/doc/scheduler/
H A Dsched_clutch_edge.md205 typedef union sched_clutch_edge {