Searched refs:ebc_cmd (Results 1 – 1 of 1) sorted by relevance
115 char *ebc_cmd; in wdt_start() local126 ebc_cmd = kmalloc(MAX_CMDLEN, GFP_KERNEL); in wdt_start()127 if (!ebc_cmd) { 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()137 ret = __diag288_vm(func, dev->timeout, ebc_cmd, len); in wdt_start()139 kfree(ebc_cmd); in wdt_start()167 char *ebc_cmd; in wdt_ping() local175 ebc_cmd = kmalloc(MAX_CMDLEN, GFP_KERNEL); in wdt_ping()[all …]