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

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Ddisk.h69 * DKIOCGETPHYSICALBLOCKSIZE get device's block size
134 #define DKIOCGETPHYSICALBLOCKSIZE _IOR('d', 77, uint32_t) macro
/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/
H A Dhfs_vfsops.c977 retval = VNOP_IOCTL(devvp, DKIOCGETPHYSICALBLOCKSIZE, (caddr_t)&phys_blksize, 0, context);
3341 error = VNOP_IOCTL(devvp, DKIOCGETPHYSICALBLOCKSIZE, (caddr_t)&phys_sectorsize, 0, context);

Completed in 32 milliseconds