| /linux/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 | str.rs | 192 pub const fn as_char_ptr_in_const_context(c_str: &CStr) -> *const c_char { in as_char_ptr_in_const_context() argument 213 unsafe fn from_char_ptr<'a>(ptr: *const c_char) -> &'a Self; in from_char_ptr() 227 fn as_char_ptr(&self) -> *const c_char; in as_char_ptr() argument 322 unsafe fn from_char_ptr<'a>(ptr: *const c_char) -> &'a Self { in from_char_ptr() 337 fn as_char_ptr(&self) -> *const c_char { in as_char_ptr() argument
|
| H A D | uaccess.rs | 11 ffi::{c_char, c_void}, 577 dst.as_mut_ptr().cast::<c_char>(), in raw_strncpy_from_user() 578 src.as_const_ptr().cast::<c_char>(), in raw_strncpy_from_user()
|
| H A D | prelude.rs | 21 c_char, c_int, c_long, c_longlong, c_schar, c_short, c_uchar, c_uint, c_ulong, c_ulonglong,
|
| H A D | configfs.rs | 346 name: *const kernel::ffi::c_char, in make_group() argument 552 page: *mut kernel::ffi::c_char, in show() argument 585 page: *const kernel::ffi::c_char, in store() argument
|
| H A D | module_param.rs | 58 unsafe extern "C" fn set_param<T>(val: *const c_char, param: *const bindings::kernel_param) -> c_int in set_param() argument
|
| H A D | firmware.rs | 24 *const ffi::c_char,
|
| H A D | opp.rs | 16 ffi::{c_char, c_ulong}, 91 fn to_c_str_array(names: &[CString]) -> Result<KVec<*const c_char>> { in to_c_str_array() argument
|
| H A D | cpufreq.rs | 18 ffi::{c_char, c_ulong}, 1018 const fn copy_name(name: &'static CStr) -> [c_char; CPUFREQ_NAME_LEN] { in copy_name()
|
| H A D | device.rs | 464 klevel.as_ptr().cast::<crate::ffi::c_char>(), in printk()
|
| /linux/rust/kernel/debugfs/ |
| H A D | file_ops.rs | 140 fn read<T: Reader + Sync>(data: &T, buf: *const c_char, count: usize) -> isize { in read() argument 158 buf: *const c_char, in write() argument 218 buf: *const c_char, in write_only_write() argument 252 buf: *mut c_char, in blob_read() argument 307 buf: *const c_char, in blob_write() argument
|
| /linux/rust/ |
| H A D | ffi.rs | 28 c_char = u8;
|
| /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 2667 self.buffer = Array(c_char, self.buffer_size, lock=False)
|
| /linux/rust/kernel/sync/ |
| H A D | lock.rs | 55 name: *const crate::ffi::c_char, in init() argument
|
| /linux/drivers/android/binder/ |
| H A D | rust_binder_main.rs | 331 name: *const kernel::ffi::c_char, in rust_binder_new_context() argument
|
| /linux/Documentation/rust/ |
| H A D | coding-guidelines.rst | 293 fn f(p: *const c_char) -> c_int {
|