Home
last modified time | relevance | path

Searched refs:se_started (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sbin/init/
H A Dinit.c154 struct timeval se_started; /* used to avoid thrashing */ member
1277 if (current_time >= sp->se_started.tv_sec && in start_getty()
1278 current_time - sp->se_started.tv_sec < GETTY_SPACING) { in start_getty()
1338 sp->se_process, &sp->se_started, sp->se_index); in session_utmpx()
1452 (void)gettimeofday(&sp->se_started, NULL); in collect_child()
1513 (void)gettimeofday(&sp->se_started, NULL); in multi_user()