Searched refs:write_buf (Results 1 – 4 of 4) sorted by relevance
/trusty/user/app/avb/ |
D | avb_manager.cpp | 95 uint64_t write_buf[kRollbackSlotMax] = {0}; in ReadRollbackIndex() local 96 rc = storage_->write(0, write_buf, sizeof(write_buf)); in ReadRollbackIndex() 147 uint64_t write_buf[kRollbackSlotMax] = {0}; in WriteRollbackIndex() local 148 write_buf[slot] = request_value; in WriteRollbackIndex() 149 rc = storage_->write(0, write_buf, sizeof(write_buf)); in WriteRollbackIndex()
|
/trusty/user/app/storage/ |
D | rpmb.h | 61 void* write_buf,
|
D | tipc_ns.c | 70 void* write_buf, in rpmb_send() argument 112 {.iov_base = write_buf, .iov_len = write_size}, in rpmb_send()
|
/trusty/user/app/storage/test/storage_host_test/ |
D | storageproxy_shim.c | 158 void* write_buf, in rpmb_send() argument 172 memcpy(&rpmb_state.cmd[cmd_index], write_buf, write_buf_size); in rpmb_send()
|