Home
last modified time | relevance | path

Searched refs:UNDReplyRef (Results 1 – 5 of 5) sorted by relevance

/xnu-11215/osfmk/UserNotification/
H A DUNDTypes.h56 typedef struct UNDReply *UNDReplyRef; typedef
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.c103 UNDReplyRef reply, in UNDAlertCompletedWithResult_rpc()
161 UNDReplyRef reply, in UNDNotificationCreated_rpc()
186 UNDReplyRef reply; in KUNCGetNotificationID()
201 UNDReplyRef reply; in UNDReply_no_senders()
302 UNDReplyRef reply = (UNDReplyRef)id; in KUNCUserNotificationDisplayFromBundle()
345 UNDReplyRef
349 UNDReplyRef reply = NULL; in convert_port_to_UNDReply()
H A DUNDRequest.defs54 in reply: UNDReplyRef;
62 in reply: UNDReplyRef;
70 in reply: UNDReplyRef;
H A DUNDReply.defs39 reply: UNDReplyRef;
44 reply: UNDReplyRef;
H A DUNDTypes.defs55 type UNDReplyRef = mach_port_t
57 intran: UNDReplyRef convert_port_to_UNDReply(mach_port_t)