Home
last modified time | relevance | path

Searched refs:cur_func (Results 1 – 4 of 4) sorted by relevance

/freebsd-13-stable/sys/dev/aic7xxx/aicasm/
HDaicasm.c525 symbol_node_t *cur_func; in output_listing() local
545 for (func_count = 0, cur_func = SLIST_FIRST(&patch_functions); in output_listing()
546 cur_func != NULL; in output_listing()
547 cur_func = SLIST_NEXT(cur_func, links)) in output_listing()
566 for (cur_func = SLIST_FIRST(&patch_functions); in output_listing()
567 cur_func != NULL && SLIST_NEXT(cur_func, links) != NULL; in output_listing()
568 cur_func = SLIST_NEXT(cur_func, links), func_count--) { in output_listing()
571 fprintf(stdout, "\n(%s)\n", cur_func->symbol->name); in output_listing()
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Core/
HDDebugger.h429 bool InterruptRequested(const char *cur_func, const char *formatv, in InterruptRequested() argument
435 if (!cur_func) in InterruptRequested()
436 cur_func = "<UNKNOWN>"; in InterruptRequested()
438 cur_func, llvm::formatv(formatv, std::forward<Args>(args)...))); in InterruptRequested()
/freebsd-13-stable/sys/dev/twa/
HDtw_cl_externs.h144 struct tw_cl_ctlr_handle *ctlr_handle, const TW_INT8 *cur_func,
HDtw_cl_misc.c601 struct tw_cl_ctlr_handle *ctlr_handle, const TW_INT8 *cur_func, in tw_cli_dbg_printf() argument
610 tw_osl_sprintf(print_str, "%s: ", cur_func); in tw_cli_dbg_printf()