Page MenuHomeFreeBSD

Command-Line Input

Authored By
markj
Jun 12 2025, 3:59 PM
Size
1 KB
Referenced Files
None
Subscribers
None

Command-Line Input

/usr/home/markj/src/freebsd/usr.sbin/bhyve/acpi.c:769:16: error: use of undeclared identifier 'VM_SYSMEM'
769 | if (segid >= VM_SYSMEM && segid < VM_BOOTROM) {
| ^
/usr/home/markj/src/freebsd/usr.sbin/bhyve/acpi.c:769:37: error: use of undeclared identifier 'VM_BOOTROM'
769 | if (segid >= VM_SYSMEM && segid < VM_BOOTROM) {
| ^
/usr/home/markj/src/freebsd/usr.sbin/bhyve/acpi.c:770:21: error: use of undeclared identifier 'VM_SYSMEM'; did you mean 'VM_MEM'?
770 | domain = segid - VM_SYSMEM;
| ^~~~~~~~~
| VM_MEM
/usr/obj/usr/home/markj/src/freebsd/amd64.amd64/tmp/usr/include/machine/vmm_snapshot.h:49:2: note: 'VM_MEM' declared here
49 | VM_MEM,
| ^
/usr/home/markj/src/freebsd/usr.sbin/bhyve/acpi.c:789:18: error: use of undeclared identifier 'VM_MAXMEMDOM'
789 | while (domain < VM_MAXMEMDOM) {
| ^

File Metadata

Mime Type
text/plain; charset=utf-8
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
19315466
Default Alt Text
Command-Line Input (1 KB)

Event Timeline