Searched refs:strict (Results 1 – 12 of 12) sorted by relevance
| /xnu-11417.140.69/libsyscall/mach/ |
| H A D | mach_port.c | 698 boolean_t strict) in mach_port_guard() argument 702 rv = _kernelrpc_mach_port_guard_trap(task, name, (uint64_t) guard, strict); in mach_port_guard() 705 rv = _kernelrpc_mach_port_guard(task, name, (uint64_t) guard, strict); in mach_port_guard()
|
| /xnu-11417.140.69/san/tools/ |
| H A D | kstksz | 6 local strict = require 'strict'
|
| /xnu-11417.140.69/osfmk/mach/ |
| H A D | mach_traps.h | 274 boolean_t strict 840 PAD_ARG_(boolean_t, strict);
|
| H A D | mach_port.defs | 607 strict : boolean_t); 661 * only if it is not a strict guard.
|
| /xnu-11417.140.69/osfmk/ipc/ |
| H A D | mach_port.c | 2337 int strict = (flags & MPG_STRICT)? 1 : 0; in mach_port_guard_locked() local 2342 port->ip_strict_guard = strict; in mach_port_guard_locked() 2716 boolean_t strict) in mach_port_guard() argument 2741 if (strict) { in mach_port_guard()
|
| H A D | mach_kernelrpc.c | 385 args->name, args->guard, args->strict); in _kernelrpc_mach_port_guard_trap()
|
| /xnu-11417.140.69/makedefs/ |
| H A D | MakeInc.def | 189 -Wno-cast-function-type-strict \ 190 -Wno-incompatible-function-pointer-types-strict 201 -Wno-error=incompatible-function-pointer-types-strict \ 202 -Wno-cast-function-type-strict 378 $(LARGE_MEMORY_DEFINE) -momit-leaf-frame-pointer -fno-strict-aliasing -D__API__=v4 -mkernel \
|
| /xnu-11417.140.69/doc/mach_ipc/ |
| H A D | guard_exceptions.md | 156 `mach_port_swap_guard()` is used against a Mach Port using a strict guard (a
|
| /xnu-11417.140.69/doc/arm/ |
| H A D | sme.md | 156 module (`locore.s`) where we have strict control over code generation, and can
|
| /xnu-11417.140.69/ |
| H A D | APPLE_LICENSE | 239 than as expressly permitted by and in strict compliance at all times
|
| /xnu-11417.140.69/bsd/netkey/ |
| H A D | key.c | 893 bool strict = true; in key_alloc_outbound_sav_for_interface() local 911 if (strict && in key_alloc_outbound_sav_for_interface() 953 if (strict) { in key_alloc_outbound_sav_for_interface() 955 strict = false; in key_alloc_outbound_sav_for_interface()
|
| /xnu-11417.140.69/doc/scheduler/ |
| H A D | sched_clutch_edge.md | 61 * Deadline based scheduling allows the scheduler to define strict bounds on worst case execution la…
|