Searched refs:spval (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_data_sprom.c1391 bhnd_nvram_val *spval; local
1408 error = bhnd_nvram_val_convert_new(&spval, var->fmt, value,
1414 error = bhnd_nvram_sprom_write_var(&sp->state, entry, spval, NULL);
1416 bhnd_nvram_val_release(spval);
1422 *result = spval;

Completed in 130 milliseconds