Lines Matching refs:UNDServer

81 	UNDServerRef UNDServer;  in UNDServer_reference()  local
84 kr = host_get_user_notification_port(host_priv_self(), &UNDServer); in UNDServer_reference()
86 return UNDServer; in UNDServer_reference()
91 UNDServerRef UNDServer) in UNDServer_deallocate() argument
93 if (IP_VALID(UNDServer)) { in UNDServer_deallocate()
94 ipc_port_release_send(UNDServer); in UNDServer_deallocate()
212 UNDServerRef UNDServer; in KUNCExecute() local
214 UNDServer = UNDServer_reference(); in KUNCExecute()
215 if (IP_VALID(UNDServer)) { in KUNCExecute()
217 kr = UNDExecute_rpc(UNDServer, executionPath, uid, gid); in KUNCExecute()
218 UNDServer_deallocate(UNDServer); in KUNCExecute()
235 UNDServerRef UNDServer; in KUNCUserNotificationDisplayNotice() local
237 UNDServer = UNDServer_reference(); in KUNCUserNotificationDisplayNotice()
238 if (IP_VALID(UNDServer)) { in KUNCUserNotificationDisplayNotice()
240 kr = UNDDisplayNoticeSimple_rpc(UNDServer, in KUNCUserNotificationDisplayNotice()
249 UNDServer_deallocate(UNDServer); in KUNCUserNotificationDisplayNotice()
269 UNDServerRef UNDServer; in KUNCUserNotificationDisplayAlert() local
271 UNDServer = UNDServer_reference(); in KUNCUserNotificationDisplayAlert()
272 if (IP_VALID(UNDServer)) { in KUNCUserNotificationDisplayAlert()
274 kr = UNDDisplayAlertSimple_rpc(UNDServer, in KUNCUserNotificationDisplayAlert()
286 UNDServer_deallocate(UNDServer); in KUNCUserNotificationDisplayAlert()
304 UNDServerRef UNDServer; in KUNCUserNotificationDisplayFromBundle() local
320 UNDServer = UNDServer_reference(); in KUNCUserNotificationDisplayFromBundle()
321 if (IP_VALID(UNDServer)) { in KUNCUserNotificationDisplayFromBundle()
324 kr = UNDDisplayCustomFromBundle_rpc(UNDServer, in KUNCUserNotificationDisplayFromBundle()
331 UNDServer_deallocate(UNDServer); in KUNCUserNotificationDisplayFromBundle()