Home
last modified time | relevance | path

Searched defs:storage_msg (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/trusty/bootloader/interface/include/interface/storage/
Dstorage.h163 struct storage_msg { struct
164 uint32_t cmd;
165 uint32_t op_id;
166 uint32_t flags;
167 uint32_t size;
168 int32_t result;
169 uint32_t __reserved;
170 uint8_t payload[0];
/aosp_15_r20/system/core/trusty/storage/interface/include/trusty/interface/
H A Dstorage.h304 struct storage_msg { struct
305 uint32_t cmd;
306 uint32_t op_id;
307 uint32_t flags;
308 uint32_t size;
309 int32_t result;
310 uint32_t __reserved;
311 uint8_t payload[0];
/aosp_15_r20/trusty/user/base/interface/storage/include/interface/storage/
Dstorage.h457 struct storage_msg { struct
458 uint32_t cmd;
459 uint32_t op_id;
460 uint32_t flags;
461 uint32_t size;
462 int32_t result;
463 uint32_t __reserved;
464 uint8_t payload[0];