Searched refs:start_today (Results 1 – 2 of 2) sorted by relevance
185 out->start_today = start; in asl_store_open_write()186 out->start_tomorrow = out->start_today + SECONDS_PER_DAY; in asl_store_open_write()559 s->start_today = _asl_start_today(); in asl_store_save()560 if (s->start_today == 0) s->start_today = s->start_tomorrow; in asl_store_save()562 s->start_tomorrow = s->start_today + SECONDS_PER_DAY; in asl_store_save()
69 time_t start_today; member