Home
last modified time | relevance | path

Searched refs:SUNOEM_CLI_BUF_SIZE (Results 1 – 1 of 1) sorted by relevance

/openbmc/ipmitool/lib/
H A Dipmi_sunoem.c965 #define SUNOEM_CLI_BUF_SIZE (80 - SUNOEM_CLI_HEADER) /* Total 80 bytes */ macro
994 char buf[SUNOEM_CLI_BUF_SIZE];
1224 s[i] != '\0' && count < (SUNOEM_CLI_BUF_SIZE - 2); in ipmi_sunoem_cli()