Searched refs:c_char (Results 1 – 8 of 8) sorted by relevance
/linux/rust/kernel/ |
H A D | print.rs | 10 ffi::{c_char, c_void}, 19 buf: *mut c_char, in rust_fmt_argument() argument 20 end: *mut c_char, in rust_fmt_argument() argument 22 ) -> *mut c_char { in rust_fmt_argument() argument
|
H A D | str.rs | 188 pub unsafe fn from_char_ptr<'a>(ptr: *const core::ffi::c_char) -> &'a Self { in from_char_ptr() 251 pub const fn as_char_ptr(&self) -> *const core::ffi::c_char { in as_char_ptr() argument
|
/linux/rust/kernel/sync/lock/ |
H A D | mutex.rs | 99 name: *const core::ffi::c_char, in init() argument
|
H A D | spinlock.rs | 98 name: *const core::ffi::c_char, in init() argument
|
/linux/rust/kernel/block/mq/ |
H A D | raw_writer.rs | 28 a: &'a mut [core::ffi::c_char; N], in from_array()
|
/linux/tools/perf/scripts/python/ |
H A D | libxed.py | 19 c_void_p, c_bool, c_byte, c_char, c_int, c_uint, c_longlong, c_ulonglong
|
H A 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/rust/kernel/sync/ |
H A D | lock.rs | 49 name: *const core::ffi::c_char, in init() argument
|