Home
last modified time | relevance | path

Searched refs:host_get_user_notification_port (Results 1 – 2 of 2) sorted by relevance

/xnu-11215.81.4/osfmk/UserNotification/
H A DKUNCUserNotifications.c83 kr = host_get_user_notification_port(host_priv_self(), &UNDServer); in UNDServer_reference()
385 return host_get_user_notification_port(host_priv, serverp); in host_get_UNDServer()
/xnu-11215.81.4/osfmk/mach/
H A Dhost_special_ports.h164 #define host_get_user_notification_port(host, port) \ macro