Searched refs:DKIOCGETBLOCKSIZE (Results 1 - 11 of 11) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Ddisk.h46 * DKIOCGETBLOCKSIZE get media's block size
111 #define DKIOCGETBLOCKSIZE _IOR('d', 24, uint32_t) macro
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_symfile.c180 error = do_ioctl(p1, p2, DKIOCGETBLOCKSIZE, (caddr_t) &blksize);
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/
H A Dmemdev.c383 case DKIOCGETBLOCKSIZE:
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/vn/
H A Dvn.c908 case DKIOCGETBLOCKSIZE:
960 case DKIOCGETBLOCKSIZE:
/macosx-10.5.8/xnu-1228.15.4/bsd/miscfs/specfs/
H A Dspec_vnops.c276 if (!VNOP_IOCTL(vp, DKIOCGETBLOCKSIZE, (caddr_t)&blksize, 0, ap->a_context)) {
/macosx-10.5.8/xnu-1228.15.4/bsd/isofs/cd9660/
H A Dcd9660_vfsops.c376 if ((error = VNOP_IOCTL(devvp, DKIOCGETBLOCKSIZE,
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_journal.c1525 if (VNOP_IOCTL(jvp, DKIOCGETBLOCKSIZE, (caddr_t)&phys_blksz, 0, &context)) {
1624 if (VNOP_IOCTL(jvp, DKIOCGETBLOCKSIZE, (caddr_t)&phys_blksz, 0, &context)) {
1834 if (VNOP_IOCTL(jvp, DKIOCGETBLOCKSIZE, (caddr_t)&phys_blksz, 0, &context)) {
H A Dvfs_subr.c2716 if ((error = VNOP_IOCTL(devvp, DKIOCGETBLOCKSIZE,
/macosx-10.5.8/xnu-1228.15.4/bsd/ufs/ffs/
H A Dffs_vfsops.c497 if (VNOP_IOCTL(devvp, DKIOCGETBLOCKSIZE, (caddr_t)&size, 0, context)) {
/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/
H A Dhfs_vfsops.c972 if (VNOP_IOCTL(devvp, DKIOCGETBLOCKSIZE, (caddr_t)&log_blksize, 0, context)) {
3328 if (VNOP_IOCTL(devvp, DKIOCGETBLOCKSIZE, (caddr_t)&sectorsize, 0, context)) {
/macosx-10.5.8/xnu-1228.15.4/tools/tests/xnu_quick_test/
H A Dtests.c3016 my_err = ioctl( my_fd, DKIOCGETBLOCKSIZE, &my_blksize );
3018 printf( "ioctl DKIOCGETBLOCKSIZE failed with error %d - \"%s\" \n", errno, strerror( errno) );

Completed in 132 milliseconds