Home
last modified time | relevance | path

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

/xnu-10002.61.3/osfmk/kern/
H A Dmach_node.c166 msg.node_header.header.msgh_remote_port = bs_port; in mach_node_publish()
167 msg.node_header.header.msgh_size = sizeof(msg); in mach_node_publish()
168 msg.node_header.header.msgh_local_port = MACH_PORT_NULL; in mach_node_publish()
169 msg.node_header.header.msgh_voucher_port = MACH_PORT_NULL; in mach_node_publish()
170 msg.node_header.header.msgh_id = MACH_NODE_SERVER_MSG_ID; in mach_node_publish()
171 msg.node_header.node_id = node->info.node_id; in mach_node_publish()
172 msg.node_header.options = 0; in mach_node_publish()
177 msg.node_header.identifier = MACH_NODE_SM_REG_LOCAL; in mach_node_publish()
178 msg.node_header.header.msgh_bits = in mach_node_publish()
181 msg.node_header.identifier = MACH_NODE_SM_REG_REMOTE; in mach_node_publish()
[all …]
H A Dmach_node.h63 struct mach_node_server_msg node_header; member