Home
last modified time | relevance | path

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

/xnu-10063.121.3/osfmk/ipc/
H A Dipc_port.h386 #define REPLY_PORT_SEMANTICS_VIOLATOR 1 /* normal reply port semantics violator */ macro
H A Dipc_port.c3542 *reply_port_semantics_violation = REPLY_PORT_SEMANTICS_VIOLATOR; in ip_violates_reply_port_semantics()
H A Dipc_right.c2076 … if (reply_port_semantics && (*reply_port_semantics_violation == REPLY_PORT_SEMANTICS_VIOLATOR)) { in ipc_right_copyin_check_reply()
H A Dipc_kmsg.c4390 if (task && reply_port_semantics_violation == REPLY_PORT_SEMANTICS_VIOLATOR) { in ipc_kmsg_copyin_header()