Searched defs:c_char (Results 1 – 12 of 12) sorted by relevance
| /linux/rust/kernel/ |
| H A D | print.rs | 20 rust_fmt_argument( buf: *mut c_char, end: *mut c_char, ptr: *const c_void, ) -> *mut c_char rust_fmt_argument() argument 21 rust_fmt_argument( buf: *mut c_char, end: *mut c_char, ptr: *const c_void, ) -> *mut c_char rust_fmt_argument() argument 23 rust_fmt_argument( buf: *mut c_char, end: *mut c_char, ptr: *const c_void, ) -> *mut c_char rust_fmt_argument() argument
|
| H A D | configfs.rs | 345 name: *const kernel::ffi::c_char, in make_group() 551 page: *mut kernel::ffi::c_char, in show() 584 page: *const kernel::ffi::c_char, in store()
|
| 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()
|
| H A D | soc.rs | 63 fn cstring_to_c(mcs: &Option<CString>) -> *const kernel::ffi::c_char { in cstring_to_c()
|
| H A D | str.rs | 193 pub const fn as_char_ptr_in_const_context(c_str: &CStr) -> *const c_char { in as_char_ptr_in_const_context() 228 fn as_char_ptr(&self) -> *const c_char; in as_char_ptr() 340 fn as_char_ptr(&self) -> *const c_char { in as_char_ptr()
|
| H A D | opp.rs | 91 fn to_c_str_array(names: &[CString]) -> Result<KVec<*const c_char>> { in to_c_str_array()
|
| /linux/rust/kernel/debugfs/ |
| H A D | file_ops.rs | 148 fn read<T: Reader + Sync>(data: &T, buf: *const c_char, count: usize) -> isize { in read() 166 buf: *const c_char, in write() 225 buf: *const c_char, in write_only_write() 258 buf: *mut c_char, in blob_read() 312 buf: *const c_char, in blob_write()
|
| /linux/rust/kernel/sync/lock/ |
| H A D | spinlock.rs | 106 init( ptr: *mut Self::State, name: *const crate::ffi::c_char, key: *mut bindings::lock_class_key, ) init() argument
|
| H A D | mutex.rs | 107 init( ptr: *mut Self::State, name: *const crate::ffi::c_char, key: *mut bindings::lock_class_key, ) init() argument
|
| /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 | 339 name: *const kernel::ffi::c_char, in rust_binder_new_context()
|
| /linux/drivers/gpu/drm/ |
| H A D | drm_panic_qr.rs | 942 url: *const kernel::ffi::c_char, in drm_panic_qr_generate()
|