Searched refs:to_cstring (Results 1 – 2 of 2) sorted by relevance
231 fn to_cstring(&self) -> Result<CString, AllocError>; in to_cstring() method341 fn to_cstring(&self) -> Result<CString, AllocError> { in to_cstring() method356 let mut s = self.to_cstring()?; in to_ascii_lowercase()364 let mut s = self.to_cstring()?; in to_ascii_uppercase()
181 name.to_cstring()?, in ioremap()