Searched refs:getcurrenttime (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/
H A Dmpd_defs.h215 extern uint_t getcurrenttime(void);
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();
H A Dmpd_probe.c1904 pii->pii_snxt_basetime = getcurrenttime() + interval;
1981 pi->pi_whenup[pi->pi_whendx++] = getcurrenttime();
2299 now = getcurrenttime();
2425 now = getcurrenttime();
2546 cur_time = 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();
H A Dtables.h252 extern uint_t getcurrenttime(void);
H A Dndp.c970 curtime = getcurrenttime() / MILLISEC;
1079 pr->pr_CreateTime = getcurrenttime() / MILLISEC;
H A Dtables.c1344 pr->pr_CreateTime = getcurrenttime() / MILLISEC;

Completed in 67 milliseconds