Home
last modified time | relevance | path

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

/linux/rust/kernel/
H A Dstr.rs231 fn to_cstring(&self) -> Result<CString, AllocError>; in to_cstring() method
341 fn to_cstring(&self) -> Result<CString, AllocError> { in to_cstring() method
356 let mut s = self.to_cstring()?; in to_ascii_lowercase()
364 let mut s = self.to_cstring()?; in to_ascii_uppercase()
/linux/rust/kernel/io/
H A Dmem.rs181 name.to_cstring()?, in ioremap()