Searched refs:spec_blktooff (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/miscfs/specfs/
H A Dspecdev.h134 int spec_blktooff (struct vnop_blktooff_args *);
H A Dspec_vnops.c147 { &vnop_blktooff_desc, (VOPFUNC)spec_blktooff }, /* blktooff */
1913 spec_blktooff(struct vnop_blktooff_args *ap) function
1923 printf("spec_blktooff: not implemented for VBLK\n");
1928 panic("spec_blktooff type");
/darwin-on-arm/xnu/bsd/miscfs/devfs/
H A Ddevfs_vnops.c1614 { &vnop_blktooff_desc, (VOPFUNC)spec_blktooff }, /* blktooff */

Completed in 24 milliseconds