Searched refs:msg_flags (Results 1 – 4 of 4) sorted by relevance
49 uint32_t msg_flags = 0; in _to_msg_flags() local52 msg_flags |= STORAGE_MSG_FLAG_TRANSACT_COMPLETE; in _to_msg_flags()54 return msg_flags; in _to_msg_flags()226 const void *buf, size_t size, uint32_t msg_flags) in _write_req() argument228 struct storage_msg msg = { .cmd = STORAGE_FILE_WRITE, .flags = msg_flags, }; in _write_req()245 uint32_t msg_flags = _to_msg_flags(opflags & ~STORAGE_OP_COMPLETE); in storage_write() local251 msg_flags = _to_msg_flags(opflags); in storage_write()253 rc = _write_req(fh, off, ptr, chunk, msg_flags); in storage_write()
56 .msg_flags = 0, in recv_fd()74 if ((msg.msg_flags & MSG_TRUNC) != 0) { in recv_fd()77 } else if ((msg.msg_flags & MSG_CTRUNC) != 0) { in recv_fd()
150 msghdr.msg_flags = 0; in send_packet()
285 msg.msg_flags = 0; in jdwp_process_event()