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

/darwin-on-arm/xnu/bsd/sys/
H A Ddisk.h47 * DKIOCGETBLOCKCOUNT get media's block count
126 #define DKIOCGETBLOCKCOUNT _IOR('d', 25, uint64_t) macro
/darwin-on-arm/xnu/bsd/dev/
H A Dmemdev.c407 case DKIOCGETBLOCKCOUNT:
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_symfile.c299 error = do_ioctl(p1, p2, DKIOCGETBLOCKCOUNT, (caddr_t) &fileblk);
/darwin-on-arm/xnu/bsd/dev/vn/
H A Dvn.c921 case DKIOCGETBLOCKCOUNT:
996 case DKIOCGETBLOCKCOUNT:
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_vfsops.c1373 if (VNOP_IOCTL(devvp, DKIOCGETBLOCKCOUNT, (caddr_t)&log_blkcnt, 0, context)) {
1377 printf("hfs_mountfs: DKIOCGETBLOCKCOUNT failed\n");
1421 if (VNOP_IOCTL(devvp, DKIOCGETBLOCKCOUNT, (caddr_t)&log_blkcnt, 0, context)) {
1423 printf("hfs_mountfs: DKIOCGETBLOCKCOUNT (2) failed\n");
1599 if (VNOP_IOCTL(devvp, DKIOCGETBLOCKCOUNT, (caddr_t)&log_blkcnt, 0, context)) {
1662 if (VNOP_IOCTL(devvp, DKIOCGETBLOCKCOUNT,
1665 printf("hfs_mountfs: DKIOCGETBLOCKCOUNT (3) failed\n");
1852 if (VNOP_IOCTL(devvp, DKIOCGETBLOCKCOUNT, (caddr_t)&log_blkcnt, 0, context)) {
1854 printf("hfs_mountfs: DKIOCGETBLOCKCOUNT (4) failed \n");
4023 if (VNOP_IOCTL(devvp, DKIOCGETBLOCKCOUNT, (caddr_
[all...]
/darwin-on-arm/xnu/bsd/miscfs/specfs/
H A Dspec_vnops.c366 if (!VNOP_IOCTL(vp, DKIOCGETBLOCKCOUNT, (caddr_t)&blkcnt, 0, ap->a_context)) {
/darwin-on-arm/xnu/tools/tests/xnu_quick_test/
H A Dtests.c3044 my_err = ioctl( my_fd, DKIOCGETBLOCKCOUNT, &my_block_count );
3046 printf( "ioctl DKIOCGETBLOCKCOUNT failed with error %d - \"%s\" \n", errno, strerror( errno) );

Completed in 63 milliseconds