Searched refs:size_send (Results 1 – 1 of 1) sorted by relevance
283 int size_send = sizeof(cmd); in btsock_thread_post_cmd() local285 size_send = sizeof(cmd) + size; in btsock_thread_post_cmd()286 cmd_send = (sock_cmd_t*)alloca(size_send); in btsock_thread_post_cmd()292 size_send); in btsock_thread_post_cmd()298 OSI_NO_INTR(ret = send(ts[h].cmd_fdw, cmd_send, size_send, 0)); in btsock_thread_post_cmd()300 return ret == size_send; in btsock_thread_post_cmd()