Home
last modified time | relevance | path

Searched refs:special (Results 1 – 20 of 20) sorted by relevance

/xnu-8019.80.24/osfmk/kern/
H A Dhost.h81 ipc_port_t XNU_PTRAUTH_SIGNED_PTR("host.special") special[HOST_MAX_SPECIAL_PORT + 1];
H A Dhost.c1222 old_port = host_priv->special[id]; in kernel_set_special_port()
1223 host_priv->special[id] = port; in kernel_set_special_port()
1249 *portp = host_priv->special[id]; in kernel_get_special_port()
1349 port = realhost.special[id]; in host_get_special_port()
/xnu-8019.80.24/osfmk/mach/
H A Dhost_priv.defs213 * Get a given special port for a given node.
230 * Set a given special port for the local node.
344 * it is a special purpose port intended for kernel clients. User
H A Dthread_act.defs227 * Returns the current value of the selected special port
243 * Set one of the special ports associated with the
H A Dtask.defs188 * Returns the current value of the selected special port
204 * Set one of the special ports associated with the
H A Dvm_map.defs314 * Set/Get special properties of memory associated
H A Dmach_vm.defs371 * Set/Get special properties of memory associated
H A Dmach_port.defs652 * for special reply ports.
/xnu-8019.80.24/makedefs/
H A DMakeInc.dir9 # building the special "do_installhdrs_md" target at the current
H A DMakeInc.top121 # "default" parameter is a special case. It means use the default value for
660 # These special configs only install the kernel files
/xnu-8019.80.24/libkdd/
H A DREADME.md43 Some range of types is reserved for special types like ints, longs etc. A cool new functionality ma…
/xnu-8019.80.24/tests/
H A Dstackshot_tests.m1587 /* create the send-once right (special reply port) and message to send to the server */
1594 /* send the message with the special reply port */
1665 * (part 1): tests the scenario where a client sends a request that includes a special reply port
1667 * into its address space as a result. for this case the special reply port is enqueued
1669 * (part 2): tests the scenario where a client sends a request that includes a special reply port
1671 * reply to the client. for this case the special reply port is copied out and the kernel
1676 T_DECL(special_reply_port, "test that tasks using special reply ports have correct waitinfo")
2767 T_QUIET; T_ASSERT_TRUE(found_srp_waitinfo, "found special reply port waitinfo");
/xnu-8019.80.24/iokit/Kernel/
H A DIONVRAM.cpp1602 bool special = false; in handleSpecialVariables() local
1609 special = true; in handleSpecialVariables()
1612 special = true; in handleSpecialVariables()
1627 return special; in handleSpecialVariables()
/xnu-8019.80.24/libkern/zlib/
H A DREADME20 of the special makefiles such as Makefile.msc. For VMS, use make_vms.com.
/xnu-8019.80.24/bsd/skywalk/channel/
H A Dchannel.c1764 ch_close_common(struct kern_channel *ch, boolean_t locked, boolean_t special) in ch_close_common() argument
1766 #pragma unused(special) in ch_close_common()
1819 if (special) { in ch_close_common()
/xnu-8019.80.24/doc/
H A Dallocators.md278 It is worth noting that unless the zone is exhaustible or "special" (which is
423 - `KHEAP_DATA_BUFFERS` which is a special heap, which allocates out of the "User
H A Dsched_clutch_edge.md53 The `FIXPRI` bucket is special cased since it contains extremely latency sensitive threads. Since t…
253 …art of the regular hierarchy of the clutch root but are also linked in a special "foreign" priorit…
/xnu-8019.80.24/
H A DREADME.md361 b. Some headers are special and require their own module. In that case,
/xnu-8019.80.24/config/
H A DMASTER51 # bsmall = special extra small scale system configuration
/xnu-8019.80.24/tools/lldbmacros/
H A DREADME.md213 You do not need to do anything special to use summaries. Once they are registered with lldb they sh…