Searched defs: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.c56 static uint_t last_initifs_time; /* Time when initifs was last run */ variable
277 last_initifs_time = getcurrenttime();
1043 if ((getcurrenttime() - last_initifs_time) > IF_SCAN_INTERVAL) {

Completed in 50 milliseconds