Searched refs:notify_key (Results 1 – 2 of 2) sorted by relevance
| /NextBSD/usr.sbin/asl/ |
| HD | syslogd.c | 456 char tstr[32], *notify_key; in main() local 680 notify_key = NULL; in main() 681 asprintf(¬ify_key, "%s%s", NOTIFY_PATH_SERVICE, NOQUOTA_FILE_PATH); in main() 682 if (notify_key != NULL) in main() 686 …status = notify_register_dispatch(notify_key, "a_file_token, dispatch_get_main_queue(), ^(int … in main() 705 free(notify_key); in main()
|
| HD | asl_action.c | 1950 char *notify_key = NULL; // XXX configuration_profile_create_notification_key(ident); in _asl_action_post_process_rule() local 1953 if (notify_key != NULL) in _asl_action_post_process_rule() 1958 status = notify_register_dispatch(notify_key, &token, asl_action_queue, ^(int t){ in _asl_action_post_process_rule() 1962 free(notify_key); in _asl_action_post_process_rule() 1979 char *notify_key = NULL; // XXX configuration_profile_create_notification_key(ident); in _asl_action_post_process_rule() local 1982 if (notify_key != NULL) in _asl_action_post_process_rule() 1991 free(notify_key); in _asl_action_post_process_rule() 2007 char *notify_key; in _asl_action_post_process_rule() local 2012 asprintf(¬ify_key, "%s%s", NOTIFY_PATH_SERVICE, path); in _asl_action_post_process_rule() 2013 if (notify_key != NULL) in _asl_action_post_process_rule() [all …]
|