Home
last modified time | relevance | path

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

/xnu-8020.101.4/libsyscall/mach/ !
H A Dmach_port.c693 boolean_t strict) in mach_port_guard() argument
697 rv = _kernelrpc_mach_port_guard_trap(task, name, (uint64_t) guard, strict); in mach_port_guard()
700 rv = _kernelrpc_mach_port_guard(task, name, (uint64_t) guard, strict); in mach_port_guard()
/xnu-8020.101.4/san/tools/ !
H A Dkstksz6 local strict = require 'strict'
/xnu-8020.101.4/osfmk/mach/ !
H A Dmach_traps.h262 boolean_t strict
799 PAD_ARG_(boolean_t, strict);
H A Dmach_port.defs623 strict : boolean_t);
679 * only if it is not a strict guard.
/xnu-8020.101.4/osfmk/ipc/ !
H A Dmach_port.c2291 int strict = (flags & MPG_STRICT)? 1 : 0; in mach_port_guard_locked() local
2296 port->ip_strict_guard = strict; in mach_port_guard_locked()
2813 boolean_t strict) in mach_port_guard() argument
2838 if (strict) { in mach_port_guard()
H A Dmach_kernelrpc.c390 args->name, args->guard, args->strict); in _kernelrpc_mach_port_guard_trap()
/xnu-8020.101.4/makedefs/ !
H A DMakeInc.def329 -momit-leaf-frame-pointer -fno-strict-aliasing -D__API__=v4
344 $(LARGE_MEMORY_DEFINE) -momit-leaf-frame-pointer -fno-strict-aliasing -D__API__=v4 -mkernel
/xnu-8020.101.4/ !
H A DAPPLE_LICENSE239 than as expressly permitted by and in strict compliance at all times
/xnu-8020.101.4/bsd/netkey/ !
H A Dkey.c778 bool strict = true; in key_alloc_outbound_sav_for_interface() local
796 if (strict && in key_alloc_outbound_sav_for_interface()
838 if (strict) { in key_alloc_outbound_sav_for_interface()
840 strict = false; in key_alloc_outbound_sav_for_interface()
/xnu-8020.101.4/doc/ !
H A Dsched_clutch_edge.md59 * Deadline based scheduling allows the scheduler to define strict bounds on worst case execution la…