OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:this_floppy
(Results
1 - 2
of
2
) sorted by null
/external/e2fsprogs/lib/blkid/
getsize.c
85
struct floppy_struct
this_floppy
;
local
132
if (ioctl(fd, FDGETPRM, &
this_floppy
) >= 0)
133
return (blkid_loff_t)
this_floppy
.size << 9;
/external/e2fsprogs/lib/ext2fs/
getsize.c
153
struct floppy_struct
this_floppy
;
199
if (ioctl(fd, FDGETPRM, &
this_floppy
) >= 0) {
200
*retblocks =
this_floppy
.size / (blocksize / 512);
Completed in 285 milliseconds