Searched refs:at_most_one_flags (Results 1 – 2 of 2) sorted by relevance
2640 …uint32_t at_most_one_flags = options->flags & (MPO_SERVICE_PORT | MPO_CONNECTION_PORT | MPO_TG_BLO… in mach_port_construct() local2641 if (at_most_one_flags & (at_most_one_flags - 1)) { in mach_port_construct()2646 at_most_one_flags = options->flags & (MPO_REPLY_PORT | MPO_ENFORCE_REPLY_PORT_SEMANTICS | in mach_port_construct()2648 if (at_most_one_flags & (at_most_one_flags - 1)) { in mach_port_construct()
764 uint32_t at_most_one_flags = flags & (IPC_PORT_ENFORCE_REPLY_PORT_SEMANTICS | in ipc_port_init_validate_flags() local769 if (at_most_one_flags & (at_most_one_flags - 1)) { in ipc_port_init_validate_flags()