Searched refs:ErrUnspec (Results 1 – 3 of 3) sorted by relevance
346 .ok_or(ErrUnspec)?; in flush_resource_to_surface()546 let rutabaga_iovecs = sglist_to_rutabaga_iovecs(&vecs[..], mem).map_err(|_| ErrUnspec)?; in attach_backing()611 None => return Err(ErrUnspec), in resource_create_blob()615 Some(sglist_to_rutabaga_iovecs(&vecs[..], mem).map_err(|_| ErrUnspec)?); in resource_create_blob()640 let map_info = self.rutabaga.map_info(resource_id).map_err(|_| ErrUnspec)?; in resource_map_blob()665 return Err(ErrUnspec); in resource_map_blob()673 return Err(ErrUnspec); in resource_map_blob()690 _ => Err(ErrUnspec), in resource_map_blob()701 let slot = resource.slot.ok_or(ErrUnspec)?; in resource_unmap_blob()712 _ => Err(ErrUnspec), in resource_unmap_blob()
314 Err(_) => return Err(GpuResponse::ErrUnspec), in process_gpu_command()321 Err(GpuResponse::ErrUnspec) in process_gpu_command()446 return Err(GpuResponse::ErrUnspec); in process_gpu_command()457 Err(_) => return Err(GpuResponse::ErrUnspec), in process_gpu_command()485 return Err(GpuResponse::ErrUnspec); in process_gpu_command()569 let mut resp = Err(GpuResponse::ErrUnspec); in process_descriptor()
807 ErrUnspec, enumerator1034 GpuResponse::ErrUnspec => VIRTIO_GPU_RESP_ERR_UNSPEC, in get_type()