Searched refs:func_handlers (Results 1 – 2 of 2) sorted by relevance
80 struct tep_function_handler *func_handlers; member
3006 for (func = tep->func_handlers; func; func = func->next) { in find_func_handler()3019 next = &tep->func_handlers; in remove_func_handler()6734 func_handle->next = tep->func_handlers; in tep_register_print_function()6735 tep->func_handlers = func_handle; in tep_register_print_function()7054 while (tep->func_handlers) { in tep_free()7055 func_handler = tep->func_handlers; in tep_free()7056 tep->func_handlers = func_handler->next; in tep_free()