Home
last modified time | relevance | path

Searched defs:OSClassDescription (Results 1 – 2 of 2) sorted by relevance

/xnu-11215/iokit/DriverKit/
H A DIORPC.h241 struct OSClassDescription { struct
242 uint32_t descriptionSize;
244 char name[96];
245 char superName[96];
251 uint32_t queueNamesSize;
252 uint32_t queueNamesOffset;
253 uint32_t methodNamesSize;
258 uint64_t flags;
260 uint64_t resv1[8];
262 uint64_t methodOptions[0];
[all …]
/xnu-11215/iokit/IOKit/
H A DIORPC.h241 struct OSClassDescription { struct
242 uint32_t descriptionSize;
244 char name[96];
245 char superName[96];
251 uint32_t queueNamesSize;
252 uint32_t queueNamesOffset;
253 uint32_t methodNamesSize;
258 uint64_t flags;
260 uint64_t resv1[8];
262 uint64_t methodOptions[0];
[all …]