HomeSort by: relevance | last modified time | path
    Searched defs:showall (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/arch/arm/arm32/
db_machdep.c 527 bool showall = false; local in function:db_md_cpuinfo_cmd
533 showall = true;
539 if (showall) {
  /src/sys/arch/mips/mips/
db_interface.c 610 bool showall = false; local in function:db_cpuinfo_cmd
616 showall = true;
622 if (showall) {
  /src/sbin/dkctl/
dkctl.c 85 static void showall(void);
185 showall();
246 showall(void) function in typeref:typename:void
  /src/sys/arch/aarch64/aarch64/
db_machdep.c 379 bool showall = false; local in function:db_md_cpuinfo_cmd
385 showall = true;
391 if (showall) {
  /src/sys/ddb/
db_command.c 1143 bool showall = true; local in function:db_event_print_cmd
1159 showall = false;
1163 showall = false;
1167 showall = false;
1173 if (showall)

Completed in 14 milliseconds