Lines Matching full:command
200 The command-type payload (:c:type:`struct ssh_command <ssh_command>`)
201 consists of an eight-byte command structure, followed by optional and
202 variable length command data. The length of this optional data is derived
204 ``frame.len - sizeof(struct ssh_command)``. The command struct contains the
207 .. flat-table:: SSH Command
241 - Command ID.
243 The command struct and data, in general, does not contain any failure
246 Command-type payloads are used by the host to send commands and requests to
253 (``TC``) and command ID (``CID``). The target category specifies a general
254 category for the command (e.g. system in general, vs. battery and AC, vs.
255 temperature, and so on), while the command ID specifies the command inside
263 response to a request should have the same target category, command ID, and
284 identified by its target category, command ID, and, if applicable, instance
299 target category and command ID alone, the EC may require specific target ID and
300 instance ID values to accept a command. A command that is accepted for
315 commands (ACKed frame but no command response) has been observed. For five
316 simultaneous commands, this reproducibly resulted in one command being
321 pending requests, no dropped commands (i.e. command being dropped but frame
322 carrying command being ACKed) have been observed. In any case, frames (and
338 frame as such, and thus execute the command in this frame each time it has
341 the first one and ignore it, thus executing the contained command only once.