Searched refs:_notifyMsg (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/iokit/Kernel/
H A DIODataQueue.cpp195 static struct _notifyMsg init_msg = { {
197 sizeof (struct _notifyMsg),
205 notifyMsg = IOMalloc(sizeof(struct _notifyMsg));
208 *((struct _notifyMsg *)notifyMsg) = init_msg;
210 ((struct _notifyMsg *)notifyMsg)->h.msgh_remote_port = port;
/darwin-on-arm/xnu/iokit/IOKit/
H A DIODataQueue.h40 struct _notifyMsg { struct

Completed in 61 milliseconds