Searched refs:MAX_PARAM_LENGTH (Results 1 – 1 of 1) sorted by relevance
45 #define MAX_PARAM_LENGTH 256 macro48 static char config[MAX_PARAM_LENGTH];49 module_param_string(netconsole, config, MAX_PARAM_LENGTH, 0);59 strscpy(config, opt, MAX_PARAM_LENGTH); in option_setup()962 if (strnlen(input, MAX_PARAM_LENGTH)) { in init_netconsole()