Home
last modified time | relevance | path

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

/f-stack/freebsd/i386/i386/
H A Dtrap.c205 static int lastalert = 0; in trap() local
415 if (time_second - lastalert > 10) { in trap()
418 lastalert = time_second; in trap()
672 if (time_second - lastalert > 10) { in trap()
675 lastalert = time_second; in trap()