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);
116 ebc_cmd = kmalloc(MAX_CMDLEN, GFP_KERNEL); in wdt_start()
119 len = strlcpy(ebc_cmd, wdt_cmd, MAX_CMDLEN); in wdt_start()
120 ASCEBC(ebc_cmd, MAX_CMDLEN); in wdt_start()
121 EBC_TOUPPER(ebc_cmd, MAX_CMDLEN); in wdt_start()
158 ebc_cmd = kmalloc(MAX_CMDLEN, GFP_KERNEL); in wdt_ping()
161 len = strlcpy(ebc_cmd, wdt_cmd, MAX_CMDLEN); in wdt_ping()
162 ASCEBC(ebc_cmd, MAX_CMDLEN); in wdt_ping()
163 EBC_TOUPPER(ebc_cmd, MAX_CMDLEN); in wdt_ping()