Searched refs:ebc_cmd (Results 1 – 1 of 1) sorted by relevance
108 char *ebc_cmd; in wdt_start() local116 ebc_cmd = kmalloc(MAX_CMDLEN, GFP_KERNEL); in wdt_start()117 if (!ebc_cmd) 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()125 ret = __diag288_vm(func, dev->timeout, ebc_cmd, len); in wdt_start()127 kfree(ebc_cmd); in wdt_start()150 char *ebc_cmd; in wdt_ping() local158 ebc_cmd = kmalloc(MAX_CMDLEN, GFP_KERNEL); in wdt_ping()[all …]