Searched refs:k_wrapped_functions (Results 1 – 1 of 1) sorted by relevance
100 static struct WrapperFunctionLookup k_wrapped_functions[] = { variable855 for (int i = 0; k_wrapped_functions[i].name; ++i) { in ejd_port_handler()856 if (strcmp(k_wrapped_functions[i].name, fname) == 0) { in ejd_port_handler()857 k_wrapped_functions[i].fn(receive_port, msg, reply_port); in ejd_port_handler()