Home
last modified time | relevance | path

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

/freebsd/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_data_spromvar.h53 int bhnd_sprom_opcode_init(
H A Dbhnd_nvram_data_sprom.c323 if ((error = bhnd_sprom_opcode_init(&state, layout))) { in bhnd_nvram_sprom_getvar_direct()
653 if ((error = bhnd_sprom_opcode_init(&state, layout))) { in bhnd_nvram_sprom_serialize()
778 if ((error = bhnd_sprom_opcode_init(&sp->state, sp->layout))) in bhnd_nvram_sprom_new()
H A Dbhnd_nvram_data_sprom_subr.c83 bhnd_sprom_opcode_init(bhnd_sprom_opcode_state *state, in bhnd_sprom_opcode_init() function