Lines Matching refs:MAX_CMDLEN
36 #define MAX_CMDLEN 240 macro
53 static char wdt_cmd[MAX_CMDLEN] = DEFAULT_CMD;
63 module_param_string(cmd, wdt_cmd, MAX_CMDLEN, 0644);
119 ebc_cmd = kmalloc(MAX_CMDLEN, GFP_KERNEL); in wdt_start()
122 len = strlcpy(ebc_cmd, wdt_cmd, MAX_CMDLEN); in wdt_start()
123 ASCEBC(ebc_cmd, MAX_CMDLEN); in wdt_start()
124 EBC_TOUPPER(ebc_cmd, MAX_CMDLEN); in wdt_start()
162 ebc_cmd = kmalloc(MAX_CMDLEN, GFP_KERNEL); in wdt_ping()
165 len = strlcpy(ebc_cmd, wdt_cmd, MAX_CMDLEN); in wdt_ping()
166 ASCEBC(ebc_cmd, MAX_CMDLEN); in wdt_ping()
167 EBC_TOUPPER(ebc_cmd, MAX_CMDLEN); in wdt_ping()