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

/freebsd-13-stable/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_io.c153 bhnd_nvram_io_write_ptr(struct bhnd_nvram_io *io, size_t offset, void **ptr, function
H A Dbhnd_nvram_io.h76 int bhnd_nvram_io_write_ptr(struct bhnd_nvram_io *io,
H A Dbhnd_nvram_ioptr.c54 * bhnd_nvram_io_write_ptr().
222 if ((error = bhnd_nvram_io_write_ptr(io, offset, &ptr, nbytes, NULL)))
H A Dbhnd_nvram_iobuf.c54 * bhnd_nvram_io_write_ptr().
333 if ((error = bhnd_nvram_io_write_ptr(io, offset, &ptr, nbytes, NULL)))
H A Dbhnd_nvram_data_tlv.c810 error = bhnd_nvram_io_write_ptr(tlv->data, io_offset, &ptr,
H A Dbhnd_nvram_data_bcm.c601 error = bhnd_nvram_io_write_ptr(bcm->data, 0x0, &ptr, io_size, NULL);
H A Dbhnd_nvram_store.c1051 if ((error = bhnd_nvram_io_write_ptr(io, 0, &outp, olen, NULL)))

Completed in 65 milliseconds