Searched refs:MAX_PARAM_LENGTH (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/net/
H A Dnetconsole.c52 #define MAX_PARAM_LENGTH 256 macro
55 static char config[MAX_PARAM_LENGTH];
56 module_param_string(netconsole, config, MAX_PARAM_LENGTH, 0);
62 strlcpy(config, opt, MAX_PARAM_LENGTH);
753 if (strnlen(input, MAX_PARAM_LENGTH)) {

Completed in 25 milliseconds