Home
last modified time | relevance | path

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

/xnu-11215/iokit/IOKit/
H A DOSMessageNotification.h122 struct OSNotificationHeader { struct
123 mach_msg_size_t size; /* content size */
124 natural_t type;
125 OSAsyncReference reference;
128 unsigned char content[];
153 typedef struct OSNotificationHeader OSNotificationHeader; argument