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

/xnu-2422.115.4/bsd/sys/
H A Ddisk.h51 * DKIOCGETBLOCKCOUNT get media's block count
130 #define DKIOCGETBLOCKCOUNT _IOR('d', 25, uint64_t) macro
/xnu-2422.115.4/bsd/dev/
H A Dmemdev.c409 case DKIOCGETBLOCKCOUNT:
/xnu-2422.115.4/bsd/kern/
H A Dkern_symfile.c326 error = do_ioctl(p1, p2, DKIOCGETBLOCKCOUNT, (caddr_t) &fileblk);
/xnu-2422.115.4/bsd/dev/vn/
H A Dvn.c921 case DKIOCGETBLOCKCOUNT:
996 case DKIOCGETBLOCKCOUNT:
/xnu-2422.115.4/bsd/hfs/
H A Dhfs_vfsops.c1307 if (VNOP_IOCTL(devvp, DKIOCGETBLOCKCOUNT, (caddr_t)&log_blkcnt, 0, context)) {
1311 printf("hfs_mountfs: DKIOCGETBLOCKCOUNT failed\n");
1356 if (VNOP_IOCTL(devvp, DKIOCGETBLOCKCOUNT, (caddr_t)&log_blkcnt, 0, context)) {
1358 printf("hfs_mountfs: DKIOCGETBLOCKCOUNT (2) failed\n");
1537 if (VNOP_IOCTL(devvp, DKIOCGETBLOCKCOUNT, (caddr_t)&log_blkcnt, 0, context)) {
1601 if (VNOP_IOCTL(devvp, DKIOCGETBLOCKCOUNT,
1604 printf("hfs_mountfs: DKIOCGETBLOCKCOUNT (3) failed\n");
1792 if (VNOP_IOCTL(devvp, DKIOCGETBLOCKCOUNT, (caddr_t)&log_blkcnt, 0, context)) {
1794 printf("hfs_mountfs: DKIOCGETBLOCKCOUNT (4) failed \n");
4086 if (VNOP_IOCTL(devvp, DKIOCGETBLOCKCOUNT, (caddr_
[all...]
/xnu-2422.115.4/bsd/miscfs/specfs/
H A Dspec_vnops.c403 if (!VNOP_IOCTL(vp, DKIOCGETBLOCKCOUNT, (caddr_t)&blkcnt, 0, ap->a_context)) {
/xnu-2422.115.4/tools/tests/xnu_quick_test/
H A Dtests.c3064 my_err = ioctl( my_fd, DKIOCGETBLOCKCOUNT, &my_block_count );
3066 printf( "ioctl DKIOCGETBLOCKCOUNT failed with error %d - \"%s\" \n", errno, strerror( errno) );

Completed in 53 milliseconds