Home
last modified time | relevance | path

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

/freebsd/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_data_spromvar.h77 int bhnd_sprom_opcode_next_var(
H A Dbhnd_nvram_data_sprom_subr.c108 if ((error = bhnd_sprom_opcode_next_var(state))) { in bhnd_sprom_opcode_init()
127 if ((error = bhnd_sprom_opcode_next_var(state)) != ENOENT) { in bhnd_sprom_opcode_init()
1310 bhnd_sprom_opcode_next_var(bhnd_sprom_opcode_state *state) in bhnd_sprom_opcode_next_var() function
H A Dbhnd_nvram_data_sprom.c329 while ((error = bhnd_sprom_opcode_next_var(&state)) == 0) { in bhnd_nvram_sprom_getvar_direct()