Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/
H A Dmpd_main.c58 static uint_t last_initifs_time; /* Time when initifs was last run */ variable
279 last_initifs_time = getcurrenttime(); in initifs()
1045 if ((getcurrenttime() - last_initifs_time) > IF_SCAN_INTERVAL) { in run_timeouts()