Home
last modified time | relevance | path

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

/netbsd-src/sbin/init/
H A Dinit.c99 static const struct timespec dtrtime = {.tv_sec = 0, .tv_nsec = 250000}; variable
628 (void)nanosleep(&dtrtime, NULL); /* leave DTR low for a bit */ in setctty()