Searched refs:at_most_one_flags (Results 1 – 2 of 2) sorted by relevance
2422 …uint32_t at_most_one_flags = options->flags & (MPO_SERVICE_PORT | MPO_CONNECTION_PORT | MPO_TG_BLO… in mach_port_construct() local2423 if (at_most_one_flags & (at_most_one_flags - 1)) { in mach_port_construct()2428 at_most_one_flags = options->flags & (MPO_REPLY_PORT | MPO_ENFORCE_REPLY_PORT_SEMANTICS | in mach_port_construct()2430 if (at_most_one_flags & (at_most_one_flags - 1)) { in mach_port_construct()
783 uint32_t at_most_one_flags = flags & (IPC_PORT_ENFORCE_REPLY_PORT_SEMANTICS | in ipc_port_init_validate_flags() local788 if (at_most_one_flags & (at_most_one_flags - 1)) { in ipc_port_init_validate_flags()