Searched refs:device_get_size (Results 1 - 8 of 8) sorted by relevance

/fuchsia/zircon/system/dev/nand/nandpart/
H A Dnandpart.h39 return device_get_size(parent());
/fuchsia/zircon/system/ulib/ddk/include/ddk/
H A Ddevice.h250 zx_off_t device_get_size(zx_device_t* dev);
/fuchsia/zircon/system/core/devmgr/
H A Ddevhost-api.cpp145 __EXPORT zx_off_t device_get_size(zx_device_t* dev) { function
/fuchsia/zircon/system/dev/block/bootpart/
H A Dbootpart.c172 return device_get_size(dev->parent);
/fuchsia/zircon/system/dev/block/block/
H A Dblock.c323 return device_get_size(bdev->parent);
/fuchsia/zircon/system/dev/block/mbr/
H A Dmbr.c176 return device_get_size(dev->parent);
/fuchsia/zircon/system/dev/block/gpt/
H A Dgpt.c195 return device_get_size(dev->parent);
/fuchsia/zircon/system/dev/block/zxcrypt/
H A Ddevice.cpp261 sub_overflow(device_get_size(parent()), reserved, &size)) {
262 zxlogf(ERROR, "device_get_size returned less than what has been reserved\n");

Completed in 38 milliseconds