Home
last modified time | relevance | path

Searched refs:msg_flags (Results 1 – 3 of 3) sorted by relevance

/system/core/trusty/storage/lib/
Dstorage.c49 uint32_t msg_flags = 0; in _to_msg_flags() local
52 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() argument
228 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() local
251 msg_flags = _to_msg_flags(opflags); in storage_write()
253 rc = _write_req(fh, off, ptr, chunk, msg_flags); in storage_write()
/system/libbase/
Dcmsg.cpp52 .msg_flags = 0, in SendFileDescriptorVector()
95 .msg_flags = 0, in ReceiveFileDescriptorVector()
110 if ((msg.msg_flags & MSG_TRUNC)) { in ReceiveFileDescriptorVector()
113 } else if ((msg.msg_flags & MSG_CTRUNC)) { in ReceiveFileDescriptorVector()
/system/core/libnetutils/
Dpacket.c147 msghdr.msg_flags = 0; in send_packet()