Home
last modified time | relevance | path

Searched refs:from_foreign (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/rust/kernel/
H A Dtypes.rs48 unsafe fn from_foreign(ptr: *const core::ffi::c_void) -> Self; in from_foreign() method
66 unsafe fn from_foreign(ptr: *const core::ffi::c_void) -> Self { in from_foreign() method
82 unsafe fn from_foreign(_: *const core::ffi::c_void) -> Self {} in from_foreign() method
/openbmc/linux/rust/kernel/sync/
H A Darc.rs253 unsafe fn from_foreign(ptr: *const core::ffi::c_void) -> Self { in from_foreign() method