Searched defs:status_t (Results 1 – 1 of 1) sorted by relevance
28 pub type status_t = i32; typedef861 pub fn delete_area(id: area_id) -> status_t; in delete_area()862 pub fn resize_area(id: area_id, newSize: usize) -> status_t; in resize_area()863 pub fn set_area_protection(id: area_id, newProtection: u32) -> status_t; in set_area_protection()864 pub fn _get_area_info(id: area_id, areaInfo: *mut area_info, size: usize) -> status_t; in _get_area_info()870 ) -> status_t; in _get_next_area_info()893 ) -> status_t; in write_port()901 ) -> status_t; in write_port_etc()902 pub fn close_port(port: port_id) -> status_t; in close_port()903 pub fn delete_port(port: port_id) -> status_t; in delete_port()[all …]