Home
last modified time | relevance | path

Searched refs:HFS_GET_BOOT_INFO (Results 1 – 3 of 3) sorted by relevance

/xnu-11215.81.4/bsd/kern/ !
H A Dkern_descrip.c2274 #ifndef HFS_GET_BOOT_INFO
2275 #define HFS_GET_BOOT_INFO (FCNTL_FS_SPECIFIC_BASE + 0x00004) macro
5221 case HFS_GET_BOOT_INFO: in sys_fcntl_nocancel()
/xnu-11215.81.4/bsd/vfs/ !
H A Dvfs_attrlist.c1327 #define HFS_GET_BOOT_INFO (FCNTL_FS_SPECIFIC_BASE + 0x00004) in getvolattrlist() macro
1328 error = VNOP_IOCTL(vp, HFS_GET_BOOT_INFO, (caddr_t)&f, 0, ctx); in getvolattrlist()
H A Dvfs_syscalls.c165 #ifndef HFS_GET_BOOT_INFO
166 #define HFS_GET_BOOT_INFO (FCNTL_FS_SPECIFIC_BASE + 0x00004) macro
13102 case HFS_GET_BOOT_INFO: in fsctl_internal()