| /openbmc/openbmc-test-automation/security/ |
| H A D | test_bmc_network_security.robot | 32 Send ICMP Timestamp Request 33 [Documentation] Send ICMP packet type 13 and check BMC drops such packets 36 # Send ICMP packet type 13 to BMC and check packet loss. 37 ${packet_loss}= Send Network Packets And Get Packet Loss 42 Send ICMP Netmask Request 43 [Documentation] Send ICMP packet type 17 and check BMC drops such packets 46 # Send ICMP packet type 17 to BMC and check packet loss. 47 ${packet_loss}= Send Network Packets And Get Packet Loss 52 Send Continuous ICMP Echo Request To BMC And Verify No Packet Loss 53 [Documentation] Send ICMP packet type 8 continuously and check no packets are dropped from BMC [all …]
|
| /openbmc/u-boot/drivers/net/fsl-mc/ |
| H A D | dpni.c | 45 /* send command to mc*/ in dpni_open() 67 /* send command to mc*/ in dpni_close() 86 /* send command to mc*/ in dpni_create() 112 /* send command to mc*/ in dpni_destroy() 129 /* send command to mc*/ in dpni_set_pools() 144 /* send command to mc*/ in dpni_enable() 159 /* send command to mc*/ in dpni_disable() 174 /* send command to mc*/ in dpni_reset() 190 /* send command to mc*/ in dpni_get_attributes() 214 /* send command to mc*/ in dpni_set_errors_behavior() [all …]
|
| H A D | dprc.c | 25 /* send command to mc*/ in dprc_get_container_id() 49 /* send command to mc*/ in dprc_open() 70 /* send command to mc*/ in dprc_close() 91 /* send command to mc*/ in dprc_create_container() 116 /* send command to mc*/ in dprc_destroy_container() 133 /* send command to mc*/ in dprc_reset_container() 150 /* send command to mc*/ in dprc_get_attributes() 174 /* send command to mc*/ in dprc_get_obj_count() 200 /* send command to mc*/ in dprc_get_obj() 228 /* send command to mc*/ in dprc_get_res_count() [all …]
|
| H A D | dpmac.c | 28 /* send command to mc*/ in dpmac_open() 49 /* send command to mc*/ in dpmac_close() 68 /* send command to mc*/ in dpmac_create() 94 /* send command to mc*/ in dpmac_destroy() 111 /* send command to mc*/ in dpmac_get_attributes() 136 /* send command to mc*/ in dpmac_mdio_read() 160 /* send command to mc*/ in dpmac_mdio_write() 177 /* send command to mc*/ in dpmac_get_link_cfg() 200 /* send command to mc*/ in dpmac_set_link_state() 219 /* send command to mc*/ in dpmac_get_counter() [all …]
|
| H A D | dpbp.c | 26 /* send command to mc*/ in dpbp_open() 47 /* send command to mc*/ in dpbp_close() 67 /* send command to mc*/ in dpbp_create() 93 /* send command to mc*/ in dpbp_destroy() 107 /* send command to mc*/ in dpbp_enable() 122 /* send command to mc*/ in dpbp_disable() 137 /* send command to mc*/ in dpbp_reset() 154 /* send command to mc*/ in dpbp_get_attributes() 177 /* send command to mc */ in dpbp_get_api_version()
|
| /openbmc/openbmc/poky/scripts/ |
| H A D | send-pull-request | 9 # This script is intended to be used to send a patch series prepared by the 28 -a Send the cover letter to every recipient listed in Cc and 140 # Convert the collected addresses into git-send-email argument strings 147 # Handoff to git-send-email. It will perform the send confirmation. 149 # create-pull-request, so we must not allow git-send-email to 153 # Send the cover letter to every recipient, both specified as well as 157 …eval "git send-email $GIT_TO $GIT_CC $GIT_EXTRA_CC --confirm=always --no-thread --suppress-cc=all … 159 echo "ERROR: failed to send cover-letter with automatic recipients." 165 # Send the patch to the specified recipients and, if -c was specified, those git 167 eval "git send-email $GIT_TO $GIT_EXTRA_CC --confirm=always --no-thread $GITSOBCC $PATCHES" [all …]
|
| H A D | b4-wrapper-poky.py | 10 # - through b4.send-auto-cc-cmd with "send-auto-cc-cmd" as first argument, 11 # - through b4.send-auto-to-cmd with "send-auto-to-cmd" as first argument, 24 # When send-auto-cc-cmd is passed: 28 # When send-auto-to-cmd is passed: 91 if cmd == "send-auto-cc-cmd": 141 if len(files_left) and cmd != "send-auto-cc-cmd": 171 else: # send-auto-cc-cmd / send-auto-to-cmd
|
| /openbmc/openbmc-test-automation/redfish/service_root/ |
| H A D | test_sessions_connection.robot | 23 [Documentation] Send heartbeat on session continuously and verify connection stability. 30 Repeat Keyword ${DURATION} Send Heartbeat 45 Send Heartbeat 46 [Documentation] Send heartbeat to BMC. 53 [Documentation] Send heartbeat on BMC reboot. 59 Repeat Keyword ${REBOOT_INTERVAL} Send Heartbeat
|
| /openbmc/u-boot/drivers/net/fsl-mc/dpio/ |
| H A D | dpio.c | 25 /* send command to mc*/ in dpio_open() 47 /* send command to mc*/ in dpio_close() 66 /* send command to mc*/ in dpio_create() 92 /* send command to mc*/ in dpio_destroy() 107 /* send command to mc*/ in dpio_enable() 122 /* send command to mc*/ in dpio_disable() 137 /* send command to mc*/ in dpio_reset() 154 /* send command to mc*/ in dpio_get_attributes() 177 /* send command to mc */ in dpio_get_api_version()
|
| /openbmc/openbmc-test-automation/openpower/ext_interfaces/ |
| H A D | test_vmicert_management.robot | 41 # Send CSR request from operator user. 44 # Send CSR request from ReadOnly user. 47 # Send CSR request from NoAccess user. 70 Send CSR Request When VMI Is Off And Verify 71 [Documentation] Send CSR signing request to VMI when it is off and expect an error. 81 # Send CSR request from operator user. 84 # Send CSR request from ReadOnly user. 87 # Send CSR request from NoAccess user. 92 [Documentation] Send corrupted CSR for signing and expect an error. 99 # Send CSR request from operator user. [all …]
|
| /openbmc/openbmc/poky/ |
| H A D | .b4-config | 3 send-auto-cc-cmd = ./scripts/b4-wrapper-poky.py send-auto-cc-cmd 4 send-auto-to-cmd = ./scripts/b4-wrapper-poky.py send-auto-to-cmd
|
| /openbmc/openpower-occ-control/ |
| H A D | occ_pass_through.cpp | 40 std::vector<int32_t> PassThrough::send(std::vector<int32_t> command) in send() function in open_power::occ::PassThrough 53 rsp = send(cmdInBytes); in send() 62 std::vector<uint8_t> PassThrough::send(std::vector<uint8_t> command) in send() function in open_power::occ::PassThrough 69 "PassThrough::send() - OCC{INST} not active, command not sent", in send() 93 "PassThrough::send() Sending {CMD} command to OCC{INST} (data len={LEN}, data={DATA})", in send() 99 lg2::info("PassThrough::send() Sending {CMD} command to OCC{INST}", in send() 102 CmdStatus status = occCmd.send(command, response); in send() 107 lg2::debug("PassThrough::send() response had {LEN} bytes", "LEN", in send() 112 lg2::error("PassThrough::send() Invalid OCC response"); in send() 119 "PassThrough::send(): OCC command failed with status {STATUS}", in send()
|
| /openbmc/phosphor-ipmi-flash/ |
| H A D | flags.hpp | 15 ipmi = (1 << 8), /* Expect to send contents over IPMI BlockTransfer. */ 16 p2a = (1 << 9), /* Expect to send contents over P2A bridge. */ 17 lpc = (1 << 10), /* Expect to send contents over LPC bridge. */ 19 net = (1 << 11), /* Expect to send contents over network bridge. */
|
| /openbmc/qemu/ |
| H A D | .b4-config | 2 # Common b4 settings that can be used to send patches to QEMU upstream. 7 send-series-to = qemu-devel@nongnu.org 8 send-auto-to-cmd = echo 9 send-auto-cc-cmd = scripts/get_maintainer.pl --noroles --norolestats --nogit --nogit-fallback
|
| /openbmc/phosphor-rest-server/module/obmc/wsgi/examples/websockets/ |
| H A D | client_simple.html | 16 // Set 'withCredentials' to be able to send back login session cookie. 19 xhr.send(JSON.stringify({data: ["<username>", "<password>"]})); 24 // Send in array of d-bus paths and interfaces of interest over the 37 // Send the JSON dictionary 38 ws.send(data); 54 xhr.send();
|
| /openbmc/pldm/requester/test/ |
| H A D | request_test.cpp | 54 EXPECT_CALL(request, send()) 66 // send() is called a total of 3 times, the original plus two retries 67 EXPECT_CALL(request, send()).Times(3).WillRepeatedly(Return(PLDM_SUCCESS)); 78 // send() will be called a total of 10 times, the original plus 9 retries. 79 // In a ideal scenario send() would have been called 10 times in 1 sec (when 84 EXPECT_CALL(request, send()) 102 EXPECT_CALL(request, send()).Times(Exactly(1)).WillOnce(Return(PLDM_ERROR));
|
| /openbmc/u-boot/arch/x86/include/asm/acpi/ |
| H A D | debug.asl | 48 /* OUTX - Send a single raw character */ 55 /* OUTC - Send a single character, expanding LF into CR/LF */ 64 /* DBGN - Send a single hex nibble */ 76 /* DBGB - Send a hex byte */ 84 /* DBGW - Send a hex word */ 92 /* DBGD - Send a hex dword */ 107 /* DBGO - Send either a string or an integer */
|
| /openbmc/u-boot/include/ |
| H A D | tpm-common.h | 133 * send() - send data to the TPM 136 * @sendbuf: Buffer of the data to send 137 * @send_size: Size of the data to send 141 int (*send)(struct udevice *dev, const u8 *sendbuf, size_t send_size); member 168 * xfer() - send data to the TPM and get response 171 * to send(), recv() and cleanup(). It should handle all aspects of 175 * @sendbuf: Buffer of the data to send 176 * @send_size: Size of the data to send 258 * tpm_xfer() - send data to the TPM and get response 260 * This first uses the device's send() method to send the bytes. Then it calls [all …]
|
| /openbmc/pldm/requester/ |
| H A D | request.hpp | 61 auto rc = send(); in start() 107 virtual int send() const = 0; 114 send(); in callback() 125 * The concrete implementation of RequestIntf. This class implements the send() 126 * to send the PLDM request message over MCTP socket. 146 * @param[in] currrentSendbuffSize - the current send buffer size 172 int send() const in send() function in pldm::requester::Request 189 error("Invalid transport: Unable to send PLDM request"); in send() 198 "Failed to send pldmTransport message, response code '{RC}' and error - {ERROR}", in send()
|
| /openbmc/boost-dbus/include/dbus/ |
| H A D | connection.hpp | 86 /// Send a message. 88 * @param m The message to send. 95 message send(message& m) { in send() function in dbus::connection 96 return this->get_service().send(this->get_implementation(), m); in send() 99 /// Send a message. 101 * @param m The message to send. 112 message send(message& m, const Duration& t) { in send() function in dbus::connection 113 return this->get_service().send(this->get_implementation(), m, t); in send() 120 return this->get_service().send(this->get_implementation(), m, in method_call() 124 /// Send a message asynchronously. [all …]
|
| /openbmc/openbmc/poky/bitbake/ |
| H A D | .b4-config | 2 send-series-to = bitbake-devel@lists.openembedded.org 3 send-auto-cc-cmd = ./contrib/b4-wrapper-bitbake.py send-auto-cc-cmd
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/rsyslog/librelp/ |
| H A D | 0001-tests-Fix-callback-prototype.patch | 18 tests/send.c | 2 +- 34 diff --git a/tests/send.c b/tests/send.c 36 --- a/tests/send.c 37 +++ b/tests/send.c
|
| /openbmc/u-boot/arch/arm/mach-bcm283x/ |
| H A D | mbox.c | 13 int bcm2835_mbox_call_raw(u32 chan, u32 send, u32 *recv) in bcm2835_mbox_call_raw() argument 22 if (send & BCM2835_CHAN_MASK) { in bcm2835_mbox_call_raw() 23 printf("mbox: Illegal mbox data 0x%08x\n", send); in bcm2835_mbox_call_raw() 40 /* Wait for space to send */ in bcm2835_mbox_call_raw() 47 printf("mbox: Timeout waiting for send space\n"); in bcm2835_mbox_call_raw() 52 /* Send the request */ in bcm2835_mbox_call_raw() 54 val = BCM2835_MBOX_PACK(chan, send); in bcm2835_mbox_call_raw()
|
| /openbmc/openbmc/poky/documentation/contributor-guide/ |
| H A D | submit-changes.rst | 224 - ``CC:`` Name and email of people you want to send a copy 225 of your changes to. This field will be used by ``git send-email``. 270 the series of patches you are about to send. 365 Using Git to Send Patches 368 To submit patches through email, it is very important that you send them 374 Using the ``git send-email`` command is the only error-proof way of sending 383 Setting up Git to Send Email 386 The ``git send-email`` command can send email by using a local or remote 390 Here are the settings for letting ``git send-email`` send e-mail through your 413 You should send patches to the appropriate mailing list so that they can be [all …]
|
| /openbmc/openbmc/poky/bitbake/contrib/ |
| H A D | b4-wrapper-bitbake.py | 8 # - through b4.send-auto-cc-cmd with "send-auto-cc-cmd" as first argument, 10 # When send-auto-cc-cmd is passed: 20 if cmd != "send-auto-cc-cmd":
|