Searched refs:ebc_cmd (Results 1 – 1 of 1) sorted by relevance
113 char *ebc_cmd; in wdt_start() local124 ebc_cmd = kmalloc(MAX_CMDLEN, GFP_KERNEL); in wdt_start()125 if (!ebc_cmd) { in wdt_start()129 len = strlcpy(ebc_cmd, wdt_cmd, MAX_CMDLEN); in wdt_start()130 ASCEBC(ebc_cmd, MAX_CMDLEN); in wdt_start()131 EBC_TOUPPER(ebc_cmd, MAX_CMDLEN); in wdt_start()135 ret = __diag288_vm(func, dev->timeout, ebc_cmd, len); in wdt_start()137 kfree(ebc_cmd); in wdt_start()165 char *ebc_cmd; in wdt_ping() local173 ebc_cmd = kmalloc(MAX_CMDLEN, GFP_KERNEL); in wdt_ping()[all …]