Home
last modified time | relevance | path

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

/freebsd/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_data_sprom_subr.c487 if (state->var.have_bind) { in bhnd_sprom_opcode_set_bind()
528 state->var.have_bind = true; in bhnd_sprom_opcode_set_bind()
558 !state->var.have_bind) in bhnd_sprom_opcode_flush_bind()
576 state->var.have_bind = false; in bhnd_sprom_opcode_flush_bind()
660 BHND_NV_ASSERT(!state->var.have_bind, ("stale bind state")); in bhnd_sprom_opcode_clear_var()
1366 BHND_NV_ASSERT(state->var.have_bind, ("missing bind")); in bhnd_sprom_opcode_next_binding()
H A Dbhnd_nvram_data_spromvar.h105 bool have_bind; /**< if bind state is defined */ member
H A Dbhnd_nvram_data_sprom.c538 BHND_NV_ASSERT(state->var.have_bind, ("invalid bind state")); in bhnd_nvram_sprom_write_var()
1151 BHND_NV_ASSERT(state->var.have_bind, ("invalid bind state")); in bhnd_nvram_sprom_read_var()