/src/sys/external/bsd/drm2/dist/drm/virtio/ |
virtgpu_gem.c | 119 struct virtio_gpu_object_array *objs; local in function:virtio_gpu_gem_object_open 124 objs = virtio_gpu_array_alloc(1); 125 if (!objs) 127 virtio_gpu_array_add_obj(objs, obj); 130 objs); 139 struct virtio_gpu_object_array *objs; local in function:virtio_gpu_gem_object_close 144 objs = virtio_gpu_array_alloc(1); 145 if (!objs) 147 virtio_gpu_array_add_obj(objs, obj); 150 objs); 155 struct virtio_gpu_object_array *objs; local in function:virtio_gpu_array_alloc 175 struct virtio_gpu_object_array *objs; local in function:virtio_gpu_array_from_handles 259 struct virtio_gpu_object_array *objs; local in function:virtio_gpu_array_put_free_work [all...] |
virtgpu_object.c | 115 struct virtio_gpu_object_array *objs = NULL; local in function:virtio_gpu_object_create 136 objs = virtio_gpu_array_alloc(1); 137 if (!objs) 139 virtio_gpu_array_add_obj(objs, &bo->base.base); 141 ret = virtio_gpu_array_lock_resv(objs); 148 objs, fence); 151 objs, fence); 164 virtio_gpu_array_put_free(objs);
|
virtgpu_drv.h | 86 struct drm_gem_object *objs[]; member in struct:virtio_gpu_object_array 120 struct virtio_gpu_object_array *objs; member in struct:virtio_gpu_vbuffer 247 void virtio_gpu_array_add_obj(struct virtio_gpu_object_array *objs, 249 int virtio_gpu_array_lock_resv(struct virtio_gpu_object_array *objs); 250 void virtio_gpu_array_unlock_resv(struct virtio_gpu_object_array *objs); 251 void virtio_gpu_array_add_fence(struct virtio_gpu_object_array *objs, 253 void virtio_gpu_array_put_free(struct virtio_gpu_object_array *objs); 255 struct virtio_gpu_object_array *objs); 264 struct virtio_gpu_object_array *objs, 272 struct virtio_gpu_object_array *objs, [all...] |
virtgpu_ioctl.c | 297 struct virtio_gpu_object_array *objs; local in function:virtio_gpu_transfer_from_host_ioctl 305 objs = virtio_gpu_array_from_handles(file, &args->bo_handle, 1); 306 if (objs == NULL) 309 ret = virtio_gpu_array_lock_resv(objs); 320 &args->box, objs, fence); 325 virtio_gpu_array_unlock_resv(objs); 327 virtio_gpu_array_put_free(objs); 337 struct virtio_gpu_object_array *objs; local in function:virtio_gpu_transfer_to_host_ioctl 342 objs = virtio_gpu_array_from_handles(file, &args->bo_handle, 1); 343 if (objs == NULL [all...] |
virtgpu_plane.c | 117 struct virtio_gpu_object_array *objs; local in function:virtio_gpu_update_dumb_bo 125 objs = virtio_gpu_array_alloc(1); 126 if (!objs) 128 virtio_gpu_array_add_obj(objs, &bo->base.base); 131 objs, NULL); 262 struct virtio_gpu_object_array *objs; local in function:virtio_gpu_cursor_plane_update 264 objs = virtio_gpu_array_alloc(1); 265 if (!objs) 267 virtio_gpu_array_add_obj(objs, vgfb->base.obj[0]); 268 virtio_gpu_array_lock_resv(objs); [all...] |
virtgpu_vq.c | 245 if (entry->objs) 246 virtio_gpu_array_put_free_delayed(vgdev, entry->objs); 405 if (vbuf->objs) { 406 virtio_gpu_array_add_fence(vbuf->objs, &fence->f); 407 virtio_gpu_array_unlock_resv(vbuf->objs); 491 struct virtio_gpu_object_array *objs, 499 vbuf->objs = objs; 589 struct virtio_gpu_object_array *objs, 592 struct virtio_gpu_object *bo = gem_to_virtio_gpu_obj(objs->objs[0]) [all...] |
/src/sys/external/bsd/drm2/dist/drm/xen/ |
Makefile | 3 drm_xen_front-objs := xen_drm_front.o \
|
/src/usr.bin/crunch/examples/ |
Makefile | 28 objs: target 29 ${MAKE} -f $(OUTMK) objs
|
/src/common/dist/zlib/ |
Makefile.in | 68 OBJS = $(OBJC) $(OBJA) 126 libz.a: $(OBJS) 127 $(AR) $(ARFLAGS) $@ $(OBJS) 202 -@mkdir objs 2>/dev/null || test -d objs 203 $(CC) $(SFLAGS) $(ZINC) -DPIC -c -o objs/adler32.o $(SRCDIR)adler32.c 204 -@mv objs/adler32.o $@ 207 -@mkdir objs 2>/dev/null || test -d objs 208 $(CC) $(SFLAGS) $(ZINC) -DPIC -c -o objs/crc32.o $(SRCDIR)crc32. [all...] |
/src/games/hack/ |
hack.potion.c | 77 struct obj *otmp, *objs; local in function:dodrink 164 for (objs = fobj; objs; objs = objs->nobj) 165 if (objs->ox != u.ux || objs->oy != u.uy) 171 for (objs = fobj; objs; objs = objs->nobj [all...] |
/src/games/battlestar/ |
nightobjs.c | 43 const struct objs nightobjs[] = {
|
dayobjs.c | 43 const struct objs dayobjs[] = {
|
init.c | 50 const struct objs *p;
|
extern.h | 323 struct objs { struct 327 extern const struct objs dayobjs[]; 328 extern const struct objs nightobjs[];
|
command1.c | 78 const struct objs *p;
|
/src/sys/dev/acpi/ |
acpi_event.c | 162 ACPI_OBJECT_LIST objs, *arg = NULL; local in function:acpi_event_invoke 167 objs.Count = 1; 168 objs.Pointer = obj; 171 arg = &objs;
|
/src/usr.bin/crunch/crunchgen/ |
crunchgen.c | 78 strlst_t *objs, *objpaths; member in struct:prog 412 p2->objs = p2->objpaths = p2->links = p2->keepsymbols = NULL; 493 if (!strcmp(argv[2], "objs")) { 496 add_string(&p->objs, argv[i]); 576 "Run \"make -f %s objs exe\" to build crunched binary.\n", 644 if (!p->objs && p->srcdir && is_nonempty_file(path)) 647 if (!p->objpaths && p->objs) { 653 for (s = p->objs; s != NULL; s = s->next) { 659 if (!p->objs && verbose) 680 /* discover the objs from the srcdir Makefile * [all...] |
/src/sys/external/bsd/drm2/dist/drm/ |
drm_gem.c | 760 struct drm_gem_object **objs) 775 objs[i] = obj; 796 * @objs filled in with GEM object pointers. Returned GEM objects need to be 806 struct drm_gem_object **objs; local in function:drm_gem_objects_lookup 811 objs = kvmalloc_array(count, sizeof(struct drm_gem_object *), 813 if (!objs) 828 ret = objects_lookup(filp, handles, count, objs); 829 *objs_out = objs; 1410 * @objs: drm_gem_objects to lock 1411 * @count: Number of objects in @objs [all...] |
/src/sys/external/bsd/drm2/dist/include/drm/ |
drm_gem.h | 441 int drm_gem_lock_reservations(struct drm_gem_object **objs, int count, 443 void drm_gem_unlock_reservations(struct drm_gem_object **objs, int count,
|
/src/libexec/ld.elf_so/ |
rtld.h | 76 (dlp)->objs = alloca((dlp)->num_alloc * sizeof((dlp)->objs[0])), \ 77 assert((dlp)->objs != NULL), \ 332 const Obj_Entry **objs; /* Array of object pointers */ member in struct:Struct_DoneList
|
symbol.c | 73 if (dlp->objs[i] == obj) 80 dlp->objs[dlp->num_used++] = obj;
|
/src/sys/external/bsd/drm2/dist/drm/i915/gem/ |
i915_gem_object_blt.c | 323 struct drm_gem_object *objs[] = { &src->base, &dst->base }; local in function:i915_gem_object_copy_blt 362 err = drm_gem_lock_reservations(objs, ARRAY_SIZE(objs), &acquire); 390 drm_gem_unlock_reservations(objs, ARRAY_SIZE(objs), &acquire);
|
/src/sys/dev/scsipi/ |
ses.c | 368 ses_objstat objs; local in function:sesioctl 453 error = copyin(addr, &objs, sizeof (ses_objstat)); 456 if (objs.obj_id >= ssc->ses_nobjects) { 460 error = (*ssc->ses_vec.get_objstat)(ssc, &objs, 1); 463 error = copyout(&objs, addr, sizeof (ses_objstat)); 467 ssc->ses_objmap[objs.obj_id].svalid = 0; 473 error = copyin(addr, &objs, sizeof (ses_objstat)); 477 if (objs.obj_id >= ssc->ses_nobjects) { 481 error = (*ssc->ses_vec.set_objstat)(ssc, &objs, 1); 486 ssc->ses_objmap[objs.obj_id].svalid = 0 [all...] |
/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
amdgpu_ras.c | 442 obj = &con->objs[head->block]; 470 obj = &con->objs[head->block]; 478 obj = &con->objs[i]; 1776 con->objs = (struct ras_manager *)(con + 1);
|
amdgpu_ras.h | 328 struct ras_manager *objs; member in struct:amdgpu_ras
|