Searched refs:ipc_port (Results 1 – 3 of 3) sorted by relevance
66 static struct ipc_port* port_find_locked(const char* path);67 static int port_attach_client(struct ipc_port* port, struct ipc_chan* client);138 struct ipc_port* new_port; in ipc_port_create()156 new_port = calloc(1, sizeof(struct ipc_port)); in ipc_port_create()197 int ipc_get_port_list(struct ipc_port** out_port_list) { in ipc_get_port_list()198 struct ipc_port* port; in ipc_get_port_list()202 *out_port_list = calloc(sizeof(struct ipc_port), len); in ipc_get_port_list()206 struct ipc_port* current_port = *out_port_list; in ipc_get_port_list()207 list_for_every_entry(&ipc_port_list, port, struct ipc_port, node) { in ipc_get_port_list()208 memcpy(current_port, port, sizeof(struct ipc_port)); in ipc_get_port_list()[all …]
31 struct ipc_port* port_list; in TEST()38 struct ipc_port* port = port_list + port_idx; in TEST()
53 struct ipc_port { struct208 int ipc_get_port_list(struct ipc_port** out_port_list);215 void ipc_free_port_list(struct ipc_port* out_port_list);