Home
last modified time | relevance | path

Searched refs:HOST_NOTIFY_CALENDAR_CHANGE (Results 1 – 3 of 3) sorted by relevance

/xnu-12377.61.12/tests/
H A Dhost_notifications.c39 do_test(HOST_NOTIFY_CALENDAR_CHANGE, ^{
66 T_ASSERT_MACH_ERROR(host_request_notification(mach_host_self(), HOST_NOTIFY_CALENDAR_CHANGE, port),
/xnu-12377.61.12/osfmk/kern/
H A Dhost_notify.c55 QUEUE_HEAD_INITIALIZER(host_notify_queue[HOST_NOTIFY_CALENDAR_CHANGE]),
207 host_notify_all(HOST_NOTIFY_CALENDAR_CHANGE, &msg.Head, sizeof(msg)); in host_notify_calendar_change()
/xnu-12377.61.12/osfmk/mach/
H A Dhost_notify.h32 #define HOST_NOTIFY_CALENDAR_CHANGE 0 macro