Lines Matching refs:MAX_CMDLEN
35 #define MAX_CMDLEN 240 macro
52 static char wdt_cmd[MAX_CMDLEN] = DEFAULT_CMD;
62 module_param_string(cmd, wdt_cmd, MAX_CMDLEN, 0644);
122 ebc_cmd = kmalloc(MAX_CMDLEN, GFP_KERNEL); in wdt_start()
127 len = strlcpy(ebc_cmd, wdt_cmd, MAX_CMDLEN); in wdt_start()
128 ASCEBC(ebc_cmd, MAX_CMDLEN); in wdt_start()
129 EBC_TOUPPER(ebc_cmd, MAX_CMDLEN); in wdt_start()
169 ebc_cmd = kmalloc(MAX_CMDLEN, GFP_KERNEL); in wdt_ping()
172 len = strlcpy(ebc_cmd, wdt_cmd, MAX_CMDLEN); in wdt_ping()
173 ASCEBC(ebc_cmd, MAX_CMDLEN); in wdt_ping()
174 EBC_TOUPPER(ebc_cmd, MAX_CMDLEN); in wdt_ping()