Home
last modified time | relevance | path

Searched defs:write_to (Results 1 – 2 of 2) sorted by relevance

/linux/tools/testing/selftests/vfio/scripts/
H A Dlib.sh5 function write_to() { function
/linux/rust/zerocopy/src/
H A Dlib.rs5922 fn write_to(&self, dst: &mut [u8]) -> Result<(), SizeError<&Self, &mut [u8]>> in write_to() method