/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/openbmc-test-automation/redfish/service_root/ |
H A D | test_sessions_connection.robot | 24 [Documentation] Send heartbeat on session continuously and verify connection stability. 31 Repeat Keyword ${duration} Send Heartbeat 47 Send Heartbeat 48 [Documentation] Send heartbeat to BMC. 55 [Documentation] Send heartbeat on BMC reboot. 61 Repeat Keyword ${reboot_interval} Send Heartbeat
|
/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/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/linux/rust/kernel/sync/ |
H A D | locked_by.rs | 81 unsafe impl<T: ?Sized + Send, U: ?Sized> Send for LockedBy<T, U> {} 89 unsafe impl<T: ?Sized + Send, U: ?Sized> Sync for LockedBy<T, U> {}
|
H A D | lock.rs | 94 unsafe impl<T: ?Sized + Send, B: Backend> Send for Lock<T, B> {} 98 unsafe impl<T: ?Sized + Send, B: Backend> Sync for Lock<T, B> {}
|
H A D | arc.rs | 154 unsafe impl<T: ?Sized + Sync + Send> Send for Arc<T> {} 161 unsafe impl<T: ?Sized + Sync + Send> Sync for Arc<T> {}
|
/openbmc/docs/designs/ |
H A D | remote-bios-configuration.md | 139 …| |Check factory settings |<---Req-/Res--> | Get the FactoryDefault prop |<-dbus-- | Send Factor… 146 …| | Send the XML Type 0 |<---Req-/Res--->| Convert into D-bus format | … 176 …| |Check factory settings |<---Req-/Res--> | Get the FactoryDefault prop |<-dbus-- | Send Factor… 214 …| |Check factory settings |<---Req-/Res--> | Get the FactoryDefault prop |<--dbus--| Send Factor… 282 …| |Init the BIOS config | | | Send the attributes data in | | … 316 …| | | | | Send the attributes data in | | … 332 | | Send the BIOS capability Support| |--------KCS-------->| |1.Get the complete atttributes dat… 333 | | Send the compressed BIOS file(or)| |-MCTP/KCS/Redfish-->| |2.Validate and convert into … 334 | | Send PLDM data via MCTP (or) | | | | native to D-bus format. … 335 | | Send the Redfish host interface | | | |3.Expose the D-bus interface … [all …]
|
/openbmc/openbmc-test-automation/lib/ |
H A D | bmc_network_security_utils.robot | 9 Send Network Packets And Get Packet Loss 10 [Documentation] Send TCP, UDP or ICMP packets to any network device and return packet loss. 34 Send Network Packets With Flags And Verify Stability 35 [Documentation] Send TCP with flags to the target.
|
/openbmc/linux/rust/kernel/sync/arc/ |
H A D | std_vendor.rs | 11 impl Arc<dyn Any + Send + Sync> { 15 T: Any + Send + Sync, in downcast()
|
/openbmc/openbmc-test-automation/network/ |
H A D | test_network_nping.robot | 25 # Send packets to BMC and check packet loss. 26 ${bmc_packet_loss}= Send Network Packets 40 Send Network Packets 41 [Documentation] Send TCP, UDP or ICMP packets to the target.
|
/openbmc/linux/rust/alloc/ |
H A D | boxed.rs | 1779 impl<A: Allocator> Box<dyn Any + Send, A> { 1832 let (raw, alloc): (*mut (dyn Any + Send), _) = Box::into_raw_with_allocator(self); in downcast_unchecked() 1838 impl<A: Allocator> Box<dyn Any + Send + Sync, A> { 1891 let (raw, alloc): (*mut (dyn Any + Send + Sync), _) = in downcast_unchecked() 2181 impl dyn Error + Send { implementation 2186 pub fn downcast<T: Error + 'static>(self: Box<Self>) -> Result<Box<T>, Box<dyn Error + Send>> { in downcast() argument 2190 Box::from_raw(Box::into_raw(s) as *mut (dyn Error + Send)) in downcast() 2195 impl dyn Error + Send + Sync { 2204 Box::from_raw(Box::into_raw(s) as *mut (dyn Error + Send + Sync)) in downcast() 2244 impl<'a, E: Error + Send + Sync + 'a> From<E> for Box<dyn Error + Send + Sync + 'a> { [all …]
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Smbios/ |
H A D | README.md | 16 - SendDirectoryInformation - Send directory information to SMBIOS directory. 18 - SendDataInformation - Send data information with directory index.
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 249.out | 8 === Send a write command to a drive opened in read-only mode (1) 23 === Send a write command to a drive opened in read-only mode (2) 42 === Send a write command to a drive opened in read-only mode (3)
|
/openbmc/qemu/docs/system/ |
H A D | mux-chardev.rst.inc | 20 Send break (magic sysrq in Linux) 27 Send the escape character to the frontend
|
/openbmc/linux/rust/kernel/ |
H A D | types.rs | 319 unsafe impl<T: AlwaysRefCounted + Sync + Send> Send for ARef<T> {} 326 unsafe impl<T: AlwaysRefCounted + Sync + Send> Sync for ARef<T> {}
|
/openbmc/qemu/nbd/ |
H A D | trace-events | 67 nbd_co_send_simple_reply(uint64_t cookie, uint32_t error, const char *errname, uint64_t len) "Send … 68 nbd_co_send_chunk_done(uint64_t cookie) "Send structured reply done: cookie = %" PRIu64 69 nbd_co_send_chunk_read(uint64_t cookie, uint64_t offset, void *data, uint64_t size) "Send structure… 70 nbd_co_send_chunk_read_hole(uint64_t cookie, uint64_t offset, uint64_t size) "Send structured read … 71 …_t cookie, unsigned int extents, uint32_t id, uint64_t length, int last) "Send block status reply:… 72 nbd_co_send_chunk_error(uint64_t cookie, int err, const char *errname, const char *msg) "Send struc…
|
/openbmc/linux/rust/alloc/vec/ |
H A D | drain.rs | 151 unsafe impl<T: Send, A: Send + Allocator> Send for Drain<'_, T, A> {}
|
H A D | into_iter.rs | 181 unsafe impl<T: Send, A: Allocator + Send> Send for IntoIter<T, A> {}
|
/openbmc/linux/Documentation/networking/device_drivers/ethernet/huawei/ |
H A D | hinic.rst | 82 Queue Pairs(QPs) - The HW Receive and Send queues for Receiving and Transmitting 101 Port Commands - Send commands to the HW device for port management 104 Tx Queues - Logical Tx Queues that use the HW Send Queues for transmit. 105 The Logical Tx queue is not dependent on the format of the HW Send Queue.
|
/openbmc/qemu/docs/specs/ |
H A D | acpi_mem_hotplug.rst | 94 | device_del +---->+ device unplug request +----->+Send SCI to guest,| 125 |Send OST QMP event| |Send device deleted|
|
/openbmc/linux/tools/perf/Documentation/ |
H A D | perf-daemon.txt | 85 Send signal to specific session. 93 Send ping to specific session. 177 Send USR2 signal to session 'cycles' to generate perf.data file: 187 Send USR2 signal to all sessions:
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/rdist/rdist-6.1.5/ |
H A D | rdist-6.1.5-lfs.patch | 10 * Send file info 24 - debugmsg(DM_MISC, "Send file '%s' %d bytes\n", 26 + debugmsg(DM_MISC, "Send file '%s' %lld bytes\n",
|
/openbmc/ipmitool/src/plugins/lanplus/ |
H A D | README.sol | 55 Send user input to the BMC and BMC data to the console. 59 Send (with retries) user data to the BMC 64 Send (with retries) of SOL packet
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-extended/send2trash/ |
H A D | python3-send2trash_1.8.3.bb | 1 SUMMARY = "Send file to trash natively under Mac OS X, Windows and Linux"
|