Home | History | Annotate | Download | only in extlinux

Lines Matching defs:sects

100     uint32_t sects;
107 if (!ioctl(devfd, BLKGETSIZE, &sects))
108 return (uint64_t) sects << 9;