Home
last modified time | relevance | path

Searched defs:CString (Results 1 – 3 of 3) sorted by relevance

/linux/rust/kernel/
H A Dstr.rs358 pub fn to_cstring(&self) -> Result<CString, AllocError> { in to_cstring()
401 pub fn to_ascii_lowercase(&self) -> Result<CString, AllocError> { in to_ascii_lowercase()
418 pub fn to_ascii_uppercase(&self) -> Result<CString, AllocError> { in to_ascii_uppercase()
857 pub struct CString { struct
858 buf: KVec<u8>,
861 impl CString { impl
896 impl Deref for CString { implementation
906 impl DerefMut for CString { implementation
914 impl<'a> TryFrom<&'a CStr> for CString { implementation
917 fn try_from(cstr: &'a CStr) -> Result<CString, AllocError> { in try_from()
[all …]
H A Dconfigfs.rs259 name: CString, in new()
/linux/drivers/cpufreq/
H A Drcpufreq_dt.rs21 fn find_supply_name_exact(dev: &Device, name: &str) -> Option<CString> { in find_supply_name_exact()
29 fn find_supply_names(dev: &Device, cpu: cpu::CpuId) -> Option<KVec<CString>> { in find_supply_names()