Home
last modified time | relevance | path

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

/xnu-11215.1.10/tests/
H A Dhost_notifications.c49 do_test(HOST_NOTIFY_CALENDAR_SET, ^{
64 T_ASSERT_MACH_SUCCESS(host_request_notification(mach_host_self(), HOST_NOTIFY_CALENDAR_SET, port),
/xnu-11215.1.10/osfmk/kern/
H A Dhost_notify.c54 QUEUE_HEAD_INITIALIZER(host_notify_queue[HOST_NOTIFY_CALENDAR_SET]),
210 host_notify_all(HOST_NOTIFY_CALENDAR_SET, &msg.Head, sizeof(msg)); in host_notify_calendar_set()
/xnu-11215.1.10/osfmk/mach/
H A Dhost_notify.h33 #define HOST_NOTIFY_CALENDAR_SET 1 macro