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);
126 ebc_cmd = kmalloc(MAX_CMDLEN, GFP_KERNEL); in wdt_start()
131 len = strlcpy(ebc_cmd, wdt_cmd, MAX_CMDLEN); in wdt_start()
132 ASCEBC(ebc_cmd, MAX_CMDLEN); in wdt_start()
133 EBC_TOUPPER(ebc_cmd, MAX_CMDLEN); in wdt_start()
175 ebc_cmd = kmalloc(MAX_CMDLEN, GFP_KERNEL); in wdt_ping()
178 len = strlcpy(ebc_cmd, wdt_cmd, MAX_CMDLEN); in wdt_ping()
179 ASCEBC(ebc_cmd, MAX_CMDLEN); in wdt_ping()
180 EBC_TOUPPER(ebc_cmd, MAX_CMDLEN); in wdt_ping()