Home
last modified time | relevance | path

Searched defs:do_send (Results 1 – 9 of 9) sorted by relevance

/external/openssh/
Dnchan.c442 chan_is_dead(Channel *c, int do_send) in chan_is_dead()
/external/strace/tests-m32/
Dmq_sendrecv.c131 do_send(int fd, char *msg, unsigned int msg_size, struct timespec *tmout, in do_send() function
/external/strace/tests-mx32/
Dmq_sendrecv.c131 do_send(int fd, char *msg, unsigned int msg_size, struct timespec *tmout, in do_send() function
/external/tensorflow/tensorflow/core/common_runtime/
Dring_alg.h77 bool do_send = false; // is the value sent in this pass? member
/external/strace/tests/
Dmq_sendrecv.c131 do_send(int fd, char *msg, unsigned int msg_size, struct timespec *tmout, in do_send() function
/external/linux-kselftest/tools/testing/selftests/net/
Dpsock_snd.c184 static void do_send(int fd, char *buf, int len) in do_send() function
/external/linux-kselftest/tools/testing/selftests/networking/timestamping/
Drxtimestamp.c156 void do_send(int src) in do_send() function
/external/u-boot/drivers/input/
Dinput.c510 int num_keycodes, bool do_send) in _input_send_keycodes()
/external/python/cpython3/Lib/test/
Dtest_exceptions.py842 def do_send(g): function