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

/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIODataQueue.cpp187 static struct _notifyMsg init_msg = { {
189 sizeof (struct _notifyMsg),
197 notifyMsg = IOMalloc(sizeof(struct _notifyMsg));
200 *((struct _notifyMsg *)notifyMsg) = init_msg;
202 ((struct _notifyMsg *)notifyMsg)->h.msgh_remote_port = port;
/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/
H A DIODataQueue.h40 struct _notifyMsg { struct

Completed in 24 milliseconds