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

/macosx-10.5.8/xnu-1228.15.4/osfmk/UserNotification/
H A DUNDTypes.h56 typedef struct UNDReply *UNDReplyRef; typedef in typeref:struct:UNDReply
60 extern UNDReplyRef convert_port_to_UNDReply(mach_port_t);
65 typedef struct __UNDReply__ *UNDReplyRef;
71 typedef mach_port_t UNDReplyRef;
75 #define UND_REPLY_NULL ((UNDReplyRef)0)
H A DKUNCUserNotifications.c70 UNDReplyRef reply);
75 UNDReplyRef reply)
116 UNDReplyRef reply,
173 UNDReplyRef reply,
197 UNDReplyRef reply;
199 reply = (UNDReplyRef) kalloc(sizeof(struct UNDReply));
236 UNDReplyRef reply = (UNDReplyRef)id;
349 UNDReplyRef reply = (UNDReplyRef)i
[all...]

Completed in 28 milliseconds