Home
last modified time | relevance | path

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

/freebsd-13.1/usr.sbin/bhyve/
H A Dpci_e82545.c2359 uint64_t bitmap_value; in e82545_snapshot() local
2485 bitmap_value = sc->nvm_bits; in e82545_snapshot()
2486 SNAPSHOT_VAR_OR_LEAVE(bitmap_value, meta, ret, done); in e82545_snapshot()
2488 sc->nvm_bits = bitmap_value; in e82545_snapshot()
2491 bitmap_value = sc->nvm_bits; in e82545_snapshot()
2492 SNAPSHOT_VAR_OR_LEAVE(bitmap_value, meta, ret, done); in e82545_snapshot()
2494 sc->nvm_bits = bitmap_value; in e82545_snapshot()