Searched refs:MAX_PARAM_LENGTH (Results 1 – 1 of 1) sorted by relevance
52 #define MAX_PARAM_LENGTH 256 macro55 static char config[MAX_PARAM_LENGTH];56 module_param_string(netconsole, config, MAX_PARAM_LENGTH, 0);62 strlcpy(config, opt, MAX_PARAM_LENGTH); in option_setup()730 if (strnlen(input, MAX_PARAM_LENGTH)) { in init_netconsole()