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

/macosx-10.10.1/xnu-2782.1.97/osfmk/mach/
H A Dhost_notify_reply.defs38 notify_port : mach_port_move_send_once_t);
H A Dmach_host.defs235 notify_port : mach_port_make_send_once_t);
/macosx-10.10.1/ppp-786.1.1/Controller/
H A Dppp_client.c92 struct client *client_new_mach (CFMachPortRef port, CFRunLoopSourceRef rls, CFStringRef serviceID, uid_t uid, gid_t gid, mach_port_t bootstrap, mach_port_t notify_port) argument
111 client->notify_port = notify_port;
155 if (client->notify_port != MACH_PORT_NULL) {
156 mach_port_deallocate(mach_task_self(), client->notify_port);
157 client->notify_port = MACH_PORT_NULL;
250 mach_client_notify (client->notify_port, client->serviceID, event, error);
H A Dscnc_client.c95 struct client *client_new_mach (CFMachPortRef port, CFRunLoopSourceRef rls, CFStringRef serviceID, uid_t uid, gid_t gid, pid_t pid, mach_port_t bootstrap, mach_port_t notify_port, mach_port_t au_session, Boolean has_machport_priv) argument
115 client->notify_port = notify_port;
160 if (client->notify_port != MACH_PORT_NULL) {
161 mach_port_deallocate(mach_task_self(), client->notify_port);
162 client->notify_port = MACH_PORT_NULL;
260 mach_client_notify (client->notify_port, client->serviceID, status, error);
H A Dppp_client.h62 mach_port_t notify_port; // session mach port ref member in struct:client
95 struct client *client_new_mach (CFMachPortRef port, CFRunLoopSourceRef rls, CFStringRef serviceID, uid_t uid, gid_t gid, mach_port_t bootstrap, mach_port_t notify_port);
H A Dscnc_client.h62 mach_port_t notify_port; // session mach port ref member in struct:client
98 struct client *client_new_mach (CFMachPortRef port, CFRunLoopSourceRef rls, CFStringRef serviceID, uid_t uid, gid_t gid, pid_t pid, mach_port_t bootstrap, mach_port_t notify_port, mach_port_t au_session, Boolean has_machport_priv);
/macosx-10.10.1/Libnotify-133.1.1/
H A Dnotify.h175 * as the value of "notify_port". A mach port previously returned by a
196 * @param notify_port
200 uint32_t notify_register_mach_port(const char *name, mach_port_t *notify_port, int flags, int *out_token);
H A Dnotify_client.c1565 notify_register_mach_port(const char *name, mach_port_name_t *notify_port, int flags, int *out_token)
1582 if (notify_port == NULL) return NOTIFY_STATUS_INVALID_PORT;
1592 kstatus = mach_port_allocate(task, MACH_PORT_RIGHT_RECEIVE, notify_port);
1596 kstatus = mach_port_insert_right(task, *notify_port, *notify_port, MACH_MSG_TYPE_MAKE_SEND);
1599 if (mine == 1) mach_port_mod_refs(task, *notify_port, MACH_PORT_RIGHT_RECEIVE, -1);
1610 mach_port_mod_refs(task, *notify_port, MACH_PORT_RIGHT_RECEIVE, -1);
1613 mach_port_deallocate(task, *notify_port);
1618 status = _notify_lib_register_mach_port(ns_self, name, NOTIFY_CLIENT_SELF, token, *notify_port, 0, 0, &nid);
1623 mach_port_mod_refs(task, *notify_port, MACH_PORT_RIGHT_RECEIV
[all...]
/macosx-10.10.1/PowerManagement-494.1.2/pmconfigd/
H A Dpmconfigd.c165 IONotificationPortRef notify_port);
1279 IONotificationPortRef notify_port = 0; local
1287 notify_port = IONotificationPortCreate(0);
1288 rlser = IONotificationPortGetRunLoopSource(notify_port);
1294 notify_port,
1298 (void *)notify_port,
1303 ioregBatteryMatch((void *)notify_port, battery_iter);
1307 notify_port,
1311 (void *)notify_port,
1316 displayMatched((void *)notify_port, display_ite
1329 initializeHIDInterestNotifications(int usagePage, IONotificationPortRef notify_port) argument
[all...]
H A DSystemLoad.c445 IONotificationPortRef notify_port = 0; local
481 notify_port = IONotificationPortCreate(0);
482 rlser = IONotificationPortGetRunLoopSource(notify_port);
487 notify_port,
491 (void *)notify_port,
496 hidSystemMatched((void *)notify_port, hid_iter);
/macosx-10.10.1/eap8021x-198/EAPOLController.bproj/
H A Dcontroller.h82 mach_port_t notify_port,
H A Dserver.c313 mach_port_t notify_port,
330 (void)mach_port_deallocate(mach_task_self(), notify_port); local
333 result = ControllerClientAttach(pid, if_name, notify_port, session,
311 eapolcontroller_client_attach(mach_port_t server, task_t task, if_name_t if_name, mach_port_t notify_port, mach_port_t * session, xmlDataOut_t * control, mach_msg_type_number_t * control_len, mach_port_t * bootstrap, mach_port_t * au_session, int * ret_result) argument
H A Dcontroller.c111 mach_port_t notify_port; member in struct:eapolClient_s
408 if (client->notify_port != MACH_PORT_NULL) {
409 (void)mach_port_deallocate(mach_task_self(), client->notify_port);
410 client->notify_port = MACH_PORT_NULL;
436 if (client->notify_port == MACH_PORT_NULL) {
445 msg.header.msgh_remote_port = client->notify_port;
1408 mach_port_t notify_port,
1435 client->notify_port = notify_port;
1474 (void)mach_port_deallocate(mach_task_self(), notify_port); local
1407 ControllerClientAttach(pid_t pid, if_name_t if_name, mach_port_t notify_port, mach_port_t * session_port, CFDictionaryRef * control_dict, mach_port_t * bootstrap, mach_port_t * au_session) argument
[all...]
/macosx-10.10.1/configd-699.1.5/SystemConfiguration.fproj/
H A DSCNetworkConnection.c117 CFMachPortRef notify_port; member in struct:__anon6853
265 if (connectionPrivate->notify_port != NULL) {
266 mach_port_t mp = CFMachPortGetPort(connectionPrivate->notify_port);
268 __MACH_PORT_DEBUG(TRUE, "*** __SCNetworkConnectionDeallocate notify_port", mp);
269 CFMachPortInvalidate(connectionPrivate->notify_port);
270 CFRelease(connectionPrivate->notify_port);
737 mach_port_t notify_port = MACH_PORT_NULL; local
761 if (connectionPrivate->notify_port != NULL) {
762 mach_port_t mp = CFMachPortGetPort(connectionPrivate->notify_port);
765 CFMachPortInvalidate(connectionPrivate->notify_port);
793 mach_port_mod_refs(mach_task_self(), notify_port, MACH_PORT_RIGHT_RECEIVE, -1); local
867 (void) mach_port_mod_refs(mach_task_self(), notify_port, MACH_PORT_RIGHT_RECEIVE, -1); local
882 mach_port_mod_refs(mach_task_self(), notify_port, MACH_PORT_RIGHT_RECEIVE, -1); local
938 mach_port_mod_refs(mach_task_self(), notify_port, MACH_PORT_RIGHT_RECEIVE, -1); local
960 (void) mach_port_mod_refs (mach_task_self(), notify_port, MACH_PORT_RIGHT_RECEIVE, -1); local
961 (void) mach_port_deallocate(mach_task_self(), notify_port); local
[all...]
/macosx-10.10.1/configd-699.1.5/Plugins/Logger/
H A Dlogger.c1423 mach_port_t notify_port; local
1429 status = notify_register_mach_port(key, &notify_port, 0, &notify_token);
1435 mp = _SC_CFMachPortCreateWithPort("Logger/dns_configuration", notify_port, dnsinfo_notification, NULL);
1477 mach_port_t notify_port; local
1483 status = notify_register_mach_port(key, &notify_port, 0, &notify_token);
1489 mp = _SC_CFMachPortCreateWithPort("Logger/nwi", notify_port, nwi_notification, NULL);
1530 mach_port_t notify_port; local
1536 &notify_port,
1544 mp = _SC_CFMachPortCreateWithPort("Logger/network_change", notify_port, network_notification, NULL);
1589 mach_port_t notify_port; local
1795 mach_port_t notify_port; local
[all...]
/macosx-10.10.1/eap8021x-198/EAPOLMonitor.bproj/
H A Deapol_monitor.c1100 mach_port_t notify_port; local
1105 notify_port = MACH_PORT_NULL;
1107 &notify_port, 0, &notify_token);
1113 notify_port_cf = CFMachPortCreateWithPort(NULL, notify_port,
/macosx-10.10.1/IOKitUser-1050.1.21/pwr_mgt.subproj/
H A Dpowermanagement.defs168 in notify_port : mach_port_t;
/macosx-10.10.1/configd-699.1.5/Plugins/IPMonitor/
H A Ddns-configuration.c1606 mach_port_t notify_port; local
1614 status = notify_register_mach_port(_PATH_RESOLVER_DIR, &notify_port, 0, &notify_token);
1628 notify_port,
/macosx-10.10.1/PowerManagement-494.1.2/pmset/
H A Dpmset.c3625 IONotificationPortRef notify_port = 0; local
3632 notify_port = IONotificationPortCreate(0);
3633 rlser = IONotificationPortGetRunLoopSource(notify_port);
3639 notify_port,
3643 (void *)&notify_port,
3650 log_raw_battery_match((void *)&notify_port, battery_iter);
/macosx-10.10.1/eap8021x-198/eapolclient.tproj/
H A DSupplicant.c2221 mach_port_t notify_port; local
2230 notify_port = MACH_PORT_NULL;
2233 &notify_port, 0, &notify_token);
2239 notify_port_cf = CFMachPortCreateWithPort(NULL, notify_port,

Completed in 443 milliseconds