Searched refs:host_notify_t (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/osfmk/kern/
H A Dhost_notify.c58 typedef struct host_notify_entry *host_notify_t; typedef in typeref:struct:host_notify_entry
85 host_notify_t entry;
96 entry = (host_notify_t)zalloc(host_notify_zone);
126 host_notify_t entry;
132 entry = (host_notify_t)port->ip_kobject;
162 host_notify_t entry;
175 while ((entry = (host_notify_t)dequeue(&send_queue)) != NULL) {

Completed in 20 milliseconds