Lines Matching refs:UNDServer
80 UNDServerRef UNDServer; in UNDServer_reference() local
83 kr = host_get_user_notification_port(host_priv_self(), &UNDServer); in UNDServer_reference()
85 return UNDServer; in UNDServer_reference()
90 UNDServerRef UNDServer) in UNDServer_deallocate() argument
92 if (IP_VALID(UNDServer)) { in UNDServer_deallocate()
93 ipc_port_release_send(UNDServer); in UNDServer_deallocate()
211 UNDServerRef UNDServer; in KUNCExecute() local
213 UNDServer = UNDServer_reference(); in KUNCExecute()
214 if (IP_VALID(UNDServer)) { in KUNCExecute()
216 kr = UNDExecute_rpc(UNDServer, executionPath, uid, gid); in KUNCExecute()
217 UNDServer_deallocate(UNDServer); in KUNCExecute()
234 UNDServerRef UNDServer; in KUNCUserNotificationDisplayNotice() local
236 UNDServer = UNDServer_reference(); in KUNCUserNotificationDisplayNotice()
237 if (IP_VALID(UNDServer)) { in KUNCUserNotificationDisplayNotice()
239 kr = UNDDisplayNoticeSimple_rpc(UNDServer, in KUNCUserNotificationDisplayNotice()
248 UNDServer_deallocate(UNDServer); in KUNCUserNotificationDisplayNotice()
268 UNDServerRef UNDServer; in KUNCUserNotificationDisplayAlert() local
270 UNDServer = UNDServer_reference(); in KUNCUserNotificationDisplayAlert()
271 if (IP_VALID(UNDServer)) { in KUNCUserNotificationDisplayAlert()
273 kr = UNDDisplayAlertSimple_rpc(UNDServer, in KUNCUserNotificationDisplayAlert()
285 UNDServer_deallocate(UNDServer); in KUNCUserNotificationDisplayAlert()
303 UNDServerRef UNDServer; in KUNCUserNotificationDisplayFromBundle() local
319 UNDServer = UNDServer_reference(); in KUNCUserNotificationDisplayFromBundle()
320 if (IP_VALID(UNDServer)) { in KUNCUserNotificationDisplayFromBundle()
323 kr = UNDDisplayCustomFromBundle_rpc(UNDServer, in KUNCUserNotificationDisplayFromBundle()
330 UNDServer_deallocate(UNDServer); in KUNCUserNotificationDisplayFromBundle()