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

/netgear-R7000-V1.0.7.12_1.2.5/src/router/mpstat/
H A Dsysconfig.h10 #define IOCONF "/etc/sysconfig/sysstat.ioconf" macro
H A Dioconf.c134 * does: parses IOCONF into ioconf, an array of ioc_entry *
135 * Only entries having lines in IOCONF will have valid pointers
153 if ((fp = fopen(IOCONF, "r")) == NULL) {
159 strncpy(ioconf_name, IOCONF, 64);

Completed in 106 milliseconds