Home
last modified time | relevance | path

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

/xnu-11215.61.5/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-11215.61.5/osfmk/kern/
H A Dhost_notify.c53 QUEUE_HEAD_INITIALIZER(host_notify_queue[HOST_NOTIFY_CALENDAR_CHANGE]),
202 host_notify_all(HOST_NOTIFY_CALENDAR_CHANGE, &msg.Head, sizeof(msg)); in host_notify_calendar_change()
/xnu-11215.61.5/osfmk/mach/
H A Dhost_notify.h32 #define HOST_NOTIFY_CALENDAR_CHANGE 0 macro