Searched refs:to_cstring (Results 1 – 2 of 2) sorted by relevance
232 fn to_cstring(&self) -> Result<CString, AllocError>; in to_cstring() method344 fn to_cstring(&self) -> Result<CString, AllocError> { in to_cstring() method359 let mut s = self.to_cstring()?; in to_ascii_lowercase()367 let mut s = self.to_cstring()?; in to_ascii_uppercase()
192 name.to_cstring()?, in ioremap()