Home
last modified time | relevance | path

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

/xnu-8792.61.2/osfmk/ipc/
H A Dmach_port.c2549 …uint32_t at_most_one_flags = options->flags & (MPO_SERVICE_PORT | MPO_CONNECTION_PORT | MPO_TG_BLO… in mach_port_construct() local
2550 if (at_most_one_flags & (at_most_one_flags - 1)) { in mach_port_construct()