Searched refs:porttypes (Results 1 – 1 of 1) sorted by relevance
86 mach_port_type_t *porttypes = NULL; in _Fork() local184 &porttypes, &nporttypes)) in _Fork()208 if (porttypes[i] & MACH_PORT_TYPE_RECEIVE) in _Fork()216 if (porttypes[i] & MACH_PORT_TYPE_SEND) in _Fork()276 if (porttypes[i] & MACH_PORT_TYPE_SEND_ONCE) in _Fork()295 else if (porttypes[i] in _Fork()366 && (porttypes[i] & MACH_PORT_TYPE_DEAD_NAME)) in _Fork()575 if (porttypes) in _Fork()577 (vm_address_t) porttypes, in _Fork()578 nporttypes * sizeof (*porttypes)); in _Fork()
Completed in 4 milliseconds