Searched refs:from_err_ptr (Results 1 – 2 of 2) sorted by relevance
9 use crate::{bindings, error::from_err_ptr, error::Result, sync::Arc};106 let gendisk = from_err_ptr(unsafe { in build()
408 pub fn from_err_ptr<T>(ptr: *mut T) -> Result<*mut T> { in from_err_ptr() function