Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/
Dnetconsole.c56 #define MAX_PARAM_LENGTH 256 macro
59 static char config[MAX_PARAM_LENGTH];
60 module_param_string(netconsole, config, MAX_PARAM_LENGTH, 0);
70 strlcpy(config, opt, MAX_PARAM_LENGTH); in option_setup()
901 if (strnlen(input, MAX_PARAM_LENGTH)) { in init_netconsole()