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

/netgear-R7000-V1.0.7.12_1.2.5/src/router/mpstat/
H A Dioconf.c2 * ioconf: ioconf configuration file handling code
31 #include "ioconf.h"
43 static struct ioc_entry *ioconf[MAX_BLKDEV + 1]; variable in typeref:struct:ioc_entry
57 for (i = 0, p = ioconf; i < MAX_BLKDEV; ++i, ++p) {
70 for (i = 0, p = ioconf; i < MAX_BLKDEV; ++i, ++p) {
131 * ioc_init() - internalize the ioconf file
134 * does: parses IOCONF into ioconf, an array of ioc_entry *
198 if (ioconf[indirect] == NULL) {
213 iocp->desc = ioconf[indirec
[all...]
H A DMakefile26 OBJS := mpstat.o common.o ioconf.o rd_stats.o
H A Dioconf.h2 * ioconf: ioconf configuration file handling code
27 #define IS_WHOLE(maj,min) ((min % ioconf[maj]->blkp->pcount) == 0)

Completed in 61 milliseconds