Home
last modified time | relevance | path

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

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