Searched refs:interfaces (Results 1 – 21 of 21) sorted by relevance
| /xnu-8796.141.3/osfmk/vm/ |
| H A D | lz4.h | 71 #pragma mark - Buffer interfaces 76 #pragma mark - Buffer interfaces (LZ4 RAW)
|
| H A D | vm_kern.h | 1002 #pragma mark - kernel variants of the Mach VM interfaces 1165 #pragma mark - unsorted interfaces
|
| /xnu-8796.141.3/osfmk/mach/ |
| H A D | processor_set.defs | 83 * OBSOLETE interfaces, removed from kernel 124 * OBSOLETE interfaces, removed from kernel
|
| H A D | clock_priv.defs | 48 * Obsolete interfaces, removed from kernel.
|
| H A D | thread_act.defs | 98 * we want the interfaces to be able to be defined in more standard 195 * described by MiG interfaces are not meta-instructions 210 * described by MiG interfaces are not meta-instructions
|
| H A D | mach_vm.defs | 579 * These interfaces just aren't supported in the new (wide) model: 583 * no user-level replacement for these MACH_DEBUG interfaces 593 * The following legacy interfaces are provides as macro wrappers to the new 594 * interfaces. You should strive to use the new ones instead:
|
| H A D | task.defs | 95 * OBSOLETE interfaces, removed from kernel 301 * OBSOLETE interfaces, removed from kernel 350 * OBSOLETE interfaces, removed from kernel.
|
| H A D | host_security.defs | 78 * Obsolete interfaces, removed from kernel.
|
| H A D | mach_host.defs | 195 * OBSOLETE interfaces, removed from kernel
|
| H A D | host_priv.defs | 183 * Obsolete interfaces, removed from kernel
|
| /xnu-8796.141.3/doc/ |
| H A D | atomics.md | 16 All the interfaces discussed in this document are available through 120 `<os/atomic_private.h>` are the preferred interfaces. 139 atomic interfaces, but this header is considered obsolete 143 High level overview of `os_atomic_*` interfaces 348 `os_atomic_inject_dependency` interfaces. 396 There are 4 interfaces involved with hardware dependencies:
|
| H A D | recount.md | 14 These interfaces report counter data to user space and are backed by Recount.
|
| /xnu-8796.141.3/osfmk/kern/ |
| H A D | restartable.c | 335 #pragma mark extern interfaces 532 #pragma mark MiG interfaces
|
| H A D | zalloc.h | 1077 #pragma mark - XNU only interfaces
|
| /xnu-8796.141.3/doc/allocators/ |
| H A D | api-basics.md | 8 `kmem_alloc` and similar interfaces); 22 - `<kern/zalloc_internal.h>` for interfaces that need to be exported 64 interfaces with a size smaller than `KALLOC_SAFE_ALLOC_SIZE`, 100 Note that at this time, those interfaces aren't exported to third parties, 232 (resp. <tt>IOMallocType(type_t)</tt>). Mix-and-matching interfaces
|
| /xnu-8796.141.3/libsyscall/mach/ |
| H A D | vm_map.defs | 31 * really just a second instance of the "wide" Mach VM interfaces.
|
| /xnu-8796.141.3/bsd/net/ |
| H A D | kpi_interface.h | 2988 extern errno_t ifnet_list_get(ifnet_family_t family, ifnet_t **interfaces, 3008 extern errno_t ifnet_list_get_all(ifnet_family_t family, ifnet_t **interfaces, 3022 extern void ifnet_list_free(ifnet_t *interfaces)
|
| H A D | kpi_interface.c | 2599 ifnet_list_free(ifnet_t *interfaces) in ifnet_list_free() argument 2603 if (interfaces == NULL) { in ifnet_list_free() 2607 for (i = 0; interfaces[i]; i++) { in ifnet_list_free() 2608 ifnet_release(interfaces[i]); in ifnet_list_free() 2611 kfree_type(ifnet_t, i + 1, interfaces); in ifnet_list_free()
|
| /xnu-8796.141.3/bsd/sys/ |
| H A D | kdebug_private.h | 442 #pragma mark - Obsolete interfaces
|
| /xnu-8796.141.3/osfmk/device/ |
| H A D | device.defs | 62 * block and character device interfaces to the kernel.
|
| /xnu-8796.141.3/ |
| H A D | README.md | 21 * `security` - Mandatory Access Check policy interfaces and related implementation.
|