Home
last modified time | relevance | path

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

/xnu-10063.141.1/tests/ !
H A Dbootstrap_msgfilter.c44 MPO_STRICT,
H A Dmach_service_port.c64 .flags = MPO_SERVICE_PORT | MPO_INSERT_SEND_RIGHT | MPO_CONTEXT_AS_GUARD | MPO_STRICT,
H A Dstackshot_tests.m2156 ….flags = MPO_SERVICE_PORT | MPO_INSERT_SEND_RIGHT | MPO_CONTEXT_AS_GUARD | MPO_STRICT | MPO_TEMPOW…
/xnu-10063.141.1/osfmk/mach/ !
H A Dport.h449 #define MPO_STRICT 0x20 /* Apply strict guarding for port */ macro
/xnu-10063.141.1/osfmk/ipc/ !
H A Dmach_port.c2789 if (options->flags & MPO_STRICT) { in mach_port_construct()
2804 assert((options->flags & MPO_STRICT) == MPO_STRICT); in mach_port_construct()