Searched defs:BLKGETSIZE (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/lib/
H A Ddevice.c72 # ifndef BLKGETSIZE
73 # define BLKGETSIZE _IO(0x12,96) /* return device size */ macro
74 # endif /* ! BLKGETSIZE */
164 if (ioctl (fd, BLKGETSIZE, &nr))

Completed in 45 milliseconds