Home
last modified time | relevance | path

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

/freebsd/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_io.c151 bhnd_nvram_io_write_ptr(struct bhnd_nvram_io *io, size_t offset, void **ptr, in bhnd_nvram_io_write_ptr() function
H A Dbhnd_nvram_io.h75 int bhnd_nvram_io_write_ptr(struct bhnd_nvram_io *io,
H A Dbhnd_nvram_ioptr.c220 if ((error = bhnd_nvram_io_write_ptr(io, offset, &ptr, nbytes, NULL))) in bhnd_nvram_ioptr_write()
H A Dbhnd_nvram_iobuf.c331 if ((error = bhnd_nvram_io_write_ptr(io, offset, &ptr, nbytes, NULL))) in bhnd_nvram_iobuf_write()
H A Dbhnd_nvram_data_tlv.c808 error = bhnd_nvram_io_write_ptr(tlv->data, io_offset, &ptr, in bhnd_nvram_tlv_get_env()
H A Dbhnd_nvram_store.c1047 if ((error = bhnd_nvram_io_write_ptr(io, 0, &outp, olen, NULL))) in bhnd_nvram_store_serialize()
H A Dbhnd_nvram_data_bcm.c598 error = bhnd_nvram_io_write_ptr(bcm->data, 0x0, &ptr, io_size, NULL); in bhnd_nvram_bcm_init()