Searched defs:msgs (Results 1 – 12 of 12) sorted by relevance
/openbmc/phosphor-networkd/test/ |
H A D | mock_syscall.cpp | 89 ssize_t sendmsg_link_dump(std::queue<std::string>& msgs, std::string_view in) in sendmsg_link_dump() 143 ssize_t sendmsg_ack(std::queue<std::string>& msgs, std::string_view in) in sendmsg_ack() 237 auto& msgs = it->second; in sendmsg() local 275 auto& msgs = it->second; in recvmsg() local
|
/openbmc/phosphor-networkd/src/ |
H A D | netlink.cpp | 26 void processMsg(std::string_view& msgs, bool& done, ReceiveCallback cb) in processMsg() 168 std::string_view msgs(buf.data(), recvd); in receive() local
|
/openbmc/openbmc/poky/bitbake/lib/hashserv/ |
H A D | client.py | 41 async def send(self, socket, msgs): argument 63 async def process(self, socket, msgs): argument 101 async def send_stream_batch(self, mode, msgs): argument
|
/openbmc/phosphor-user-manager/ |
H A D | totp.hpp | 81 inline int pamFunctionConversation(int numMsg, const struct pam_message** msgs, in pamFunctionConversation()
|
/openbmc/bmcweb/include/ |
H A D | pam_authenticate.hpp | 83 inline int pamFunctionConversation(int numMsg, const struct pam_message** msgs, in pamFunctionConversation()
|
/openbmc/qemu/util/ |
H A D | userfaultfd.c | 344 int uffd_read_events(int uffd_fd, struct uffd_msg *msgs, int count) in uffd_read_events()
|
/openbmc/qemu/pc-bios/s390-ccw/ |
H A D | virtio-scsi.c | 29 static inline bool vs_assert(bool term, const char **msgs) in vs_assert()
|
/openbmc/dbus-sensors/src/smbpbi/ |
H A D | SmbpbiSensor.cpp | 233 std::array<struct i2c_msg, 2> msgs = { in i2cReadDataBytes() local
|
/openbmc/phosphor-logging/test/openpower-pels/ |
H A D | pel_test.cpp | 1106 std::vector<std::string> msgs{"test1 test2", "test3 test4", "test5 test6"}; in TEST_F() local 1163 std::vector<std::string> msgs{"test1 test2", "test3 test4", in TEST_F() local
|
/openbmc/u-boot/include/ |
H A D | i2c.h | 129 struct i2c_msg *msgs; member
|
/openbmc/u-boot/drivers/i2c/ |
H A D | kona_i2c.c | 485 struct kona_i2c_msg msgs[], int num) in bcm_kona_i2c_xfer()
|
/openbmc/entity-manager/src/fru_device/ |
H A D | fru_device.cpp | 202 std::array<struct i2c_msg, smbusWriteThenReadMsgCount> msgs{}; in i2cSmbusWriteThenRead() local [all...] |