Home
last modified time | relevance | path

Searched defs:msg_flags (Results 1 – 2 of 2) sorted by relevance

/trusty/user/base/lib/storage/
Dstorage.c56 uint32_t msg_flags = 0; in _to_msg_flags() local
528 uint32_t msg_flags) { in _write_req()
555 uint32_t msg_flags = _to_msg_flags(opflags & ~STORAGE_OP_COMPLETE); in storage_write() local
/trusty/user/app/storage/
Dclient_tipc.c69 static struct storage_op_flags extract_storage_op_flags(uint32_t msg_flags) { in extract_storage_op_flags()