Home
last modified time | relevance | path

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

/xnu-10063.141.1/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-10063.141.1/doc/observability/
H A Drecount.md9 ARM64 devices with a fast timebase read and Intel devices can track time spent in the kernel (syste…
10 64-bit, non-virtualized (e.g. _not_ running under a hypervisor) devices also accumulate instruction…
12 ARM64 devices can also track task and thread energy in nanojoules,
/xnu-10063.141.1/bsd/sys/
H A Dfsevents.h147 dev_t *devices; member
/xnu-10063.141.1/doc/lifecycle/
H A Dhibernation.md18 devices) where operations may be conducted from a single-threaded
27 devices and preserving the state of those devices in memory. This feature is
45 * PMRootDomain calls `IOHibernateSystemSleep()` before system sleep (devices
232 other threads can run or any devices are turned on. This split of wired vs.
/xnu-10063.141.1/osfmk/arm64/corecrypto/
H A Dsha256_compress_arm64.s7 # devices and computers you own or control, for the sole purpose of verifying the
/xnu-10063.141.1/doc/building/
H A Dxnu_build_consolidation.md3 Making xnu build more efficently when targetting several devices at once.
18 …h this effort could be extended to KEXTs, and hence lead to shared KernelCaches across devices, the
/xnu-10063.141.1/doc/vm/
H A Dmemorystatus_kills.md41 …ers when available\_pages < 5%. One exception is on devices with >= 4GB of memory. For those devic…
H A Dfreezer.md15 …up()` processes. This is generally 1 process except for app swap enabled devices (M1 and later iPa…
/xnu-10063.141.1/bsd/vfs/
H A Dvfs_fsevents.c2197 user32_addr_t devices; member
2201 user64_addr_t devices; member
2252 devfilt_args->devices = CAST_USER_ADDR_T(devfilt_args32->devices); in fseventsf_ioctl()
2293 ret = copyin((user_addr_t)devfilt_args->devices, in fseventsf_ioctl()
/xnu-10063.141.1/tests/
H A Dstackshot_accuracy.m288 T_LOG("Cannot change freezeability as freezing is only available on embedded devices");
/xnu-10063.141.1/osfmk/device/
H A Ddevice.defs61 * Mach device support. Mach devices are accessed through
/xnu-10063.141.1/config/
H A DMASTER518 # monotonic devices
/xnu-10063.141.1/iokit/DriverKit/
H A DIOService.iig80 * Drivers and devices are represented as subclasses of IOService.