Home
last modified time | relevance | path

Searched refs:MPO_STRICT (Results 1 – 6 of 6) sorted by relevance

/xnu-11215.1.10/tests/
H A Dbootstrap_msgfilter.c45 MPO_STRICT,
H A Dmach_service_port.c65 .flags = MPO_SERVICE_PORT | MPO_INSERT_SEND_RIGHT | MPO_CONTEXT_AS_GUARD | MPO_STRICT,
H A Dstackshot_tests.m2177 ….flags = MPO_SERVICE_PORT | MPO_INSERT_SEND_RIGHT | MPO_CONTEXT_AS_GUARD | MPO_STRICT | MPO_TEMPOW…
/xnu-11215.1.10/libsyscall/mach/
H A Dmach_right.c61 opts.flags |= MPO_STRICT; in mach_right_recv_construct()
/xnu-11215.1.10/osfmk/mach/
H A Dport.h474 #define MPO_STRICT 0x20 /* Apply strict guarding for port */ macro
/xnu-11215.1.10/osfmk/ipc/
H A Dmach_port.c2821 if (options->flags & MPO_STRICT) { in mach_port_construct()
2836 assert((options->flags & MPO_STRICT) == MPO_STRICT); in mach_port_construct()