Home
last modified time | relevance | path

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

/openbmc/linux/rust/kernel/
H A Dprint.rs10 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 Dstr.rs98 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 Dvmstate.rs59 .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 Dspinlock.rs99 name: *const core::ffi::c_char, in init() argument
H A Dmutex.rs100 name: *const core::ffi::c_char, in init() argument
/openbmc/linux/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)
/openbmc/linux/rust/kernel/sync/
H A Dlock.rs42 name: *const core::ffi::c_char, in init() argument
/openbmc/qemu/scripts/
H A Ddump-guest-memory.py211 ("n_name", ctypes.c_char * len_name),
/openbmc/qemu/tests/functional/acpi-bits/bits-tests/
H A Dsmbios.py252 signature = (ctypes.c_char * 4).from_address(address + offset).value