Searched refs:CHECKPOINT_FORCE (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/syslog-267/aslcommon/
H A Dasl_common.h89 #define CHECKPOINT_FORCE 0x00000001 macro
/macosx-10.10.1/syslog-267/syslogd.tproj/
H A Dasl_action.c1371 dispatch_source_set_event_handler(checkpoint_timer, ^{ _act_file_checkpoint_all(CHECKPOINT_FORCE); });
1418 if (_act_checkpoint(r, CHECKPOINT_FORCE) > 0)
1633 _act_file_checkpoint(m, NULL, CHECKPOINT_FORCE);
2237 if (r->action != ACTION_ASL_DIR) _act_checkpoint(r, CHECKPOINT_FORCE);
2424 if (count > 2) _act_file_checkpoint(m, l[2], CHECKPOINT_FORCE);
2425 else _act_file_checkpoint(m, NULL, CHECKPOINT_FORCE);
2444 _act_file_checkpoint(m, path, CHECKPOINT_FORCE);

Completed in 2004 milliseconds