Searched refs:bhnd_nvram_io_read_ptr (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/dev/bhnd/nvram/ |
H A D | bhnd_nvram_data_btxt.c | 461 error = bhnd_nvram_io_read_ptr(btxt->data, 0x0, &ptr, io_size, NULL); in bhnd_nvram_btxt_init() 504 error = bhnd_nvram_io_read_ptr(btxt->data, io_offset, &envp, in bhnd_nvram_btxt_init() 632 error = bhnd_nvram_io_read_ptr(btxt->data, io_offset, &nptr, 1, NULL); in bhnd_nvram_btxt_next() 698 error = bhnd_nvram_io_read_ptr(btxt->data, io_offset, &eptr, env_len, in bhnd_nvram_btxt_getvar_ptr() 737 error = bhnd_nvram_io_read_ptr(btxt->data, io_offset, &ptr, 1, NULL); in bhnd_nvram_btxt_getvar_name() 759 error = bhnd_nvram_io_read_ptr(btxt->data, 0x0, &ptr, io_offset, NULL); in bhnd_nvram_btxt_offset_to_cookiep() 779 error = bhnd_nvram_io_read_ptr(btxt->data, 0x0, &ptr, io_size, NULL); in bhnd_nvram_btxt_cookiep_to_offset() 803 if ((error = bhnd_nvram_io_read_ptr(io, offset, &rbuf, 0, &nbytes))) in bhnd_nvram_btxt_entry_len() 842 if ((error = bhnd_nvram_io_read_ptr(io, *offset, &rbuf, 0, &nbytes))) in bhnd_nvram_btxt_seek_eol() 882 if ((error = bhnd_nvram_io_read_ptr(io, *offset, &rbuf, 0, &nbytes))) in bhnd_nvram_btxt_seek_next()
|
H A D | bhnd_nvram_io.c | 93 bhnd_nvram_io_read_ptr(struct bhnd_nvram_io *io, size_t offset, in bhnd_nvram_io_read_ptr() function
|
H A D | bhnd_nvram_io.h | 69 int bhnd_nvram_io_read_ptr(struct bhnd_nvram_io *io,
|
H A D | bhnd_nvram_ioptr.c | 204 if ((error = bhnd_nvram_io_read_ptr(io, offset, &ptr, nbytes, NULL))) in bhnd_nvram_ioptr_read()
|
H A D | bhnd_nvram_iobuf.c | 315 if ((error = bhnd_nvram_io_read_ptr(io, offset, &ptr, nbytes, NULL))) in bhnd_nvram_iobuf_read()
|
H A D | bhnd_nvram_data_tlv.c | 851 error = bhnd_nvram_io_read_ptr(tlv->data, 0x0, &ptr, io_offset, NULL); in bhnd_nvram_tlv_to_cookie() 872 error = bhnd_nvram_io_read_ptr(tlv->data, 0x0, &ptr, io_size, NULL); in bhnd_nvram_tlv_to_offset()
|
H A D | bhnd_nvram_data_bcm.c | 838 error = bhnd_nvram_io_read_ptr(bcm->data, io_offset, &ptr, io_size, in bhnd_nvram_bcm_next()
|