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

/netgear-R7000-V1.0.7.12_1.2.5/src/router/mpstat/
H A Dioconf.h52 /* ctrlno is in the ioc_entry */
69 struct ioc_entry { struct
77 #define IOC_ENTRY_SIZE (sizeof(struct ioc_entry))
H A Dioconf.c43 static struct ioc_entry *ioconf[MAX_BLKDEV + 1];
48 * Free ioc_entry structures
54 struct ioc_entry **p;
134 * does: parses IOCONF into ioconf, an array of ioc_entry *
149 struct ioc_entry *iocp = NULL;
175 IOC_ALLOC(iocp, struct ioc_entry, IOC_ENTRY_SIZE);
325 * Stuff the ioc_entry and ref it.
372 struct ioc_entry *p;

Completed in 109 milliseconds