| /xnu-12377.41.6/makedefs/ |
| H A D | MakeInc.dir | 8 # For instance, a makefile need only define the special variable SETUP_SUBDIRS 14 # There are a number of other such special variables including (but not limited 16 # some of these special variables, there are are also architecture-specific
|
| H A D | MakeInc.top | 118 # "default" parameter is a special case. It means use the default value for 661 # These special configs only install the kernel files
|
| /xnu-12377.41.6/doc/mach_ipc/ |
| H A D | port_types.md | 23 - No special security restrictions on this port 28 don't pass any special flags. 33 - No special security restrictions on this port 163 - This has the mechanics of a normal `IOT_PORT` in that it has no special 167 - None, this requires special entitlements in platform restrictions binaries.
|
| /xnu-12377.41.6/osfmk/kern/ |
| H A D | host.h | 81 ipc_port_t XNU_PTRAUTH_SIGNED_PTR("host.special") special[HOST_MAX_SPECIAL_PORT + 1];
|
| H A D | host.c | 1276 old_port = host_priv->special[id]; in kernel_set_special_port() 1277 host_priv->special[id] = port; in kernel_set_special_port() 1299 *portp = host_priv->special[id]; in kernel_get_special_port() 1403 port = realhost.special[id]; in host_get_special_port()
|
| /xnu-12377.41.6/osfmk/mach/ |
| H A D | host_priv.defs | 206 * Get a given special port for a given node. 223 * Set a given special port for the local node. 337 * it is a special purpose port intended for kernel clients. User
|
| H A D | thread_act.defs | 227 * Returns the current value of the selected special port 243 * Set one of the special ports associated with the
|
| H A D | task.defs | 207 * Returns the current value of the selected special port 223 * Set one of the special ports associated with the
|
| H A D | vm_map.defs | 318 * Set/Get special properties of memory associated
|
| H A D | mach_vm.defs | 371 * Set/Get special properties of memory associated
|
| H A D | mach_port.defs | 634 * for special reply ports.
|
| /xnu-12377.41.6/doc/debugging/ |
| H A D | macro_testing.md | 67 It does not perform any extra logic to handle special types like `union`.
|
| H A D | extensible_paniclog.md | 195 …nts to insert the data into the extensible panic log. We treat this as a special case and put this…
|
| H A D | debugging.md | 108 * **lossless conversion** - maps invalid characters to special unicode range so it can reconstruct
|
| /xnu-12377.41.6/libkdd/ |
| H A D | README.md | 43 Some range of types is reserved for special types like ints, longs etc. A cool new functionality ma…
|
| /xnu-12377.41.6/doc/allocators/ |
| H A D | xnu-kernel-restricted.md | 25 These boundaries are special, because they often comprise APIs to map or share memory between the k… 38 …nel-private memory: `XNU_KERNEL_RESTRICTED` (X_K_R). This type has three special policies that the…
|
| H A D | read-only.md | 103 Think of this as a special `memcpy` to write into your elements.
|
| /xnu-12377.41.6/iokit/Kernel/ |
| H A D | IONVRAM.cpp | 1807 bool special = false; in handleSpecialVariables() local 1812 special = true; in handleSpecialVariables() 1815 special = true; in handleSpecialVariables() 1830 return special; in handleSpecialVariables()
|
| /xnu-12377.41.6/libkern/zlib/ |
| H A D | README | 20 of the special makefiles such as Makefile.msc. For VMS, use make_vms.com.
|
| /xnu-12377.41.6/tests/ |
| H A D | stackshot_tests.m | 1890 /* create the send-once right (special reply port) and message to send to the server */ 1897 /* send the message with the special reply port */ 1968 * (part 1): tests the scenario where a client sends a request that includes a special reply port 1970 * into its address space as a result. for this case the special reply port is enqueued 1972 * (part 2): tests the scenario where a client sends a request that includes a special reply port 1974 * reply to the client. for this case the special reply port is copied out and the kernel 1979 T_DECL(special_reply_port, "test that tasks using special reply ports have correct waitinfo", T_MET… 3459 "SRP waitinfo should be marked as a special reply"); 3718 T_QUIET; T_ASSERT_TRUE(found_srp_waitinfo, "found special reply port waitinfo");
|
| /xnu-12377.41.6/bsd/skywalk/channel/ |
| H A D | channel.c | 1754 ch_close_common(struct kern_channel *ch, boolean_t locked, boolean_t special) in ch_close_common() argument 1756 #pragma unused(special) in ch_close_common() 1810 if (special) { in ch_close_common()
|
| /xnu-12377.41.6/doc/vm/ |
| H A D | memorystatus.md | 116 … comes from the device tree `kern.secluded_mem_mb`. Secluded memory is a special pool of memory th…
|
| /xnu-12377.41.6/doc/scheduler/ |
| H A D | sched_clutch_edge.md | 55 The `FIXPRI` bucket is special cased since it contains extremely latency sensitive threads. Since t… 252 …art of the regular hierarchy of the clutch root but are also linked in a special "foreign" priorit…
|
| /xnu-12377.41.6/config/ |
| H A D | MASTER | 51 # bsmall = special extra small scale system configuration
|
| /xnu-12377.41.6/doc/arm/ |
| H A D | sme.md | 68 `PSTATE.SM` moves the CPU in and out of a special execution mode called
|