Home
last modified time | relevance | path

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

/linux/rust/kernel/
H A Dprint.rs10 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 Dstr.rs188 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 Dmutex.rs99 name: *const core::ffi::c_char, in init() argument
H A Dspinlock.rs98 name: *const core::ffi::c_char, in init() argument
/linux/rust/kernel/block/mq/
H A Draw_writer.rs28 a: &'a mut [core::ffi::c_char; N], in from_array()
/linux/tools/perf/scripts/python/
H A Dlibxed.py19 c_void_p, c_bool, c_byte, c_char, c_int, c_uint, c_longlong, c_ulonglong
H A 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/rust/kernel/sync/
H A Dlock.rs49 name: *const core::ffi::c_char, in init() argument