Home
last modified time | relevance | path

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

/linux-6.15/rust/kernel/
H A Dprint.rs10 ffi::{c_char, c_void},
20 buf: *mut c_char, in rust_fmt_argument() argument
21 end: *mut c_char, in rust_fmt_argument() argument
23 ) -> *mut c_char { in rust_fmt_argument() argument
H A Dkunit.rs235 const KUNIT_TEST_SUITE_NAME: [::kernel::ffi::c_char; 256] = {
249 ret[i] = name_u8[i] as ::kernel::ffi::c_char;
H A Dfirmware.rs17 *const ffi::c_char,
H A Ddevice.rs177 klevel as *const _ as *const crate::ffi::c_char, in printk()
H A Dstr.rs235 pub unsafe fn from_char_ptr<'a>(ptr: *const crate::ffi::c_char) -> &'a Self { in from_char_ptr()
298 pub const fn as_char_ptr(&self) -> *const crate::ffi::c_char { in as_char_ptr() argument
/linux-6.15/rust/
H A Dffi.rs28 c_char = u8;
/linux-6.15/rust/kernel/sync/lock/
H A Dmutex.rs107 name: *const crate::ffi::c_char, in init() argument
H A Dspinlock.rs106 name: *const crate::ffi::c_char, in init() argument
/linux-6.15/rust/kernel/block/mq/
H A Draw_writer.rs28 a: &'a mut [crate::ffi::c_char; N], in from_array()
/linux-6.15/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-6.15/rust/kernel/sync/
H A Dlock.rs55 name: *const crate::ffi::c_char, in init() argument
/linux-6.15/drivers/gpu/drm/
H A Ddrm_panic_qr.rs896 url: *const kernel::ffi::c_char, in drm_panic_qr_generate() argument