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

/u-boot/tools/
H A Dmkimage.c553 #if defined(__linux__) && defined(_IOR) && !defined(BLKGETSIZE64)
554 #define BLKGETSIZE64 _IOR(0x12,114,size_t) /* return device size in bytes (u64 *arg) */ macro
556 if (ioctl(ifd, BLKGETSIZE64, &size) < 0) {
/u-boot/tools/env/
H A Dfw_env.c1679 rc = ioctl(fd, BLKGETSIZE64, &size);

Completed in 52 milliseconds