Lines Matching refs:mach_node_t
72 mach_node_t localnode; // This node's mach_node_t …
77 static mach_node_t mach_node_table[MACH_NODES_MAX];
93 static void mach_node_publish(mach_node_t node);
95 static mach_node_t mach_node_alloc_init(mach_node_id_t node_id);
96 static kern_return_t mach_node_register(mach_node_t node);
123 bzero(mach_node_table, sizeof(mach_node_t) * MACH_NODES_MAX); in mach_node_table_init()
153 mach_node_publish(mach_node_t node) in mach_node_publish()
229 mach_node_t np = mach_node_table[n]; in mach_node_port_changed()
254 mach_node_t
257 mach_node_t node = MACH_NODE_ALLOC(); in mach_node_alloc_init()
271 mach_node_register(mach_node_t node) in mach_node_register()
356 mach_node_t old_node = mach_node_table[nid]; in mach_node_register()
404 mach_node_t
413 mach_node_t node = mach_node_table[node_id]; in mach_node_for_id_locked()
647 return mach_node_register((mach_node_t)node); in mnl_register()
676 mach_node_t mnode = (mach_node_t)node; in mnl_set_link_state()
717 mach_node_t mnode = (mach_node_t)node; in mnl_terminate()
776 flipc_msg_from_node((mach_node_t)node, msg, flags); in mnl_msg_from_node()
808 return flipc_msg_to_remote_node((mach_node_t)node, 0); in mnl_msg_to_node()