/src/sys/stand/efiboot/ |
efifile.c | 71 SIMPLE_READ_FILE *srf; local in function:efi_file_open 99 srf = AllocatePool(sizeof(*srf)); 100 if (srf == NULL) 104 status = OpenSimpleReadFile(FALSE, NULL, 0, &dp, &device, srf); 107 FreePool(srf); 117 FreePool(srf); 121 f->f_fsdata = srf; 130 SIMPLE_READ_FILE *srf = f->f_fsdata; local in function:efi_file_close 132 CloseSimpleReadFile(*srf); 142 SIMPLE_READ_FILE *srf = f->f_fsdata; local in function:efi_file_strategy [all...] |
/src/sys/external/bsd/drm2/dist/drm/vmwgfx/ |
vmwgfx_so.c | 52 * @srf: Refcounted pointer to the surface pointed to by this view. 69 struct vmw_resource *srf; /* Immutable */ member in struct:vmw_view 138 struct vmw_surface *srf = vmw_res_to_srf(view->srf); local in function:vmw_view_commit_notify 140 list_add_tail(&view->srf_head, &srf->view_list); 165 struct vmw_surface *srf = vmw_res_to_srf(view->srf); local in function:vmw_view_create 187 WARN_ON(view->srf->id == SVGA3D_INVALID_ID); 188 cmd->body.sid = view->srf->id; 191 list_add_tail(&view->srf_head, &srf->view_list) [all...] |
vmwgfx_surface.c | 50 * @srf: The surface metadata. 56 struct vmw_surface srf; member in struct:vmw_user_surface 200 * @srf: Pointer to a struct vmw_surface 203 * restoration of the surface represented by @srf. 205 static inline uint32_t vmw_surface_dma_size(const struct vmw_surface *srf) 207 return srf->num_sizes * sizeof(struct vmw_surface_dma); 214 * @srf: Pointer to a struct vmw_surface 217 * of the surface represented by @srf. 219 static inline uint32_t vmw_surface_define_size(const struct vmw_surface *srf) 221 return sizeof(struct vmw_surface_define) + srf->num_sizes 414 struct vmw_surface *srf; local in function:vmw_legacy_srf_create 493 struct vmw_surface *srf = vmw_res_to_srf(res); local in function:vmw_legacy_srf_dma 667 struct vmw_surface *srf = vmw_res_to_srf(res); local in function:vmw_user_surface_free 735 struct vmw_surface *srf; local in function:vmw_surface_define_ioctl 1024 struct vmw_surface *srf; local in function:vmw_surface_reference_ioctl 1069 struct vmw_surface *srf = vmw_res_to_srf(res); local in function:vmw_gb_surface_create 1292 struct vmw_surface *srf = vmw_res_to_srf(res); local in function:vmw_gb_surface_destroy 1419 struct vmw_surface *srf; local in function:vmw_surface_gb_priv_define 1598 struct vmw_surface *srf; local in function:vmw_gb_surface_define_internal 1768 struct vmw_surface *srf; local in function:vmw_gb_surface_reference_internal 1970 struct vmw_surface *srf = vmw_res_to_srf(res); local in function:vmw_surface_dirty_range_add 2065 struct vmw_surface *srf = vmw_res_to_srf(res); local in function:vmw_surface_dirty_alloc [all...] |
vmwgfx_execbuf.c | 1526 struct vmw_surface *srf = NULL; local in function:vmw_cmd_dma 1570 srf = vmw_res_to_srf(sw_context->res_cache[vmw_res_surface].res); 1572 vmw_kms_cursor_snoop(srf, sw_context->fp->tfile, &vmw_bo->base, header); 2424 struct vmw_resource *srf; local in function:vmw_cmd_dx_view_define 2452 &cmd->sid, &srf); 2461 return vmw_view_add(sw_context->man, ctx_node->ctx, srf, view_type,
|