Home
last modified time | relevance | path

Searched refs:MAX_PARAM_LENGTH (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/net/ !
H A Dnetconsole.c49 #define MAX_PARAM_LENGTH 256 macro
58 static char config[MAX_PARAM_LENGTH];
59 module_param_string(netconsole, config, MAX_PARAM_LENGTH, 0);
71 strscpy(config, opt, MAX_PARAM_LENGTH); in option_setup()
2132 if (strnlen(input, MAX_PARAM_LENGTH)) { in init_netconsole()