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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/core/
H A Dnet-sysfs.c192 static const char *const operstates[] = { variable
214 if (operstate >= ARRAY_SIZE(operstates))
217 return sprintf(buf, "%s\n", operstates[operstate]);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/core/
H A Dnet-sysfs.c192 static const char *const operstates[] = { variable
214 if (operstate >= ARRAY_SIZE(operstates))
217 return sprintf(buf, "%s\n", operstates[operstate]);

Completed in 112 milliseconds