Home
last modified time | relevance | path

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

/xnu-10002.61.3/osfmk/ipc/
H A Dipc_port.h351 #define PORT_ENFORCE_REPLY_PORT_SEMANTICS 0x02 macro
358 …_semantics(port) (((port)->ip_reply_port_semantics) == PORT_ENFORCE_REPLY_PORT_SEMANTICS)
364 …ort_semantics(port) ((port)->ip_reply_port_semantics = PORT_ENFORCE_REPLY_PORT_SEMANTICS)