Searched refs:get_size (Results 1 - 25 of 40) sorted by relevance

12

/fuchsia/zircon/kernel/object/
H A Dresource_dispatcher.cpp89 rsrc.get_base(), rsrc.get_size());
94 if (Intersects(base, size, rsrc.get_base(), rsrc.get_size())) {
96 base, size, rsrc.get_base(), rsrc.get_size());
277 printf("\t%#.*" PRIxPTR, kNumLen, r.get_base() + r.get_size());
279 format_size(pretty_size, sizeof(pretty_size), r.get_size()));
287 printf("\t%#.*" PRIxPTR, kNumLen, r.get_base() + r.get_size());
289 format_size(pretty_size, sizeof(pretty_size), r.get_size()));
H A Dresource.cpp73 size_t rsize = resource->get_size();
/fuchsia/zircon/system/core/devmgr/
H A Ddevice-internal.h61 return ops->get_size(ctx);
H A Ddevhost-core.cpp116 ops.get_size = default_get_size;
154 ops.get_size = +[](void* ctx) -> zx_off_t {
413 DEFAULT_IF_NULL(ops, get_size);
H A Ddevhost-api.cpp146 return dev->ops->get_size(dev->ctx);
/fuchsia/zircon/system/dev/block/usb-mass-storage/
H A Dblock.c91 .get_size = ums_block_get_size,
/fuchsia/zircon/system/dev/misc/ktrace/
H A Dktrace.c89 .get_size = ktrace_get_size,
/fuchsia/zircon/system/ulib/fzl/
H A Dpinned-vmo.cpp30 res = vmo.get_size(&vmo_size);
H A Dvmo-mapper.cpp76 res = vmo.get_size(&vmo_size);
/fuchsia/zircon/system/ulib/zx/include/lib/zx/
H A Dvmo.h39 zx_status_t get_size(uint64_t* size) const { function in class:zx::vmo
/fuchsia/zircon/system/uapp/minfs/
H A Dmain.cpp101 off_t get_size(int fd) { function in namespace:__anon859
173 off_t size = get_size(fd.get());
/fuchsia/zircon/kernel/object/include/object/
H A Dresource_dispatcher.h76 size_t get_size() const { return size_; } function in class:final
/fuchsia/zircon/system/dev/video/usb-video/
H A Dvideo-buffer.cpp29 zx_status_t status = vmo.get_size(&size);
/fuchsia/zircon/system/uapp/kstress/
H A Dvmstress.cpp71 status = vmo_.get_size(&vmo_size);
/fuchsia/zircon/system/ulib/ddk/include/ddk/
H A Ddevice.h173 //@ ## get_size
174 // If the device is seekable, the get_size hook should return the size of the device.
179 zx_off_t (*get_size)(void* ctx); member in struct:zx_protocol_device
/fuchsia/zircon/system/dev/audio/intel-hda/controller/
H A Dintel-hda-controller.cpp44 .get_size = nullptr,
317 .get_size = nullptr,
/fuchsia/zircon/system/ulib/libzbi/
H A Dzbi-zx.cpp26 auto status = vmo_.get_size(&capacity_);
/fuchsia/zircon/system/ulib/trace-provider/
H A Dhandler_impl.cpp78 zx_status_t status = buffer.get_size(&buffer_num_bytes);
/fuchsia/zircon/system/dev/block/ahci/
H A Dsata.c225 .get_size = sata_getsize,
/fuchsia/zircon/system/dev/block/bootpart/
H A Dbootpart.c178 .get_size = bootpart_get_size,
/fuchsia/zircon/system/dev/block/block/
H A Dblock.c372 .get_size = blkdev_get_size,
/fuchsia/zircon/system/dev/block/mbr/
H A Dmbr.c182 .get_size = mbr_get_size,
/fuchsia/zircon/system/dev/bus/virtio/
H A Dblock.cpp185 device_ops_.get_size = &virtio_block_get_size;
/fuchsia/zircon/system/dev/nand/ram-nand/
H A Dram-nand.cpp124 status = vmo_.get_size(&size);
/fuchsia/zircon/system/ulib/ddktl/include/ddktl/
H A Ddevice.h230 proto->get_size = GetSize;

Completed in 187 milliseconds

12