| /src/sys/external/bsd/drm2/dist/drm/xen/ |
| Makefile | 3 drm_xen_front-objs := xen_drm_front.o \
|
| /src/sys/external/bsd/drm2/dist/drm/virtio/ |
| virtgpu_object.c | 115 struct virtio_gpu_object_array *objs = NULL; local 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_gem.c | 119 struct virtio_gpu_object_array *objs; local 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 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 175 struct virtio_gpu_object_array *objs; local 259 struct virtio_gpu_object_array *objs; local [all...] |
| virtgpu_plane.c | 117 struct virtio_gpu_object_array *objs; local 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 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_ioctl.c | 297 struct virtio_gpu_object_array *objs; local 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 342 objs = virtio_gpu_array_from_handles(file, &args->bo_handle, 1); 343 if (objs == NULL [all...] |
| 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...] |
| /src/games/hack/ |
| hack.potion.c | 77 struct obj *otmp, *objs; local 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/sys/external/bsd/drm2/dist/drm/i915/gem/ |
| i915_gem_object_blt.c | 323 struct drm_gem_object *objs[] = { &src->base, &dst->base }; local 362 err = drm_gem_lock_reservations(objs, ARRAY_SIZE(objs), &acquire); 390 drm_gem_unlock_reservations(objs, ARRAY_SIZE(objs), &acquire);
|
| /src/external/gpl3/binutils/dist/gprofng/src/ |
| MemorySpace.h | 93 HashMap<uint64_t, MemObj*> *objs; member in class:MemorySpace
|
| Expression.cc | 1104 Vector<Histable*> *objs = NULL; local 1108 objs = (Vector<Histable*>*)dbeSession->match_func_names ((char*) arg1->v.val, nfmt); 1111 objs = (Vector<Histable*>*)dbeSession->match_dobj_names ((char*) arg1->v.val); 1114 int i = objs ? objs->size () - 1 : -1; 1117 cur->v.val = objs->fetch (i)->id; 1125 if (objs) 1126 delete objs; 1131 Vector<JThread*> *objs = NULL; local 1135 objs = dbeSession->match_java_threads ((char*) arg1->v.val, 0, grids 1166 Vector<Histable*> *objs = NULL; local [all...] |
| gp-archive.cc | 151 Vector <LoadObject*> *objs = new Vector<LoadObject*>(); local 165 objs->append (lo); 179 (int) (objs ? objs->size () : -1)); 180 for (long i = 0, sz = VecSize(objs); i < sz; i++) 182 LoadObject *lo = objs->get (i); 188 return objs;
|
| DbeSession.h | 282 return (id >= 0 && id < objs->size ()) ? objs->fetch (id) : NULL; 430 Vector<Histable*> *objs; // Master list of Functions,Modules,Segments member in class:DbeSession
|
| /src/external/gpl3/binutils.old/dist/gprofng/src/ |
| MemorySpace.h | 93 HashMap<uint64_t, MemObj*> *objs; member in class:MemorySpace
|
| Expression.cc | 1104 Vector<Histable*> *objs = NULL; local 1108 objs = (Vector<Histable*>*)dbeSession->match_func_names ((char*) arg1->v.val, nfmt); 1111 objs = (Vector<Histable*>*)dbeSession->match_dobj_names ((char*) arg1->v.val); 1114 int i = objs ? objs->size () - 1 : -1; 1117 cur->v.val = objs->fetch (i)->id; 1125 if (objs) 1126 delete objs; 1131 Vector<JThread*> *objs = NULL; local 1135 objs = dbeSession->match_java_threads ((char*) arg1->v.val, 0, grids 1166 Vector<Histable*> *objs = NULL; local [all...] |
| gp-archive.cc | 151 Vector <LoadObject*> *objs = new Vector<LoadObject*>(); local 165 objs->append (lo); 179 (int) (objs ? objs->size () : -1)); 180 for (long i = 0, sz = VecSize(objs); i < sz; i++) 182 LoadObject *lo = objs->get (i); 188 return objs;
|
| DbeSession.h | 282 return (id >= 0 && id < objs->size ()) ? objs->fetch (id) : NULL; 430 Vector<Histable*> *objs; // Master list of Functions,Modules,Segments member in class:DbeSession
|
| /src/sys/dev/acpi/ |
| acpi_event.c | 162 ACPI_OBJECT_LIST objs, *arg = NULL; local 167 objs.Count = 1; 168 objs.Pointer = obj; 171 arg = &objs;
|
| /src/external/bsd/jemalloc.old/dist/test/unit/ |
| prof_reset.c | 122 void *objs[OBJ_RING_BUF_COUNT]; local 124 memset(objs, 0, sizeof(objs)); 139 void **pp = &objs[i % OBJ_RING_BUF_COUNT]; 152 void **pp = &objs[i % OBJ_RING_BUF_COUNT];
|
| /src/external/bsd/jemalloc/dist/test/unit/ |
| prof_reset.c | 124 void *objs[OBJ_RING_BUF_COUNT]; local 126 memset(objs, 0, sizeof(objs)); 142 void **pp = &objs[i % OBJ_RING_BUF_COUNT]; 155 void **pp = &objs[i % OBJ_RING_BUF_COUNT];
|
| /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 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/crypto/external/apache2/openssl/dist/crypto/x509/ |
| x509_local.h | 117 STACK_OF(X509_OBJECT) *objs; /* Cache of all objects */ member in struct:x509_store_st
|
| /src/crypto/external/bsd/openssl/dist/crypto/x509/ |
| x509_local.h | 117 STACK_OF(X509_OBJECT) *objs; /* Cache of all objects */ member in struct:x509_store_st
|
| /src/crypto/external/bsd/openssl.old/dist/crypto/x509/ |
| x509_local.h | 108 STACK_OF(X509_OBJECT) *objs; /* Cache of all objects */ member in struct:x509_store_st
|
| /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/crypto/external/bsd/heimdal/dist/lib/hx509/ |
| softp11.c | 72 struct st_object **objs; member in struct:soft_token::__anon861 193 if (soft_token.object.objs[i] == NULL) 195 if (soft_token.object.objs[i]->object_handle != handle) 197 *object = soft_token.object.objs[i]; 308 struct st_object *o, **objs; local 316 if (soft_token.object.objs == NULL) { 317 soft_token.object.objs[i] = o; 322 objs = realloc(soft_token.object.objs, 323 (soft_token.object.num_objs + 1) * sizeof(soft_token.object.objs[0])) [all...] |