Home
last modified time | relevance | path

Searched refs:show_label (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/tools/smatch/src/
H A Ddominate.c144 printf("\t%s\t<-", show_label(bb)); in idf_dump()
146 printf(" %s", show_label(df)); in idf_dump()
H A Dir.c52 info(src->pos, "expected: %s", show_label(par)); in check_phi_node()
53 info(src->pos, " got: %s", show_label(src->bb)); in check_phi_node()
H A Dflowgraph.c113 printf("\t%s <- %s\n", show_label(bb), show_label(bb->idom)); in debug_domtree()
H A Dlinearize.c90 const char *show_label(struct basic_block *bb) in show_label() function
124 snprintf(buf, 64, "%s", show_label(sym->bb_target)); in show_pseudo()
339 …buf += sprintf(buf, "%s, %s, %s", show_pseudo(insn->cond), show_label(insn->bb_true), show_label(i… in show_instruction()
343 buf += sprintf(buf, "%s", show_label(insn->bb_true)); in show_instruction()
369 buf += sprintf(buf, "%s", show_label(expr->symbol->bb_target)); in show_instruction()
386 buf += sprintf(buf, ", %lld -> %s", jmp->begin, show_label(jmp->target)); in show_instruction()
388 buf += sprintf(buf, ", %lld ... %lld -> %s", jmp->begin, jmp->end, show_label(jmp->target)); in show_instruction()
390 buf += sprintf(buf, ", default -> %s", show_label(jmp->target)); in show_instruction()
398 buf += sprintf(buf, ", %s", show_label(jmp->target)); in show_instruction()
508 printf("%s:\n", show_label(bb)); in show_bb()
[all …]
H A Dtest-unssa.c15 printf("%s\n", show_label(bb)); in output_bb()
H A Dlinearize.h327 const char *show_label(struct basic_block *bb);
/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dusba10_calls.c616 uint_t show_label, in usba10_usb_alloc_log_handle() argument
620 dip, name, errlevel, mask, instance_filter, show_label, flags)); in usba10_usb_alloc_log_handle()
/illumos-gate/usr/src/uts/common/io/usb/usba10/
H A Dusba10.c699 uint_t show_label, in usb_alloc_log_handle() argument
703 dip, name, errlevel, mask, instance_filter, show_label, flags)); in usb_alloc_log_handle()
/illumos-gate/usr/src/uts/common/sys/usb/usba/
H A Dusba10.h456 uint_t show_label,