Searched refs:asl_out_module (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/syslog-267/syslogd.tproj/
H A Dasl_action.c339 status = asl_out_mkpath(global.asl_out_module, r);
789 status = asl_out_mkpath(global.asl_out_module, r);
889 int status = asl_out_mkpath(global.asl_out_module, r);
1447 for (m = global.asl_out_module; m != NULL; m = m->next)
1640 if ((global.asl_out_module != NULL) && ((global.asl_out_module->flags & MODULE_FLAG_ENABLED) == 0)) return;
1714 asl_out_module_t *m = global.asl_out_module;
1811 for (m = global.asl_out_module; m != NULL; m = m->next)
1855 if (m != global.asl_out_module)
1863 for (n = global.asl_out_module; searc
[all...]
H A Ddaemon.h136 asl_out_module_t *asl_out_module; member in struct:global_s
H A Ddaemon.c531 global.asl_out_module = asl_out_module_init();
534 if (global.asl_out_module != NULL)
536 for (r = global.asl_out_module->ruleset; r != NULL; r = r->next)
H A Ddbserver.c989 for (om = global.asl_out_module; om != NULL; om = om->next)

Completed in 147 milliseconds