/openbmc/qemu/util/ |
H A D | qemu-coroutine-io.c | 33 size_t offset, size_t bytes, bool do_send) in qemu_co_sendv_recvv() argument 39 offset + done, bytes - done, do_send); in qemu_co_sendv_recvv() 50 } else if (ret == 0 && !do_send) { in qemu_co_sendv_recvv() 62 qemu_co_send_recv(int sockfd, void *buf, size_t bytes, bool do_send) in qemu_co_send_recv() argument 65 return qemu_co_sendv_recvv(sockfd, &iov, 1, 0, bytes, do_send); in qemu_co_send_recv()
|
H A D | iov.c | 97 bool do_send) in do_send_recv() argument 106 ret = do_send in do_send_recv() 118 ssize_t r = do_send in do_send_recv() 148 bool do_send) in iov_send_recv() argument 151 do_send); in iov_send_recv() 157 size_t bytes, bool do_send) in iov_send_recv_with_flags() argument 206 ret = do_send_recv(sockfd, sockflags, iov, niov, do_send); in iov_send_recv_with_flags() 210 ret = do_send_recv(sockfd, sockflags, iov, niov, do_send); in iov_send_recv_with_flags() 226 if (ret == 0 && !do_send) { in iov_send_recv_with_flags()
|
/openbmc/linux/tools/testing/selftests/net/ |
H A D | ipv6_flowlabel.c | 53 static void do_send(int fd, bool with_flowlabel, uint32_t flowlabel) in do_send() function 248 do_send(fdt, false, 0); in main() 252 do_send(fdt, false, 0); in main() 265 do_send(fdt, true, cfg_label); in main()
|
H A D | psock_snd.c | 184 static void do_send(int fd, char *buf, int len) in do_send() function 243 do_send(fd, tbuf, len); in do_tx()
|
H A D | rxtimestamp.c | 162 void do_send(int src) in do_send() function 336 do_send(src); in run_test_case()
|
/openbmc/qemu/include/qemu/ |
H A D | coroutine.h | 295 size_t bytes, bool do_send); 305 bool do_send);
|
H A D | iov.h | 103 bool do_send); 124 size_t offset, size_t bytes, bool do_send);
|
/openbmc/linux/drivers/usb/serial/ |
H A D | sierra.c | 294 int do_send = 0; in sierra_send_setup() local 312 do_send = 1; in sierra_send_setup() 325 do_send = 1; in sierra_send_setup() 327 if (!do_send) in sierra_send_setup()
|
/openbmc/u-boot/drivers/input/ |
H A D | input.c | 510 int num_keycodes, bool do_send) in _input_send_keycodes() argument 535 if (do_send) { in _input_send_keycodes()
|
/openbmc/linux/fs/dlm/ |
H A D | rcom.c | 268 goto do_send; in receive_rcom_status() 277 goto do_send; in receive_rcom_status() 283 do_send: in receive_rcom_status()
|
/openbmc/linux/drivers/isdn/mISDN/ |
H A D | tei.c | 329 do_send(struct manager *mgr) in do_send() function 381 do_send(mgr); in mgr_send_down() 400 do_send(mgr); in dl_unit_data() 1120 do_send(mgr); in mgr_send()
|
/openbmc/linux/include/rdma/ |
H A D | rdma_vt.h | 230 void (*do_send)(struct rvt_qp *qp); member
|
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/ |
H A D | 0001-Fixes-for-yocto-build.patch | 35 @@ -469,7 +469,7 @@ static bool do_send(int s, const std::string& spec, std::vector<char>& buffer) {
|
/openbmc/linux/drivers/infiniband/sw/rdmavt/ |
H A D | vt.c | 459 !rdi->driver_f.do_send || in check_support()
|
H A D | qp.c | 2187 rdi->driver_f.do_send(qp); in rvt_post_send()
|
/openbmc/linux/drivers/infiniband/hw/qib/ |
H A D | qib_verbs.c | 1568 dd->verbs_dev.rdi.driver_f.do_send = qib_do_send; in qib_register_ib_device()
|
/openbmc/linux/drivers/infiniband/hw/hfi1/ |
H A D | verbs.c | 1826 dd->verbs_dev.rdi.driver_f.do_send = hfi1_do_send_from_rvt; in hfi1_register_ib_device()
|