Lines Matching full:command
7 Execute the requested command by the caller. This command will be
8 processed in first in first out order. See the Command enum
11 - name: command
12 type: enum[self.Command]
13 description: Requested command to execute against the host
20 Signal indicating that a Command has completed
22 - name: command
23 type: enum[self.Command]
24 description: Executed command
27 description: Result of the command execution
30 - name: Command
32 The command to execute against the host
37 power off to the BMC when complete. This command will return
38 once the command has been sent to the host.
44 command will return once the command has been sent to the host.
45 The response to the attention and the reading of the command
50 The result of the command execution
53 description: Command execution was a success
55 description: Command execution was a failure