Home
last modified time | relevance | path

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

/xnu-10063.141.1/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-10063.141.1/san/tools/
H A Dkstksz6 local strict = require 'strict'
/xnu-10063.141.1/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-10063.141.1/osfmk/ipc/
H A Dmach_port.c2349 int strict = (flags & MPG_STRICT)? 1 : 0; in mach_port_guard_locked() local
2354 port->ip_strict_guard = strict; in mach_port_guard_locked()
2887 boolean_t strict) in mach_port_guard() argument
2912 if (strict) { in mach_port_guard()
H A Dmach_kernelrpc.c390 args->name, args->guard, args->strict); in _kernelrpc_mach_port_guard_trap()
/xnu-10063.141.1/makedefs/
H A DMakeInc.def180 -Wno-error=incompatible-function-pointer-types-strict \
181 -Wno-error=cast-function-type-strict
344 $(LARGE_MEMORY_DEFINE) -momit-leaf-frame-pointer -fno-strict-aliasing -D__API__=v4 -mkernel
/xnu-10063.141.1/
H A DAPPLE_LICENSE239 than as expressly permitted by and in strict compliance at all times
/xnu-10063.141.1/bsd/netkey/
H A Dkey.c878 bool strict = true; in key_alloc_outbound_sav_for_interface() local
896 if (strict && in key_alloc_outbound_sav_for_interface()
938 if (strict) { in key_alloc_outbound_sav_for_interface()
940 strict = false; in key_alloc_outbound_sav_for_interface()
/xnu-10063.141.1/doc/scheduler/
H A Dsched_clutch_edge.md61 * Deadline based scheduling allows the scheduler to define strict bounds on worst case execution la…