Home
last modified time | relevance | path

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

/freebsd/usr.sbin/bhyve/
H A Dpci_e82545.c2382 uint64_t bitmap_value; in e82545_snapshot() local
2508 bitmap_value = sc->nvm_bits; in e82545_snapshot()
2509 SNAPSHOT_VAR_OR_LEAVE(bitmap_value, meta, ret, done); in e82545_snapshot()
2511 sc->nvm_bits = bitmap_value; in e82545_snapshot()
2514 bitmap_value = sc->nvm_bits; in e82545_snapshot()
2515 SNAPSHOT_VAR_OR_LEAVE(bitmap_value, meta, ret, done); in e82545_snapshot()
2517 sc->nvm_bits = bitmap_value; in e82545_snapshot()