Home
last modified time | relevance | path

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

/xnu-10002.41.9/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-10002.41.9/doc/
H A Drecount.md5 ARM64 devices with a fast timebase read and Intel devices can track time spent in the kernel (syste…
6 64-bit, non-virtualized (e.g. _not_ running under a hypervisor) devices also accumulate instruction…
8 ARM64 devices can also track task and thread energy in nanojoules.
H A Dxnu_build_consolidation.md16 …h this effort could be extended to KEXTs, and hence lead to shared KernelCaches across devices, the
/xnu-10002.41.9/bsd/sys/
H A Dfsevents.h136 dev_t *devices; member
/xnu-10002.41.9/doc/memorystatus/
H A Dkill.md47 …ers when available\_pages < 5%. One exception is on devices with >= 4GB of memory. For those devic…
H A Dfreezer.md19 …up()` processes. This is generally 1 process except for app swap enabled devices (M1 and later iPa…
/xnu-10002.41.9/bsd/vfs/
H A Dvfs_fsevents.c2072 user32_addr_t devices; member
2076 user64_addr_t devices; member
2127 devfilt_args->devices = CAST_USER_ADDR_T(devfilt_args32->devices); in fseventsf_ioctl()
2168 ret = copyin((user_addr_t)devfilt_args->devices, in fseventsf_ioctl()
/xnu-10002.41.9/tests/
H A Dstackshot_accuracy.m288 T_LOG("Cannot change freezeability as freezing is only available on embedded devices");
/xnu-10002.41.9/osfmk/device/
H A Ddevice.defs61 * Mach device support. Mach devices are accessed through
/xnu-10002.41.9/iokit/DriverKit/
H A DIOService.iig80 * Drivers and devices are represented as subclasses of IOService.