Searched refs:MPO_STRICT (Results 1 – 7 of 7) sorted by relevance
45 MPO_STRICT,
65 .flags = MPO_SERVICE_PORT | MPO_INSERT_SEND_RIGHT | MPO_CONTEXT_AS_GUARD | MPO_STRICT,
2259 ….flags = MPO_SERVICE_PORT | MPO_INSERT_SEND_RIGHT | MPO_CONTEXT_AS_GUARD | MPO_STRICT | MPO_TEMPOW…
61 opts.flags |= MPO_STRICT; in mach_right_recv_construct()
474 #define MPO_STRICT 0x20 /* Apply strict guarding for port */ macro
2618 if (options->flags & MPO_STRICT) { in mach_port_construct()2633 assert((options->flags & MPO_STRICT) == MPO_STRICT); in mach_port_construct()
157 Mach Port constructed with the `MPO_STRICT | MPO_CONTEXT_AS_GUARD` flags).