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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/watchdog/
H A Dpcwd.c290 int one, ten, hund, minor; local
297 hund = send_isa_command(CMD_ISA_VERSION_HUNDRETH);
299 sprintf(pcwd_private.fw_ver_str, "%c.%c%c%c", one, ten, hund, minor);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/editors/
H A Dvi.c2135 static int mysleep(int hund) // sleep for 'h' 1/100 seconds argument
2145 tv.tv_usec = hund * 10000;

Completed in 109 milliseconds