Searched refs:bhnd_nvram_io_read (Results 1 – 8 of 8) sorted by relevance
/freebsd/sys/dev/bhnd/nvram/ |
H A D | bhnd_nvram_data_tlv.c | 127 error = bhnd_nvram_io_read(io, 0x0, &tag, sizeof(tag)); in bhnd_nvram_tlv_probe() 141 error = bhnd_nvram_io_read(io, 0x0, &ident, in bhnd_nvram_tlv_probe() 191 error = bhnd_nvram_io_read(io, off, &env, sizeof(env)); in bhnd_nvram_tlv_getvar_direct() 200 error = bhnd_nvram_io_read(io, off + sizeof(env), data, in bhnd_nvram_tlv_getvar_direct() 658 error = bhnd_nvram_io_read(io, io_offset, tag, sizeof(*tag)); in bhnd_nvram_tlv_next_record() 671 error = bhnd_nvram_io_read(io, io_offset, &len_hdr, in bhnd_nvram_tlv_next_record() 682 error = bhnd_nvram_io_read(io, io_offset, &len_hdr, in bhnd_nvram_tlv_next_record()
|
H A D | bhnd_nvram_data_bcmraw.c | 90 if ((error = bhnd_nvram_io_read(io, 0x0, envp, envp_len))) in bhnd_nvram_bcmraw_probe() 125 if ((error = bhnd_nvram_io_read(io, io_size-envp_len, envp, envp_len))) in bhnd_nvram_bcmraw_probe() 266 if ((error = bhnd_nvram_io_read(src, 0x0, bcm->data, io_size))) in bhnd_nvram_bcmraw_init()
|
H A D | bhnd_nvram_data_bcm.c | 138 if ((error = bhnd_nvram_io_read(io, 0x0, &hdr, sizeof(hdr)))) in bhnd_nvram_bcm_probe() 191 if ((error = bhnd_nvram_io_read(io, offset, &hdr, sizeof(hdr)))) in bhnd_nvram_bcm_getvar_direct_common() 222 error = bhnd_nvram_io_read(io, offset, buf, buflen); in bhnd_nvram_bcm_getvar_direct_common() 336 error = bhnd_nvram_io_read(io, offset, in bhnd_nvram_bcm_getvar_direct_common() 566 if ((error = bhnd_nvram_io_read(src, 0x0, &hdr, sizeof(hdr)))) in bhnd_nvram_bcm_init() 603 if ((error = bhnd_nvram_io_read(src, 0x0, p, io_size))) in bhnd_nvram_bcm_init()
|
H A D | bhnd_nvram_io.c | 61 bhnd_nvram_io_read(struct bhnd_nvram_io *io, size_t offset, void *buffer, in bhnd_nvram_io_read() function
|
H A D | bhnd_nvram_data_sprom.c | 136 error = bhnd_nvram_io_read(io, layout->magic_offset, magic, in bhnd_nvram_sprom_check_magic() 215 if ((error = bhnd_nvram_io_read(io, nbytes, buf, nr))) in bhnd_nvram_sprom_ident() 229 error = bhnd_nvram_io_read(io, layout->srev_offset, &srevcrc, in bhnd_nvram_sprom_ident() 908 error = bhnd_nvram_io_read(data, offset, \ in bhnd_nvram_sprom_write_offset() 990 error = bhnd_nvram_io_read(data, offset, \ in bhnd_nvram_sprom_read_offset()
|
H A D | bhnd_nvram_io.h | 67 int bhnd_nvram_io_read(struct bhnd_nvram_io *io,
|
H A D | bhnd_nvram_data_btxt.c | 99 if ((error = bhnd_nvram_io_read(io, 0x0, &ident, sizeof(ident)))) in bhnd_nvram_btxt_probe() 173 error = bhnd_nvram_io_read(io, offset, buf, buflen); in bhnd_nvram_btxt_getvar_direct() 307 error = bhnd_nvram_io_read(io, offset, in bhnd_nvram_btxt_getvar_direct()
|
H A D | bhnd_nvram_iobuf.c | 211 if ((error = bhnd_nvram_io_read(src, offset, iobuf->buf, size))) { in bhnd_nvram_iobuf_copy_range()
|