Searched refs:as_bytes_with_nul (Results 1 – 3 of 3) sorted by relevance
32 let src = compatible.as_bytes_with_nul(); in new()
293 this = this.push_internal(module_name.as_bytes_with_nul()); in push_module_name()
310 pub const fn as_bytes_with_nul(&self) -> &[u8] { in as_bytes_with_nul() method930 buf.extend_from_slice(cstr.as_bytes_with_nul(), GFP_KERNEL)?; in try_from()