Home
last modified time | relevance | path

Searched refs:get_all (Results 1 – 2 of 2) sorted by relevance

/freebsd/usr.sbin/bhyvectl/
H A Dbhyvectl.c77 static int get_all; variable
127 { "get-all", NO_ARG, &get_all, 1 }, in setup_options()
405 if (!error && (get_memseg || get_all)) in main()
408 if (!error && (get_memmap || get_all)) in main()
412 bhyvectl_md_main(ctx, vcpu, vcpuid, get_all); in main()
423 if (!error && (getcap || get_all)) { in main()
449 if (!error && (get_active_cpus || get_all)) { in main()
455 if (!error && (get_debug_cpus || get_all)) { in main()
461 if (!error && (get_suspended_cpus || get_all)) { in main()
467 if (!error && (get_stats || get_all)) { in main()
[all …]
/freebsd/usr.sbin/bhyvectl/riscv/
H A Dbhyvectl_machdep.c80 int vcpuid __unused, bool get_all __unused) in bhyvectl_md_main()