Home
last modified time | relevance | path

Searched defs:handshake (Results 1 – 4 of 4) sorted by relevance

/openbmc/phosphor-net-ipmid/command/
H A Dpayload_cmds.hpp50 uint8_t handshake:1; //!< SOL startup handshake. member
64 uint8_t handshake:1; //!< SOL startup handshake. member
/openbmc/u-boot/drivers/usb/host/
H A Dxhci.c141 static int handshake(uint32_t volatile *ptr, uint32_t mask, in handshake() function
H A Dehci-hcd.c162 static int handshake(uint32_t *ptr, uint32_t mask, uint32_t done, int usec) in handshake() function
/openbmc/qemu/tests/unit/
H A Dtest-char.c836 const char handshake[] = "GET / HTTP/1.1\r\n" in char_websock_test() local