Home
last modified time | relevance | path

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

/xnu-10002.81.5/osfmk/kern/
H A Dhost_notify.c65 host_flavor_t notify_type, in host_request_notification() argument
79 if (notify_type > HOST_NOTIFY_TYPE_MAX || notify_type < 0) { in host_request_notification()
105 enqueue_tail(&host_notify_queue[notify_type], &entry->entries); in host_request_notification()
143 host_flavor_t notify_type, in host_notify_all() argument
154 qe_foreach_safe(e, &host_notify_queue[notify_type]) { in host_notify_all()
184 msg->msgh_id = host_notify_replyid[notify_type]; in host_notify_all()
/xnu-10002.81.5/tests/
H A Dhost_notifications.c8 do_test(int notify_type, void (^trigger_block)(void))
13 T_ASSERT_MACH_SUCCESS(host_request_notification(mach_host_self(), notify_type, port), NULL);
/xnu-10002.81.5/osfmk/mach/
H A Dmach_host.defs230 notify_type : host_flavor_t;