HomeSort by relevance Sort by last modified time
    Searched full:this_floppy (Results 1 - 2 of 2) sorted by null

  /external/e2fsprogs/lib/blkid/
getsize.c 128 struct floppy_struct this_floppy; local
130 if (ioctl(fd, FDGETPRM, &this_floppy) >= 0)
131 return (blkid_loff_t)this_floppy.size << 9;
  /external/e2fsprogs/lib/ext2fs/
getsize.c 193 struct floppy_struct this_floppy;
195 if (ioctl(fd, FDGETPRM, &this_floppy) >= 0) {
196 *retblocks = this_floppy.size / (blocksize / 512);

Completed in 58 milliseconds