Lines Matching refs:rbuf
798 const void *rbuf; in bhnd_nvram_btxt_entry_len() local
803 if ((error = bhnd_nvram_io_read_ptr(io, offset, &rbuf, 0, &nbytes))) in bhnd_nvram_btxt_entry_len()
807 p = rbuf; in bhnd_nvram_btxt_entry_len()
808 baseptr = rbuf; in bhnd_nvram_btxt_entry_len()
837 const void *rbuf; in bhnd_nvram_btxt_seek_eol() local
842 if ((error = bhnd_nvram_io_read_ptr(io, *offset, &rbuf, 0, &nbytes))) in bhnd_nvram_btxt_seek_eol()
845 baseptr = rbuf; in bhnd_nvram_btxt_seek_eol()
846 p = rbuf; in bhnd_nvram_btxt_seek_eol()
877 const void *rbuf; in bhnd_nvram_btxt_seek_next() local
882 if ((error = bhnd_nvram_io_read_ptr(io, *offset, &rbuf, 0, &nbytes))) in bhnd_nvram_btxt_seek_next()
886 baseptr = rbuf; in bhnd_nvram_btxt_seek_next()
887 p = rbuf; in bhnd_nvram_btxt_seek_next()