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

/macosx-10.5.8/xnu-1228.15.4/osfmk/UserNotification/
H A DUNDTypes.h75 #define UND_REPLY_NULL ((UNDReplyRef)0) macro
H A DKUNCUserNotifications.c132 if (reply == UND_REPLY_NULL || !reply->inprogress)
176 if (reply == UND_REPLY_NULL)
200 if (reply != UND_REPLY_NULL) {
204 reply = UND_REPLY_NULL;
240 if (reply == UND_REPLY_NULL)
353 if (reply == UND_REPLY_NULL)
401 return UND_REPLY_NULL;
404 assert(reply != UND_REPLY_NULL);
408 return UND_REPLY_NULL;

Completed in 45 milliseconds