Home
last modified time | relevance | path

Searched refs:c_char (Results 1 – 7 of 7) sorted by relevance

/linux-6.6.21/rust/kernel/
Dprint.rs10 ffi::{c_char, c_void},
22 buf: *mut c_char, in rust_fmt_argument() argument
23 end: *mut c_char, in rust_fmt_argument() argument
25 ) -> *mut c_char { in rust_fmt_argument() argument
Dstr.rs98 pub unsafe fn from_char_ptr<'a>(ptr: *const core::ffi::c_char) -> &'a Self { in from_char_ptr()
148 pub const fn as_char_ptr(&self) -> *const core::ffi::c_char { in as_char_ptr() argument
/linux-6.6.21/rust/kernel/sync/lock/
Dmutex.rs100 name: *const core::ffi::c_char, in init() argument
Dspinlock.rs99 name: *const core::ffi::c_char, in init() argument
/linux-6.6.21/tools/perf/scripts/python/
Dlibxed.py19 c_void_p, c_bool, c_byte, c_char, c_int, c_uint, c_longlong, c_ulonglong
Dexported-sql-viewer.py136 c_void_p, c_bool, c_byte, c_char, c_int, c_uint, c_longlong, c_ulonglong
2664 self.buffer = Array(c_char, self.buffer_size, lock=False)
/linux-6.6.21/rust/kernel/sync/
Dlock.rs42 name: *const core::ffi::c_char, in init() argument