Searched refs:timer_settime (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libkqueue-1.0.6/src/solaris/
H A Dtimer.c97 if (timer_settime(timerid, 0, &ts, NULL) < 0) {
98 dbg_perror("timer_settime(2)");
/netgear-R7000-V1.0.7.12_1.2.5/src/router/shared/
H A Dbsd_timer.c61 timer_settime( ) - set the time until the next expiration and arm timer (POSIX)
292 int timer_settime function
321 TIMERDBG("calling timer_settime with a timer that is already on the queue.");
345 TIMERDBG("timer_settime: TIMER ERROR!");
778 return timer_settime((timer_t)timer_id, 0, timer_spec, NULL);
H A Dlinux_timer.c63 timer_settime( ) - set the time until the next expiration and arm timer (POSIX)
296 int timer_settime function
325 TIMERDBG("calling timer_settime with a timer that is already on the queue.");
349 TIMERDBG("timer_settime: TIMER ERROR!");
790 return timer_settime((timer_t)timer_id, 0, timer_spec, NULL);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/parisc/kernel/
H A Dsyscall_table.S352 ENTRY_COMP(timer_settime)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dsystbl.h247 COMPAT_SYS_SPU(timer_settime)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dposix-timers.c767 SYSCALL_DEFINE4(timer_settime, timer_t, timer_id, int, flags,

Completed in 133 milliseconds