Lines Matching defs:OSClassDescription
241 struct OSClassDescription { struct
242 uint32_t descriptionSize;
244 char name[96];
245 char superName[96];
247 uint32_t methodOptionsSize;
248 uint32_t methodOptionsOffset;
249 uint32_t metaMethodOptionsSize;
250 uint32_t metaMethodOptionsOffset;
251 uint32_t queueNamesSize;
252 uint32_t queueNamesOffset;
253 uint32_t methodNamesSize;
254 uint32_t methodNamesOffset;
255 uint32_t metaMethodNamesSize;
256 uint32_t metaMethodNamesOffset;
258 uint64_t flags;
260 uint64_t resv1[8];
262 uint64_t methodOptions[0];
263 uint64_t metaMethodOptions[0];
265 char dispatchNames[0];
266 char methodNames[0];
267 char metaMethodNames[0];