Searched refs:c_char (Results 1 – 7 of 7) sorted by relevance
/linux-6.6.21/rust/kernel/ |
D | print.rs | 10 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
|
D | str.rs | 98 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/ |
D | mutex.rs | 100 name: *const core::ffi::c_char, in init() argument
|
D | spinlock.rs | 99 name: *const core::ffi::c_char, in init() argument
|
/linux-6.6.21/tools/perf/scripts/python/ |
D | libxed.py | 19 c_void_p, c_bool, c_byte, c_char, c_int, c_uint, c_longlong, c_ulonglong
|
D | exported-sql-viewer.py | 136 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/ |
D | lock.rs | 42 name: *const core::ffi::c_char, in init() argument
|