Searched refs:c_char (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/rust/kernel/ |
H A D | print.rs | 10 ffi::{c_char, c_void}, 22 buf: *mut c_char, in rust_fmt_argument() argument 23 end: *mut c_char, in rust_fmt_argument() argument 25 ) -> *mut c_char { in rust_fmt_argument() argument
|
H A D | str.rs | 98 pub unsafe fn from_char_ptr<'a>(ptr: *const core::ffi::c_char) -> &'a Self { in from_char_ptr() 148 pub const fn as_char_ptr(&self) -> *const core::ffi::c_char { in as_char_ptr() argument
|
/openbmc/qemu/rust/qemu-api/src/ |
H A D | vmstate.rs | 59 .as_ptr() as *const ::std::os::raw::c_char, 136 .as_ptr() as *const ::std::os::raw::c_char, 184 .as_ptr() as *const ::std::os::raw::c_char, 209 .as_ptr() as *const ::std::os::raw::c_char, 234 .as_ptr() as *const ::std::os::raw::c_char,
|
/openbmc/linux/rust/kernel/sync/lock/ |
H A D | spinlock.rs | 99 name: *const core::ffi::c_char, in init() argument
|
H A D | mutex.rs | 100 name: *const core::ffi::c_char, in init() argument
|
/openbmc/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 2664 self.buffer = Array(c_char, self.buffer_size, lock=False)
|
/openbmc/linux/rust/kernel/sync/ |
H A D | lock.rs | 42 name: *const core::ffi::c_char, in init() argument
|
/openbmc/qemu/scripts/ |
H A D | dump-guest-memory.py | 211 ("n_name", ctypes.c_char * len_name),
|
/openbmc/qemu/tests/functional/acpi-bits/bits-tests/ |
H A D | smbios.py2 | 52 signature = (ctypes.c_char * 4).from_address(address + offset).value
|