Home
last modified time | relevance | path

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

/xnu-11215.1.10/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-11215.1.10/san/tools/
H A Dkstksz6 local strict = require 'strict'
/xnu-11215.1.10/osfmk/mach/
H A Dmach_traps.h274 boolean_t strict
839 PAD_ARG_(boolean_t, strict);
H A Dmach_port.defs607 strict : boolean_t);
661 * only if it is not a strict guard.
/xnu-11215.1.10/osfmk/ipc/
H A Dmach_port.c2364 int strict = (flags & MPG_STRICT)? 1 : 0; in mach_port_guard_locked() local
2369 port->ip_strict_guard = strict; in mach_port_guard_locked()
2919 boolean_t strict) in mach_port_guard() argument
2944 if (strict) { in mach_port_guard()
H A Dmach_kernelrpc.c385 args->name, args->guard, args->strict); in _kernelrpc_mach_port_guard_trap()
/xnu-11215.1.10/makedefs/
H A DMakeInc.def186 -Wno-cast-function-type-strict \
187 -Wno-incompatible-function-pointer-types-strict
198 -Wno-error=incompatible-function-pointer-types-strict \
199 -Wno-cast-function-type-strict
362 $(LARGE_MEMORY_DEFINE) -momit-leaf-frame-pointer -fno-strict-aliasing -D__API__=v4 -mkernel \
/xnu-11215.1.10/doc/arm/
H A Dsme.md156 module (`locore.s`) where we have strict control over code generation, and can
/xnu-11215.1.10/
H A DAPPLE_LICENSE239 than as expressly permitted by and in strict compliance at all times
/xnu-11215.1.10/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-11215.1.10/doc/scheduler/
H A Dsched_clutch_edge.md61 * Deadline based scheduling allows the scheduler to define strict bounds on worst case execution la…
/xnu-11215.1.10/tests/
H A DMakefile45 OTHER_CFLAGS += -Wno-cast-function-type-strict -Wno-gcc-compat -Wno-c2x-extensions