Home
last modified time | relevance | path

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

/xnu-8020.101.4/osfmk/kern/
H A Dhost_notify.c71 host_flavor_t notify_type, in host_request_notification() argument
85 if (notify_type > HOST_NOTIFY_TYPE_MAX || notify_type < 0) { in host_request_notification()
95 enqueue_tail(&host_notify_queue[notify_type], (queue_entry_t)entry); in host_request_notification()
134 host_flavor_t notify_type, in host_notify_all() argument
138 queue_t notify_queue = &host_notify_queue[notify_type]; in host_notify_all()
156 msg->msgh_id = host_notify_replyid[notify_type]; in host_notify_all()
/xnu-8020.101.4/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-8020.101.4/osfmk/mach/
H A Dmach_host.defs229 notify_type : host_flavor_t;