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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/block/aoe/
H A Daoenet.c29 IFLISTSZ = 1024, enumerator in enum:__anon10995
32 static char aoe_iflist[IFLISTSZ];
33 module_param_string(aoe_iflist, aoe_iflist, IFLISTSZ, 0600);
39 strncpy(aoe_iflist, str, IFLISTSZ);
40 aoe_iflist[IFLISTSZ - 1] = '\0';
76 if (size >= IFLISTSZ)

Completed in 43 milliseconds