Searched refs:mapped_ (Results 1 - 2 of 2) sorted by relevance

/fuchsia/zircon/system/utest/ethernet/
H A Dethernet.cpp168 if (mapped_ > 0) {
169 zx::vmar::root_self()->unmap(mapped_, vmo_size_);
209 &mapped_);
249 entry->e.cookie = reinterpret_cast<uint8_t*>(mapped_) + entry->e.offset;
314 return reinterpret_cast<uint8_t*>(mapped_) + offset;
340 uintptr_t mapped_ = 0; member in class:__anon1336::EthernetClient
/fuchsia/zircon/system/host/zbi/
H A Dzbi.cpp602 mapped_(const_cast<void*>(static_cast<const void*>(bootfs_payload +
612 mapped_(const_cast<char*>(buffer)), mapped_size_(strlen(buffer) + 1),
621 std::swap(mapped_, other.mapped_);
629 if (owned_ && mapped_) {
630 munmap(mapped_, mapped_size_);
661 result.mapped_ = map;
671 return Iovec(static_cast<const std::byte*>(mapped_) + offset, length);
678 return Iovec(static_cast<const std::byte*>(mapped_) + offset, length);
682 void* mapped_ member in class:__anon583::FileContents
[all...]

Completed in 29 milliseconds