Searched refs:strict (Results 1 – 12 of 12) sorted by relevance
| /xnu-11215.1.10/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-11215.1.10/san/tools/ |
| H A D | kstksz | 6 local strict = require 'strict'
|
| /xnu-11215.1.10/osfmk/mach/ |
| H A D | mach_traps.h | 274 boolean_t strict 839 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-11215.1.10/osfmk/ipc/ |
| H A D | mach_port.c | 2364 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 D | mach_kernelrpc.c | 385 args->name, args->guard, args->strict); in _kernelrpc_mach_port_guard_trap()
|
| /xnu-11215.1.10/makedefs/ |
| H A D | MakeInc.def | 186 -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 D | sme.md | 156 module (`locore.s`) where we have strict control over code generation, and can
|
| /xnu-11215.1.10/ |
| H A D | APPLE_LICENSE | 239 than as expressly permitted by and in strict compliance at all times
|
| /xnu-11215.1.10/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-11215.1.10/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…
|
| /xnu-11215.1.10/tests/ |
| H A D | Makefile | 45 OTHER_CFLAGS += -Wno-cast-function-type-strict -Wno-gcc-compat -Wno-c2x-extensions
|