Home
last modified time | relevance | path

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

/xnu-10002.61.3/osfmk/ipc/
H A Dipc_port.h353 #define PORT_ENFORCE_RIGID_REPLY_PORT_SEMANTICS 0x04 macro
360 …_semantics(port) (((port)->ip_reply_port_semantics) == PORT_ENFORCE_RIGID_REPLY_PORT_SEMANTICS)
366 …ort_semantics(port) ((port)->ip_reply_port_semantics = PORT_ENFORCE_RIGID_REPLY_PORT_SEMANTICS)