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

/freebsd-13-stable/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_io.c63 bhnd_nvram_io_read(struct bhnd_nvram_io *io, size_t offset, void *buffer, function
H A Dbhnd_nvram_io.h68 int bhnd_nvram_io_read(struct bhnd_nvram_io *io,
H A Dbhnd_nvram_data_tlv.c129 error = bhnd_nvram_io_read(io, 0x0, &tag, sizeof(tag));
143 error = bhnd_nvram_io_read(io, 0x0, &ident,
193 error = bhnd_nvram_io_read(io, off, &env, sizeof(env));
202 error = bhnd_nvram_io_read(io, off + sizeof(env), data,
660 error = bhnd_nvram_io_read(io, io_offset, tag, sizeof(*tag));
673 error = bhnd_nvram_io_read(io, io_offset, &len_hdr,
684 error = bhnd_nvram_io_read(io, io_offset, &len_hdr,
H A Dbhnd_nvram_data_bcmraw.c92 if ((error = bhnd_nvram_io_read(io, 0x0, envp, envp_len)))
127 if ((error = bhnd_nvram_io_read(io, io_size-envp_len, envp, envp_len)))
268 if ((error = bhnd_nvram_io_read(src, 0x0, bcm->data, io_size)))
H A Dbhnd_nvram_data_bcm.c141 if ((error = bhnd_nvram_io_read(io, 0x0, &hdr, sizeof(hdr))))
194 if ((error = bhnd_nvram_io_read(io, offset, &hdr, sizeof(hdr))))
225 error = bhnd_nvram_io_read(io, offset, buf, buflen);
339 error = bhnd_nvram_io_read(io, offset,
569 if ((error = bhnd_nvram_io_read(src, 0x0, &hdr, sizeof(hdr))))
606 if ((error = bhnd_nvram_io_read(src, 0x0, p, io_size)))
H A Dbhnd_nvram_data_sprom.c138 error = bhnd_nvram_io_read(io, layout->magic_offset, magic,
217 if ((error = bhnd_nvram_io_read(io, nbytes, buf, nr)))
231 error = bhnd_nvram_io_read(io, layout->srev_offset, &srevcrc,
910 error = bhnd_nvram_io_read(data, offset, \
992 error = bhnd_nvram_io_read(data, offset, \
H A Dbhnd_nvram_data_btxt.c101 if ((error = bhnd_nvram_io_read(io, 0x0, &ident, sizeof(ident))))
175 error = bhnd_nvram_io_read(io, offset, buf, buflen);
309 error = bhnd_nvram_io_read(io, offset,
H A Dbhnd_nvram_iobuf.c213 if ((error = bhnd_nvram_io_read(src, offset, iobuf->buf, size))) {

Completed in 75 milliseconds