Lines Matching defs:MAX_CMDLEN
35 #define MAX_CMDLEN 240
52 static char wdt_cmd[MAX_CMDLEN] = DEFAULT_CMD;
62 module_param_string(cmd, wdt_cmd, MAX_CMDLEN, 0644);
124 ebc_cmd = kmalloc(MAX_CMDLEN, GFP_KERNEL);
129 len = strlcpy(ebc_cmd, wdt_cmd, MAX_CMDLEN);
130 ASCEBC(ebc_cmd, MAX_CMDLEN);
131 EBC_TOUPPER(ebc_cmd, MAX_CMDLEN);
173 ebc_cmd = kmalloc(MAX_CMDLEN, GFP_KERNEL);
176 len = strlcpy(ebc_cmd, wdt_cmd, MAX_CMDLEN);
177 ASCEBC(ebc_cmd, MAX_CMDLEN);
178 EBC_TOUPPER(ebc_cmd, MAX_CMDLEN);