Searched refs:c_char (Results 1 – 13 of 13) sorted by relevance
| /linux-6.15/rust/kernel/ |
| H A D | print.rs | 10 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 D | kunit.rs | 235 const KUNIT_TEST_SUITE_NAME: [::kernel::ffi::c_char; 256] = { 249 ret[i] = name_u8[i] as ::kernel::ffi::c_char;
|
| H A D | firmware.rs | 17 *const ffi::c_char,
|
| H A D | device.rs | 177 klevel as *const _ as *const crate::ffi::c_char, in printk()
|
| H A D | str.rs | 235 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 D | ffi.rs | 28 c_char = u8;
|
| /linux-6.15/rust/kernel/sync/lock/ |
| H A D | mutex.rs | 107 name: *const crate::ffi::c_char, in init() argument
|
| H A D | spinlock.rs | 106 name: *const crate::ffi::c_char, in init() argument
|
| /linux-6.15/rust/kernel/block/mq/ |
| H A D | raw_writer.rs | 28 a: &'a mut [crate::ffi::c_char; N], in from_array()
|
| /linux-6.15/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-6.15/rust/kernel/sync/ |
| H A D | lock.rs | 55 name: *const crate::ffi::c_char, in init() argument
|
| /linux-6.15/drivers/gpu/drm/ |
| H A D | drm_panic_qr.rs | 896 url: *const kernel::ffi::c_char, in drm_panic_qr_generate() argument
|