Lines Matching refs:mach_node_t
71 mach_node_t localnode; // This node's mach_node_t …
76 static mach_node_t mach_node_table[MACH_NODES_MAX];
92 static void mach_node_publish(mach_node_t node);
94 static mach_node_t mach_node_alloc_init(mach_node_id_t node_id);
95 static kern_return_t mach_node_register(mach_node_t node);
122 bzero(mach_node_table, sizeof(mach_node_t) * MACH_NODES_MAX); in mach_node_table_init()
152 mach_node_publish(mach_node_t node) in mach_node_publish()
228 mach_node_t np = mach_node_table[n]; in mach_node_port_changed()
253 mach_node_t
256 mach_node_t node = MACH_NODE_ALLOC(); in mach_node_alloc_init()
270 mach_node_register(mach_node_t node) in mach_node_register()
355 mach_node_t old_node = mach_node_table[nid]; in mach_node_register()
403 mach_node_t
412 mach_node_t node = mach_node_table[node_id]; in mach_node_for_id_locked()
646 return mach_node_register((mach_node_t)node); in mnl_register()
675 mach_node_t mnode = (mach_node_t)node; in mnl_set_link_state()
716 mach_node_t mnode = (mach_node_t)node; in mnl_terminate()
775 flipc_msg_from_node((mach_node_t)node, msg, flags); in mnl_msg_from_node()
807 return flipc_msg_to_remote_node((mach_node_t)node, 0); in mnl_msg_to_node()