Searched refs:xmon_expect (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/xmon/
H A Dnonstdio.h11 extern int xmon_expect(const char *str, unsigned long timeout);
H A Dnonstdio.c26 int xmon_expect(const char *str, unsigned long timeout) function
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/xmon/
H A Dstart.c22 static int xmon_expect(const char *str, unsigned int timeout);
170 if (xmon_expect("OK", 5)) {
172 if (xmon_expect("CONNECT", 40))
176 xmon_expect("OK", 3);
236 int xmon_expect(const char *str, unsigned int timeout) function

Completed in 48 milliseconds