Searched refs:notify_key (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/configd-596.15/dnsinfo/
H A Ddnsinfo_server.c409 const char *notify_key; local
441 notify_key = dns_configuration_notify_key();
442 if (notify_key != NULL) {
445 status = notify_post(notify_key);
/macosx-10.9.5/configd-596.15/nwi/
H A Dnetwork_information_server.c435 const char *notify_key; local
467 notify_key = nwi_state_get_notify_key();
468 if (notify_key != NULL) {
472 status = notify_post(notify_key);
/macosx-10.9.5/syslog-217.1.4/syslogd.tproj/
H A Dasl_action.c1519 char *notify_key = configuration_profile_create_notification_key(ident); local
1522 if (notify_key != NULL)
1527 status = notify_register_dispatch(notify_key, &token, asl_action_queue, ^(int t){
1531 free(notify_key);
1548 char *notify_key = configuration_profile_create_notification_key(ident); local
1551 if (notify_key != NULL)
1556 status = notify_register_dispatch(notify_key, &token, asl_action_queue, ^(int t){
1560 free(notify_key);
1576 char *notify_key; local
1581 asprintf(&notify_key, "
[all...]

Completed in 132 milliseconds