Searched refs:bhnd_nvram_io_write_ptr (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/dev/bhnd/nvram/ |
H A D | bhnd_nvram_io.c | 151 bhnd_nvram_io_write_ptr(struct bhnd_nvram_io *io, size_t offset, void **ptr, in bhnd_nvram_io_write_ptr() function
|
H A D | bhnd_nvram_io.h | 75 int bhnd_nvram_io_write_ptr(struct bhnd_nvram_io *io,
|
H A D | bhnd_nvram_ioptr.c | 220 if ((error = bhnd_nvram_io_write_ptr(io, offset, &ptr, nbytes, NULL))) in bhnd_nvram_ioptr_write()
|
H A D | bhnd_nvram_iobuf.c | 331 if ((error = bhnd_nvram_io_write_ptr(io, offset, &ptr, nbytes, NULL))) in bhnd_nvram_iobuf_write()
|
H A D | bhnd_nvram_data_tlv.c | 808 error = bhnd_nvram_io_write_ptr(tlv->data, io_offset, &ptr, in bhnd_nvram_tlv_get_env()
|
H A D | bhnd_nvram_store.c | 1047 if ((error = bhnd_nvram_io_write_ptr(io, 0, &outp, olen, NULL))) in bhnd_nvram_store_serialize()
|
H A D | bhnd_nvram_data_bcm.c | 598 error = bhnd_nvram_io_write_ptr(bcm->data, 0x0, &ptr, io_size, NULL); in bhnd_nvram_bcm_init()
|