Home
last modified time | relevance | path

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

/freebsd/usr.sbin/ppp/
H A Dtimer.c254 #define HSECS(val) (((val) % SECTICKS) * 100 / SECTICKS) in timer_Show() macro
257 pt->name, pt, SECS(pt->load), HSECS(pt->load), SECS(rest), \ in timer_Show()
258 HSECS(rest), tState2Nam(pt->state) in timer_Show()