Home
last modified time | relevance | path

Searched refs:IoBuffer (Results 1 – 1 of 1) sorted by relevance

/bootable/libbootloader/gbl/libstorage/src/
Dnon_blocking.rs228 struct IoBuffer<'a>(IoBufferState<'a>); struct
230 impl Drop for IoBuffer<'_> { implementation
241 impl<'a> IoBuffer<'a> { impl
370 current_io: Option<IoBuffer<'b>>,
459 let mut io_buffer = IoBuffer::new(buffer_raw); in write()
496 let mut io_buffer = IoBuffer::new(buffer_raw); in read()
579 buffer: &mut IoBuffer, in write_io_buffer() argument
606 buffer: &mut IoBuffer, in read_io_buffer() argument