Searched refs:UNDReply (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/osfmk/UserNotification/
H A DUNDReply.defs33 UNDReply 6200;
H A DUNDTypes.h53 * UNDReply definition - used to dispatch UserNotification
56 typedef struct UNDReply *UNDReplyRef;
H A DKUNCUserNotifications.c56 struct UNDReply { struct
57 decl_lck_mtx_data(,lock) /* UNDReply lock */
86 kfree(reply, sizeof(struct UNDReply));
199 reply = (UNDReplyRef) kalloc(sizeof(struct UNDReply));
203 kfree(reply, sizeof(struct UNDReply));
386 * UNDReply object.
H A DMakefile26 UNDReply.defs

Completed in 74 milliseconds