Searched refs:mach_node_t (Results 1 – 5 of 5) sorted by relevance
| /xnu-11215.1.10/osfmk/ipc/ |
| H A D | flipc.h | 60 mach_node_t hostnode; // Node holding the recieve right 86 kern_return_t flipc_node_prepare(mach_node_t node); 93 kern_return_t flipc_node_retire(mach_node_t node); 122 mnl_msg_t flipc_msg_to_remote_node(mach_node_t to_node, 129 void flipc_msg_from_node(mach_node_t from_node, 152 void flipc_msg_ack(mach_node_t node,
|
| H A D | flipc.c | 104 flipc_port_create(ipc_port_t lport, mach_node_t node, mnl_name_t name) in flipc_port_create() 259 mach_node_t node) in mach_msg_send_from_remote_kernel() 293 mach_node_t node, in flipc_cmd_ipc() 317 mach_node_t node __unused, in flipc_cmd_ack() 359 flipc_node_prepare(mach_node_t node) in flipc_node_prepare() 386 flipc_node_retire(mach_node_t node) in flipc_node_retire() 411 flipc_msg_to_remote_node(mach_node_t to_node, in flipc_msg_to_remote_node() 498 flipc_msg_from_node(mach_node_t from_node __unused, in flipc_msg_from_node() 508 mach_node_t node = mach_node_for_id_locked(msg->node_id, FALSE, FALSE); in flipc_msg_from_node() 565 flipc_msg_ack(mach_node_t node, in flipc_msg_ack()
|
| H A D | ipc_mqueue.c | 326 mach_node_t node = kmsg->ikm_node; in ipc_mqueue_add_locked() 801 mach_node_t node = kmsg->ikm_node; in ipc_mqueue_post()
|
| /xnu-11215.1.10/osfmk/kern/ |
| H A D | mach_node.c | 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() [all …]
|
| H A D | mach_node.h | 103 typedef struct mach_node *mach_node_t; typedef 127 mach_node_t antecedent; // Pointer to prior encarnation of this node id 130 extern mach_node_t localnode; // This node's mach_node_t struct 132 #define MACH_NODE_NULL ((mach_node_t) 0UL) 135 #define MACH_NODE_ALLOC() ((mach_node_t)kalloc(MACH_NODE_SIZE)) 153 mach_node_t
|