/openbmc/u-boot/drivers/tpm/ |
H A D | tpm2_tis_sandbox.c | 260 const u8 *sent = sendbuf; in sandbox_tpm2_xfer() local 277 tag = get_unaligned_be16(sent); in sandbox_tpm2_xfer() 278 sent += sizeof(tag); in sandbox_tpm2_xfer() 280 length = get_unaligned_be32(sent); in sandbox_tpm2_xfer() 281 sent += sizeof(length); in sandbox_tpm2_xfer() 290 command = get_unaligned_be32(sent); in sandbox_tpm2_xfer() 291 sent += sizeof(command); in sandbox_tpm2_xfer() 298 rc = sandbox_tpm2_check_session(dev, command, tag, &sent, &hierarchy); in sandbox_tpm2_xfer() 306 mode = get_unaligned_be16(sent); in sandbox_tpm2_xfer() 307 sent += sizeof(mode); in sandbox_tpm2_xfer() [all …]
|
/openbmc/openbmc-test-automation/lib/ |
H A D | bmc_network_security_utils.robot | 16 # packet_type The type of packets to be sent ("tcp, "udp", "icmp"). 19 # num Number of packets to be sent. 21 # This keyword expects host, port, type and number of packets to be sent 22 # and rate at which packets to be sent, should be given in command line. 42 # packet_type The type of packets to be sent ("tcp, "udp", "icmp"). 45 # num Number of packets to be sent. 47 # This keyword expects host, port, type and number of packets to be sent 48 # and rate at which packets to be sent, should be given in command line.
|
/openbmc/phosphor-logging/extensions/openpower-pels/ |
H A D | host_notifier.hpp | 24 * Some PELs do not need to be sent - see enqueueRequired() and 38 * After this, a PEL never needs to be sent again, but if the 46 * PELs from being sent, and the first PEL that hits this will have 117 * This means the PEL never needs to be sent up again. 133 * sent up, as explained below. 135 * The PEL with this ID will need to be sent again, so its 137 * of already sent PELs. 155 * The PEL should never be sent up again. 166 * This function puts the PEL on the queue to be sent up if it 179 * sent list. [all …]
|
H A D | host_notifier.cpp | 218 lg2::debug("Host notifier removing deleted log from sent list"); in deleteLogCallback() 341 // Reset the state on any PELs that were sent but not acked back in hostStateChange() 342 // to new so they'll get sent again. in hostStateChange() 376 _repo.setPELHostTransState(id, TransmissionState::sent); in commandResponse() 434 // No longer just 'sent', so remove it from the sent list. in ackPEL() 435 auto sent = std::find(_sentPELs.begin(), _sentPELs.end(), id); in ackPEL() local 436 if (sent != _sentPELs.end()) in ackPEL() 438 _sentPELs.erase(sent); in ackPEL() 468 // This PEL needs to get re-sent in setHostFull() 469 auto sent = std::find(_sentPELs.begin(), _sentPELs.end(), id); in setHostFull() local [all …]
|
/openbmc/openbmc-test-automation/network/ |
H A D | test_network_nping.robot | 45 # ${host}- Target system to which network packets to be sent. 46 # ${packet_type}- type of packets to be sent viz tcp, udp or icmp. 49 # This program expects host, port, type and number of packets to be sent 50 # and rate at which packets to be sent, should be given in command line 67 # SENT (0.0181s) TCP Source IP:37577 > 69 # SENT (0.2189s) TCP Source IP:37577 > 74 # Raw packets sent: 2 (80B) | Rcvd: 1 (46B) | Lost: 1 (50.00%) 81 # ${traffic_details}- Details of the network traffic sent.
|
/openbmc/qemu/include/hw/hyperv/ |
H A D | dynmem-proto.h | 163 * Version negotiation message. Sent from the guest to the host. 181 * if the host has accepted the version sent by the guest. 197 * Message reporting capabilities. This is sent from the guest to the 209 * Response to the capabilities message. This is sent from the host to the 259 * This message is sent from the host to the guest. The guest may not be 273 * Balloon response message; this message is sent from the guest 295 * Un-balloon message; this message is sent from the host 318 * Un-balloon response message; this message is sent from the guest 329 * Hot add request message. Message sent from the host to the guest. 349 * This message is sent by the guest to report the status of a hot add request. [all …]
|
/openbmc/qemu/migration/ |
H A D | migration-stats.h | 59 * Number of bytes sent at migration completion stage while the 64 * Number of bytes sent through multifd channels. 72 * Number of bytes sent during postcopy. 81 * Number of bytes sent during precopy stage. 97 * Number of bytes sent through RDMA. 135 * the migration. It accounts for bytes sent through any migration
|
/openbmc/pldm/oem/ibm/libpldmresponder/ |
H A D | file_io_by_type.hpp | 96 * @param[in] metaDataValue1 - value of meta data sent by host 97 * @param[in] metaDataValue2 - value of meta data sent by host 98 * @param[in] metaDataValue3 - value of meta data sent by host 99 * @param[in] metaDataValue4 - value of meta data sent by host 134 * @param[in] metaDataValue1 - value of meta data sent by host 135 * @param[in] metaDataValue2 - value of meta data sent by host 136 * @param[in] metaDataValue3 - value of meta data sent by host 137 * @param[in] metaDataValue4 - value of meta data sent by host
|
/openbmc/u-boot/drivers/usb/gadget/ |
H A D | aspeed_usbtty.c | 176 remaining_packet = urb->actual_length - endpoint->sent; in udc_endpoint_write() 183 // usbdbg("ep: %d, trans len: %d, ep sent: %d, urb actual len: %d\n", in udc_endpoint_write() 184 // ep_num, length, endpoint->sent, urb->actual_length); in udc_endpoint_write() 187 data += endpoint->sent; in udc_endpoint_write() 266 usbdbg("EP0 OUT packet ACK, sent zero-length packet"); in aspeed_udc_ep0_out() 287 usbdbg("urb->buffer: %p, buffer_length: %d, actual_length: %d, sent:%d", in aspeed_udc_ep0_tx() 289 urb->actual_length, endpoint->sent); in aspeed_udc_ep0_tx() 291 last = min((int)(urb->actual_length - endpoint->sent), in aspeed_udc_ep0_tx() 295 u8 *cp = urb->buffer + endpoint->sent; in aspeed_udc_ep0_tx() 307 usbdbg("ep sent: %d, tx_packetSize: %d, last: %d", in aspeed_udc_ep0_tx() [all …]
|
H A D | pxa27x_udc.c | 47 * The maximum amount of data that can be sent in any one packet is given by 50 * is given by endpoint->sent. 66 n = min_t(unsigned int, urb->actual_length - endpoint->sent, in udc_write_urb() 75 usbdbg("endpoint: sent %d, tx_packetSize %d, last %d", in udc_write_urb() 76 endpoint->sent, endpoint->tx_packetSize, endpoint->last); in udc_write_urb() 83 udc_dump_buffer("urb write", data8 + endpoint->sent, n); in udc_write_urb() 90 writel(data32[endpoint->sent / 4 + i], UDCDN(ep_num)); in udc_write_urb() 93 writeb(data8[endpoint->sent + w * 4 + i], UDCDN(ep_num)); in udc_write_urb() 99 /* Wait for data sent */ in udc_write_urb() 114 endpoint->sent += n; in udc_write_urb() [all …]
|
/openbmc/u-boot/arch/sandbox/include/asm/ |
H A D | eth.h | 19 * Check for an arp request to be sent. If so, inject a reply 32 * Check for a ping request to be sent. If so, inject a reply 66 * pkt - pointer to the "sent" packet 81 * tx_handler - function to generate responses to sent packets
|
/openbmc/qemu/hw/riscv/ |
H A D | trace-events | 9 riscv_iommu_mrif_notification(const char *id, uint32_t nid, uint64_t phys) "%s: sent MRIF notificat… 13 riscv_iommu_notify_int_vector(uint32_t cause, uint32_t vector) "Interrupt cause 0x%x sent via vecto… 18 riscv_iommu_sys_irq_sent(uint32_t vector) "IRQ sent to vector %u" 19 …t32_t vector, uint64_t msi_addr, uint32_t msi_data, uint32_t result) "MSI sent to vector %u msi_ad…
|
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/ |
H A D | EventDestination.v1_15_1.json | 103 …ption": "The backup destination URIs for this event receiver. Events are sent to these URIs, in a… 111 …ation where events are sent if the event receiver specified by `Destination` is unreachable or ret… 167 …sent. If `Protocol` is `SMTP`, the URI shall follow the RFC6068-described format. SNMP URIs shal… 180 … "description": "The content types of the message that are sent to the `EventDestination`.", 187 "description": "The types of events that are sent to the destination.", 191 …ty shall contain an array that contains the types of events that shall be sent to the destination.… 197 … "description": "The list of `MessageId` values that are not sent to this event destination.", 204 …sent to the subscriber. The `MessageId` shall be in the `MessageRegistryPrefix.MessageKey` format… 210 …r the message registries that contain the `MessageId` values that are not sent to this event desti… 217 …thin an event sent to the subscriber. Events with a `MessageId` that is from a message registry c… [all …]
|
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/ |
H A D | EventDestination.v1_15_1.json | 103 …ption": "The backup destination URIs for this event receiver. Events are sent to these URIs, in a… 111 …ation where events are sent if the event receiver specified by `Destination` is unreachable or ret… 167 …sent. If `Protocol` is `SMTP`, the URI shall follow the RFC6068-described format. SNMP URIs shal… 180 … "description": "The content types of the message that are sent to the `EventDestination`.", 187 "description": "The types of events that are sent to the destination.", 191 …ty shall contain an array that contains the types of events that shall be sent to the destination.… 197 … "description": "The list of `MessageId` values that are not sent to this event destination.", 204 …sent to the subscriber. The `MessageId` shall be in the `MessageRegistryPrefix.MessageKey` format… 210 …r the message registries that contain the `MessageId` values that are not sent to this event desti… 217 …thin an event sent to the subscriber. Events with a `MessageId` that is from a message registry c… [all …]
|
H A D | NetworkDeviceFunctionMetrics.v1_2_0.json | 118 …cription": "This property shall contain the total number of PLOGI requests sent by this function.", 187 …scription": "The total number of Congestion Fabric Performance Impact Notifications (FPINs) sent.", 188 …ption": "This property shall contain the total number of Congestion FPINs sent by this Fibre Chann… 197 …description": "The total number of Delivery Fabric Performance Impact Notifications (FPINs) sent.", 198 …ription": "This property shall contain the total number of Delivery FPINs sent by this Fibre Chann… 217 …ption": "The total number of Link Integrity Fabric Performance Impact Notifications (FPINs) sent.", 218 …n": "This property shall contain the total number of Link Integrity FPINs sent by this Fibre Chann… 227 …tion": "The total number of Peer Congestion Fabric Performance Impact Notifications (FPINs) sent.", 228 …": "This property shall contain the total number of Peer Congestion FPINs sent by this Fibre Chann… 398 "description": "The total number of bytes sent on a network function.", [all …]
|
/openbmc/openpower-hw-diags/ |
H A D | listener.cpp | 52 // vector to hold messages sent to listener in threadListener() 67 // have been sent. in threadListener() 138 int count = 0; // number of arguments sent in sendCmdLine() 151 // indicate to listener last cmdline arg was sent in sendCmdLine() 156 count = 0; // assume no arguments sent in sendCmdLine()
|
/openbmc/qemu/python/qemu/qmp/ |
H A D | qmp_client.py | 74 :param sent: The sent RPC message that caused the failure. 78 sent: Message, received: Message): 80 #: The sent `Message` that caused the failure 81 self.sent: Message = sent 127 The Server sent a `Message` indicating parsing failure. 150 :param sent: The message that was sent that prompted the error. 152 def __init__(self, error_message: str, msg: Message, sent: Message): 154 #: The sent `Message` that caused the failure 155 self.sent = sent 374 ("Server sent an error response without an ID, " [all …]
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Logging/Syslog/Destination/Mail/ |
H A D | Create.interface.yaml | 8 for which e-mails would be sent for all syslog messages with matching 18 Specifies the maximum level for the log events to be sent.
|
/openbmc/u-boot/tools/patman/ |
H A D | README | 26 in one of your commits, the series will be sent there. 40 series should be sent, cover letter, version, etc. Most of these are 276 Where Patches Are Sent 280 whole series is sent to the recipients in Series-to: and Series-cc. 301 If you have a cover letter it will get sent to the union of the Patch-cc 302 lists of all of the other patches. If you want to sent it to additional 387 The patches will be created, shown in your editor, and then sent along with 392 Let's say one person sent comments and you get an Acked-by: on one patch. 447 to remember what version you are up to, who you sent the last lot of patches 453 3. If you want to keep the commits from each series you sent so that you can [all …]
|
/openbmc/openbmc-test-automation/redfish/events/ |
H A D | test_bmc_snmp_config.robot | 137 Generate Error On BMC And Verify If Trap Is Sent 138 [Documentation] Generate Error On BMC And Verify If Trap Is Sent. 141 [Template] Create Error On BMC And Verify If Trap Is Sent 149 [Template] Create Error On BMC And Verify If Trap Is Sent 186 Create Error On BMC And Verify If Trap Is Sent 187 [Documentation] Generate error on BMC and verify if trap is sent. 228 ${trap}= Create Error On BMC And Verify If Trap Is Sent
|
/openbmc/qemu/docs/interop/ |
H A D | barrier.rst | 124 (i.e. has sent a barrierCmdCClipboard for and has not received a 136 Grab clipboard. Sent by screen when some other app on that screen 175 Resolution change acknowledgment. Sent by server in response to a 176 client screen's barrierCmdDInfo. This is sent for every 177 barrierCmdDInfo, whether or not the server had sent a barrierCmdQInfo. 187 Keep connection alive. Sent by the server periodically to verify 321 ``seq`` = sequence number. The sequence number is 0 when sent by the
|
/openbmc/phosphor-net-ipmid/ |
H A D | message_handler.hpp | 59 * response is ready. Then on the destructor, the response will be sent. 68 * The SOL payload is flattened and sent out on the socket 119 * The payload in the outgoing message is flattened and sent out on the 130 * which is flattened and sent out on the socket
|
/openbmc/phosphor-host-ipmid/ |
H A D | host-cmd-manager.hpp | 19 * @brief Manages commands that are to be sent to Host 67 * @detail When this happens, a failure message would be sent 88 * before the host powers on from getting sent to the host,
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/ |
H A D | Host.interface.yaml | 38 once the command has been sent to the host. 44 command will return once the command has been sent to the host.
|
/openbmc/u-boot/drivers/mtd/ubi/ |
H A D | crc32defs.h | 19 * Little-endian CRC computation. Used with serial bit streams sent 27 * Big-endian CRC computation. Used with serial bit streams sent
|