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

/macosx-10.9.5/syslog-217.1.4/syslogd.tproj/
H A Dasl_action.c73 static time_t crashmover_state = 0; variable
290 if (crashmover_state != 0)
294 crashmover_state = 0;
324 if (crashmover_state == 0) return;
325 if ((time(NULL) - crashmover_state) <= 60) return;
329 crashmover_state = 0;
1688 if (crashmover_state == 0)
1691 crashmover_state = time(NULL);
1765 if (crashmover_state != 0)
1768 crashmover_state
[all...]

Completed in 87 milliseconds