Searched refs:DKIOCGETFEATURES (Results 1 - 4 of 4) sorted by relevance

/xnu-2782.1.97/bsd/sys/
H A Ddisk.h73 * DKIOCGETFEATURES get device's feature set
164 #define DKIOCGETFEATURES _IOR('d', 76, uint32_t) macro
/xnu-2782.1.97/bsd/hfs/
H A Dhfs_vfsops.c1408 if (VNOP_IOCTL(devvp, DKIOCGETFEATURES, (caddr_t)&device_features, 0, context) == 0) {
/xnu-2782.1.97/bsd/vfs/
H A Dvfs_journal.c1566 if (VNOP_IOCTL(devvp, DKIOCGETFEATURES, (caddr_t)&features, 0, context) == 0) {
H A Dvfs_subr.c3127 if ((error = VNOP_IOCTL(devvp, DKIOCGETFEATURES,

Completed in 61 milliseconds