Home
last modified time | relevance | path

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

/openbmc/ipmitool/lib/
H A Dipmi_sunoem.c964 #define SUNOEM_CLI_HEADER 8 /* command + spare + handle */ macro
965 #define SUNOEM_CLI_BUF_SIZE (80 - SUNOEM_CLI_HEADER) /* Total 80 bytes */
966 #define SUNOEM_CLI_MSG_SIZE(msg) (SUNOEM_CLI_HEADER + strlen((msg).buf) + 1)
1089 req.msg.data_len = SUNOEM_CLI_HEADER + 1; in ipmi_sunoem_cli()
1254 req.msg.data_len = SUNOEM_CLI_HEADER + count; in ipmi_sunoem_cli()