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

/netgear-R7000-V1.0.7.12_1.2.5/src/router/mpstat/
H A Dioconf.h14 #define IOC_DESCLEN 63 macro
56 char desc[IOC_DESCLEN + 1];
H A Dioconf.c148 char desc[IOC_DESCLEN + 1];
216 IOC_ALLOC(iocp->desc, char, IOC_DESCLEN + 1);
217 strncpy(iocp->desc, desc, IOC_DESCLEN);
332 strncpy(blkp->desc, desc, IOC_DESCLEN);

Completed in 25 milliseconds