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

/macosx-10.9.5/syslog-217.1.4/aslcommon/
H A Dasl_common.h49 #define ACTION_ASL_STORE 9 /* Save in main ASL Database */ macro
H A Dasl_common.c1455 else if (!strcasecmp(act, "save")) out->action = ACTION_ASL_STORE;
1456 else if (!strcasecmp(act, "store")) out->action = ACTION_ASL_STORE;
1508 if ((out->action == ACTION_ASL_STORE) && (out->options != NULL)) out->action = ACTION_ASL_FILE;
/macosx-10.9.5/syslog-217.1.4/syslogd.tproj/
H A Dasl_action.c1263 else if (r->action == ACTION_ASL_STORE) _send_to_asl_store(msg);
1499 else if (r->action == ACTION_ASL_STORE)

Completed in 86 milliseconds