Lines Matching refs:command
52 * send the 4.3.5.10 dot command (driver VPD) to the service processor
56 struct command *command;
62 command = ibmasm_new_command(sp, INIT_BUFFER_SIZE);
63 if (command == NULL)
66 header = (struct dot_command_header *)command->buffer;
73 vpd_command = command->buffer + sizeof(struct dot_command_header);
85 ibmasm_exec_command(sp, command);
86 ibmasm_wait_for_response(command, IBMASM_CMD_TIMEOUT_NORMAL);
88 if (command->status != IBMASM_CMD_COMPLETE)
91 command_put(command);
98 unsigned char command[3];
103 * send the 4.3.6 dot command (os state) to the service processor
112 struct command *cmd;
125 os_state_cmd->command[0] = 4;
126 os_state_cmd->command[1] = 3;
127 os_state_cmd->command[2] = 6;