Home
last modified time | relevance | path

Searched refs:DKIOCGETLOCATION (Results 1 – 2 of 2) sorted by relevance

/xnu-11215/bsd/sys/
H A Ddisk.h209 #define DKIOCGETLOCATION _IOR('d', 33, uint64_t) macro
/xnu-11215/bsd/vfs/
H A Dvfs_subr.c4685 if (VNOP_IOCTL(devvp, DKIOCGETLOCATION, (caddr_t)&location, 0, ctx) == 0) { in vfs_init_io_attributes()