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

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/
H A Dmpd_main.c63 static void run_timeouts(void);
956 * The call to run_timeouts() will get the timer started
960 run_timeouts();
1027 run_timeouts(void) function
1041 logdebug("run_timeouts()\n");
1057 logdebug("run_timeouts(%s %s): next scheduled for"
1075 logdebug("run_timeouts: %u ms\n", next);
1151 run_timeouts();
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ndpd/
H A Dmain.c30 static void run_timeouts(void);
936 * check and set the right value by calling run_timeouts().
944 run_timeouts();
1115 run_timeouts();
1183 run_timeouts();
1193 * ifconfig_timer(). In this case the nested run_timeouts will just return but
1194 * the running run_timeouts will ensure to call all the timer functions by
1198 run_timeouts(void) function
1217 logmsg(LOG_DEBUG, "run_timeouts: nested call\n");
1229 logmsg(LOG_DEBUG, "run_timeouts
[all...]

Completed in 65 milliseconds