Home
last modified time | relevance | path

Searched refs:at_most_one_flags (Results 1 – 2 of 2) sorted by relevance

/xnu-11215.1.10/osfmk/ipc/
H A Dmach_port.c2640 …uint32_t at_most_one_flags = options->flags & (MPO_SERVICE_PORT | MPO_CONNECTION_PORT | MPO_TG_BLO… in mach_port_construct() local
2641 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()
H A Dipc_port.c764 uint32_t at_most_one_flags = flags & (IPC_PORT_ENFORCE_REPLY_PORT_SEMANTICS | in ipc_port_init_validate_flags() local
769 if (at_most_one_flags & (at_most_one_flags - 1)) { in ipc_port_init_validate_flags()