Lines Matching defs:apm_cmd
201 ret = smi_data_buf_realloc(sizeof(struct apm_cmd));
363 struct apm_cmd *apm_cmd;
370 apm_cmd = (struct apm_cmd *)smi_data_buf;
371 apm_cmd->status = ESM_STATUS_CMD_UNSUCCESSFUL;
432 while (apm_cmd->status == ESM_STATUS_CMD_UNSUCCESSFUL) {
459 struct apm_cmd *apm_cmd;
473 if (smi_data_buf_size < sizeof(struct apm_cmd)) {
479 apm_cmd = (struct apm_cmd *)smi_data_buf;
483 apm_cmd->command = ESM_APM_POWER_CYCLE;
484 apm_cmd->reserved = 0;
485 *((s16 *)&apm_cmd->parameters.shortreq.parm[0]) = (s16) 0;
488 apm_cmd->command = ESM_APM_POWER_CYCLE;
489 apm_cmd->reserved = 0;
490 *((s16 *)&apm_cmd->parameters.shortreq.parm[0]) = (s16) 20;