Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bhyve/
H A Dbootrom.c134 static const int bootrom_valid_flags = BOOTROM_ALLOC_TOP; in bootrom_alloc() local
139 if (flags & ~bootrom_valid_flags) { in bootrom_alloc()
141 flags & ~bootrom_valid_flags); in bootrom_alloc()