Home
last modified time | relevance | path

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

/bootable/libbootloader/gbl/libgbl/src/
Derror.rs46 BufferOverlap, enumerator
60 Error::BufferOverlap => write!(f, "Buffers overlap"), in fmt()
Dlib.rs516 return Err(IntegrationError::GblNativeError(Error::BufferOverlap)); in lvb_inner()