Searched defs:getcurrenttime (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/
H A Dmpd_main.c102 getcurrenttime(void) function
277 last_initifs_time = getcurrenttime();
954 timer_next = getcurrenttime() + TIMER_INFINITY;
978 now = getcurrenttime();
1043 if ((getcurrenttime() - last_initifs_time) > IF_SCAN_INTERVAL) {
1145 uint_t now = getcurrenttime();
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ndpd/
H A Dmain.c115 getcurrenttime(void) function
120 logperror("getcurrenttime: gettimeofday failed");
595 pr->pr_CreateTime = getcurrenttime() / MILLISEC;
1113 timer_previous = getcurrenttime();
1121 * Handles getcurrenttime (32 bit integer holding milliseconds) wraparound
1130 now = getcurrenttime();
1176 now = getcurrenttime();
1224 now = getcurrenttime();
1356 uint_t now = getcurrenttime();

Completed in 52 milliseconds