Searched refs:DKIOCGETBLOCKCOUNT (Results 1 - 7 of 7) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Ddisk.h47 * DKIOCGETBLOCKCOUNT get media's block count
112 #define DKIOCGETBLOCKCOUNT _IOR('d', 25, uint64_t) macro
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_symfile.c249 error = do_ioctl(p1, p2, DKIOCGETBLOCKCOUNT, (caddr_t) &size);
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/
H A Dmemdev.c404 case DKIOCGETBLOCKCOUNT:
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/vn/
H A Dvn.c916 case DKIOCGETBLOCKCOUNT:
991 case DKIOCGETBLOCKCOUNT:
/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/
H A Dhfs_vfsops.c998 if (VNOP_IOCTL(devvp, DKIOCGETBLOCKCOUNT, (caddr_t)&log_blkcnt, 0, context)) {
1032 if (VNOP_IOCTL(devvp, DKIOCGETBLOCKCOUNT, (caddr_t)&log_blkcnt, 0, context)) {
1151 if (VNOP_IOCTL(devvp, DKIOCGETBLOCKCOUNT, (caddr_t)&log_blkcnt, 0, context)) {
1204 if (VNOP_IOCTL(devvp, DKIOCGETBLOCKCOUNT,
1350 if (VNOP_IOCTL(devvp, DKIOCGETBLOCKCOUNT, (caddr_t)&log_blkcnt, 0, context)) {
3334 if (VNOP_IOCTL(devvp, DKIOCGETBLOCKCOUNT, (caddr_t)&sectorcnt, 0, context)) {
/macosx-10.5.8/xnu-1228.15.4/bsd/miscfs/specfs/
H A Dspec_vnops.c281 if (!VNOP_IOCTL(vp, DKIOCGETBLOCKCOUNT, (caddr_t)&blkcnt, 0, ap->a_context)) {
/macosx-10.5.8/xnu-1228.15.4/tools/tests/xnu_quick_test/
H A Dtests.c3009 my_err = ioctl( my_fd, DKIOCGETBLOCKCOUNT, &my_block_count );
3011 printf( "ioctl DKIOCGETBLOCKCOUNT failed with error %d - \"%s\" \n", errno, strerror( errno) );

Completed in 92 milliseconds