Home
last modified time | relevance | path

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

/freebsd/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_data_spromvar.h79 int bhnd_sprom_opcode_next_binding(
H A Dbhnd_nvram_data_sprom.c529 while ((error = bhnd_sprom_opcode_next_binding(state)) == 0) { in bhnd_nvram_sprom_write_var()
1139 while ((error = bhnd_sprom_opcode_next_binding(state)) == 0) { in bhnd_nvram_sprom_read_var()
H A Dbhnd_nvram_data_sprom_subr.c1348 bhnd_sprom_opcode_next_binding(bhnd_sprom_opcode_state *state) in bhnd_sprom_opcode_next_binding() function