Home
last modified time | relevance | path

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

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