pub fn sys_object_map(
handle: Option<ObjID>,
id: ObjID,
slot: usize,
prot: Protections,
flags: MapFlags,
) -> Result<usize, ObjectMapError>
Expand description
Map an object into the address space with the specified protections.
pub fn sys_object_map(
handle: Option<ObjID>,
id: ObjID,
slot: usize,
prot: Protections,
flags: MapFlags,
) -> Result<usize, ObjectMapError>
Map an object into the address space with the specified protections.