Home
last modified time | relevance | path

Searched refs:strict (Results 1 – 12 of 12) sorted by relevance

/xnu-11417.140.69/libsyscall/mach/
H A Dmach_port.c698 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 Dkstksz6 local strict = require 'strict'
/xnu-11417.140.69/osfmk/mach/
H A Dmach_traps.h274 boolean_t strict
840 PAD_ARG_(boolean_t, strict);
H A Dmach_port.defs607 strict : boolean_t);
661 * only if it is not a strict guard.
/xnu-11417.140.69/osfmk/ipc/
H A Dmach_port.c2337 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 Dmach_kernelrpc.c385 args->name, args->guard, args->strict); in _kernelrpc_mach_port_guard_trap()
/xnu-11417.140.69/makedefs/
H A DMakeInc.def189 -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 Dguard_exceptions.md156 `mach_port_swap_guard()` is used against a Mach Port using a strict guard (a
/xnu-11417.140.69/doc/arm/
H A Dsme.md156 module (`locore.s`) where we have strict control over code generation, and can
/xnu-11417.140.69/
H A DAPPLE_LICENSE239 than as expressly permitted by and in strict compliance at all times
/xnu-11417.140.69/bsd/netkey/
H A Dkey.c893 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 Dsched_clutch_edge.md61 * Deadline based scheduling allows the scheduler to define strict bounds on worst case execution la…