Home
last modified time | relevance | path

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

/xnu-10002.1.13/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.m2147 ….flags = MPO_SERVICE_PORT | MPO_INSERT_SEND_RIGHT | MPO_CONTEXT_AS_GUARD | MPO_STRICT | MPO_TEMPOW…
/xnu-10002.1.13/osfmk/mach/
H A Dport.h432 #define MPO_STRICT 0x20 /* Apply strict guarding for port */ macro
/xnu-10002.1.13/osfmk/ipc/
H A Dmach_port.c2761 if (options->flags & MPO_STRICT) { in mach_port_construct()
2776 assert((options->flags & MPO_STRICT) == MPO_STRICT); in mach_port_construct()