Searched refs:func_handlers (Results 1 – 2 of 2) sorted by relevance
82 struct tep_function_handler *func_handlers; member
2985 for (func = tep->func_handlers; func; func = func->next) { in find_func_handler()2998 next = &tep->func_handlers; in remove_func_handler()7244 func_handle->next = tep->func_handlers; in tep_register_print_function()7245 tep->func_handlers = func_handle; in tep_register_print_function()7564 while (tep->func_handlers) { in tep_free()7565 func_handler = tep->func_handlers; in tep_free()7566 tep->func_handlers = func_handler->next; in tep_free()
Completed in 15 milliseconds