Searched refs:timeroff (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/shared/
H A Dbsd_timer.c625 struct itimerval timeroff = { { 0, 0 }, { 0, 0} }; local
629 setitimer(ITIMER_REAL, &timeroff, NULL);
643 struct itimerval timeroff = { { 0, 0 }, { 0, 0} }; local
707 setitimer(ITIMER_REAL, &timeroff, NULL);
H A Dlinux_timer.c632 struct itimerval timeroff = { { 0, 0 }, { 0, 0} }; local
636 setitimer(ITIMER_REAL, &timeroff, NULL);
650 struct itimerval timeroff = { { 0, 0 }, { 0, 0} }; local
714 setitimer(ITIMER_REAL, &timeroff, NULL);

Completed in 54 milliseconds