Home
last modified time | relevance | path

Searched refs:devices (Results 1 – 7 of 7) sorted by relevance

/xnu-8020.140.41/bsd/miscfs/devfs/
H A DREADME10 as the only devices that register themselves are the floppy,
37 Internal kernel routines can open devices in this plane
48 Front nodes that refer to devices, use the same "devnode" struct that is used
67 (I hope) devices that go direct from the backing node to the driver
80 devices from the chroot tree.
/xnu-8020.140.41/bsd/sys/
H A Dfsevents.h126 dev_t *devices; member
/xnu-8020.140.41/bsd/vfs/
H A Dvfs_fsevents.c1848 user32_addr_t devices; member
1852 user64_addr_t devices; member
1903 devfilt_args->devices = CAST_USER_ADDR_T(devfilt_args32->devices); in fseventsf_ioctl()
1944 ret = copyin((user_addr_t)devfilt_args->devices, in fseventsf_ioctl()
/xnu-8020.140.41/doc/
H A Dxnu_build_consolidation.md16 …h this effort could be extended to KEXTs, and hence lead to shared KernelCaches across devices, the
/xnu-8020.140.41/tests/
H A Dstackshot_accuracy.m288 T_LOG("Cannot change freezeability as freezing is only available on embedded devices");
/xnu-8020.140.41/osfmk/device/
H A Ddevice.defs61 * Mach device support. Mach devices are accessed through
/xnu-8020.140.41/iokit/DriverKit/
H A DIOService.iig80 * Drivers and devices are represented as subclasses of IOService.