Home
last modified time | relevance | path

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

/freebsd/usr.sbin/bhyve/
H A Dbootrom.c136 static const int bootrom_valid_flags = BOOTROM_ALLOC_TOP; in bootrom_alloc() local
141 if (flags & ~bootrom_valid_flags) { in bootrom_alloc()
143 flags & ~bootrom_valid_flags); in bootrom_alloc()