Searched refs:obj (Results 251 - 275 of 1247) sorted by relevance

<<11121314151617181920>>

/openbsd-current/sys/arch/i386/compile/
H A DMakefile3 .if make(obj) || make(clean) || make(cleandir)
/openbsd-current/sys/arch/landisk/compile/
H A DMakefile3 .if make(obj) || make(clean) || make(cleandir)
/openbsd-current/sys/arch/loongson/compile/
H A DMakefile3 .if make(obj) || make(clean) || make(cleandir)
/openbsd-current/sys/arch/luna88k/compile/
H A DMakefile3 .if make(obj) || make(clean) || make(cleandir)
/openbsd-current/sys/arch/macppc/compile/
H A DMakefile3 .if make(obj) || make(clean) || make(cleandir)
/openbsd-current/sys/arch/octeon/compile/
H A DMakefile3 .if make(obj) || make(clean) || make(cleandir)
/openbsd-current/sys/arch/sparc64/compile/
H A DMakefile3 .if make(obj) || make(clean) || make(cleandir)
/openbsd-current/regress/libexec/ld.so/dlsym/test2/
H A DMakefile.inc3 .include <bsd.obj.mk>
/openbsd-current/sys/arch/alpha/compile/
H A DMakefile3 .if make(obj) || make(clean) || make(cleandir)
/openbsd-current/distrib/sparc64/
H A DMakefile5 .if make(obj) || make(cleandir) || make(clean)
/openbsd-current/sys/arch/powerpc64/compile/
H A DMakefile3 .if make(obj) || make(clean) || make(cleandir)
/openbsd-current/regress/sbin/
H A DMakefile5 .if defined(REGRESS_FULL) || make(clean) || make(cleandir) || make(obj)
/openbsd-current/gnu/usr.bin/perl/cpan/Scalar-List-Utils/t/
H A Dblessed.t45 my $obj = bless [], __PACKAGE__;
46 ::is( ::blessed($obj), __PACKAGE__, "blessed on broken isa() and can()" );
54 my $obj= bless {}, $utf8_pack;
55 ::is( ::blessed($obj), $utf8_pack, "blessed preserves utf8ness for utf8 class names" );
/openbsd-current/sys/arch/riscv64/compile/
H A DMakefile3 .if make(obj) || make(clean) || make(cleandir)
/openbsd-current/sys/dev/pci/drm/i915/gem/
H A Di915_gem_ttm_move.h38 void i915_ttm_adjust_domains_after_move(struct drm_i915_gem_object *obj);
40 void i915_ttm_adjust_gem_after_move(struct drm_i915_gem_object *obj);
H A Di915_gem_ttm_move.c80 * @obj: The gem object
82 void i915_ttm_adjust_domains_after_move(struct drm_i915_gem_object *obj) argument
84 struct ttm_buffer_object *bo = i915_gem_to_ttm(obj);
87 obj->write_domain = I915_GEM_DOMAIN_WC;
88 obj->read_domains = I915_GEM_DOMAIN_WC;
90 obj->write_domain = I915_GEM_DOMAIN_CPU;
91 obj->read_domains = I915_GEM_DOMAIN_CPU;
97 * @obj: The gem object
102 void i915_ttm_adjust_gem_after_move(struct drm_i915_gem_object *obj) argument
104 struct ttm_buffer_object *bo = i915_gem_to_ttm(obj);
164 struct drm_i915_gem_object *obj = i915_ttm_to_gem(bo); local
196 struct drm_i915_gem_object *obj = i915_ttm_to_gem(bo); local
302 struct drm_i915_gem_object *obj; member in struct:i915_ttm_memcpy_work
318 struct drm_i915_gem_object *obj = i915_ttm_to_gem(bo); local
478 struct drm_i915_gem_object *obj = i915_ttm_to_gem(bo); local
578 struct drm_i915_gem_object *obj = i915_ttm_to_gem(bo); local
[all...]
H A Di915_gem_wait.c148 i915_gem_object_wait_priority(struct drm_i915_gem_object *obj, argument
155 dma_resv_iter_begin(&cursor, obj->base.resv,
165 * @obj: i915 gem object
170 i915_gem_object_wait(struct drm_i915_gem_object *obj, argument
177 timeout = i915_gem_object_wait_reservation(obj->base.resv,
235 struct drm_i915_gem_object *obj; local
242 obj = i915_gem_object_lookup(file, args->bo_handle);
243 if (!obj)
248 ret = i915_gem_object_wait(obj,
274 i915_gem_object_put(obj);
289 i915_gem_object_wait_migration(struct drm_i915_gem_object *obj, unsigned int flags) argument
[all...]
/openbsd-current/sys/dev/pci/drm/i915/gem/selftests/
H A Di915_gem_context.c431 static unsigned long real_page_count(struct drm_i915_gem_object *obj) argument
433 return huge_gem_object_phys_size(obj) >> PAGE_SHIFT;
436 static unsigned long fake_page_count(struct drm_i915_gem_object *obj) argument
438 return huge_gem_object_dma_size(obj) >> PAGE_SHIFT;
442 struct drm_i915_gem_object *obj,
448 GEM_BUG_ON(obj->base.size > ce->vm->total);
451 vma = i915_vma_instance(obj, ce->vm, NULL);
468 (dw * real_page_count(obj)) << PAGE_SHIFT |
470 real_page_count(obj),
477 static int cpu_fill(struct drm_i915_gem_object *obj, u3 argument
441 gpu_fill(struct intel_context *ce, struct drm_i915_gem_object *obj, unsigned int dw) argument
508 cpu_check(struct drm_i915_gem_object *obj, unsigned int idx, unsigned int max) argument
560 file_add_object(struct file *file, struct drm_i915_gem_object *obj) argument
582 struct drm_i915_gem_object *obj; local
612 max_dwords(struct drm_i915_gem_object *obj) argument
675 struct drm_i915_gem_object *obj = NULL; local
823 struct drm_i915_gem_object *obj = NULL; local
940 emit_rpcs_query(struct drm_i915_gem_object *obj, struct intel_context *ce, struct i915_request **rq_out) argument
1090 __read_slice_count(struct intel_context *ce, struct drm_i915_gem_object *obj, struct igt_spinner *spin, u32 *rpcs) argument
1162 __sseu_finish(const char *name, unsigned int flags, struct intel_context *ce, struct drm_i915_gem_object *obj, unsigned int expected, struct igt_spinner *spin) argument
1206 __sseu_test(const char *name, unsigned int flags, struct intel_context *ce, struct drm_i915_gem_object *obj, struct intel_sseu sseu) argument
1244 struct drm_i915_gem_object *obj; local
1370 struct drm_i915_gem_object *obj = NULL; local
1508 write_to_scratch(struct i915_gem_context *ctx, struct intel_engine_cs *engine, struct drm_i915_gem_object *obj, u64 offset, u32 value) argument
1596 read_from_scratch(struct i915_gem_context *ctx, struct intel_engine_cs *engine, struct drm_i915_gem_object *obj, u64 offset, u32 *value) argument
[all...]
/openbsd-current/libexec/snmpd/snmpd_metrics/
H A Dmib.c330 struct agentx_object *obj; local
337 obj = agentx_varbind_get_object(vb);
338 if (obj == hrSystemProcesses) {
357 } else if (obj == hrSystemMaxProcesses) {
389 struct agentx_object *obj; local
442 obj = agentx_varbind_get_object(vb);
512 if (obj == hrStorageIndex)
514 else if (obj == hrStorageType)
516 else if (obj == hrStorageDescr)
518 else if (obj
533 struct agentx_object *obj; local
594 struct agentx_object *obj; local
645 struct agentx_object *obj; local
969 struct agentx_object *obj; local
1080 struct agentx_object *obj; local
1165 struct agentx_object *obj; local
1276 struct agentx_object *obj; local
1305 struct agentx_object *obj; local
1355 struct agentx_object *obj; local
1379 struct agentx_object *obj; local
1421 struct agentx_object *obj; local
1446 struct agentx_object *obj; local
1477 struct agentx_object *obj; local
1547 struct agentx_object *obj; local
1636 struct agentx_object *obj; local
1720 struct agentx_object *obj; local
1851 struct agentx_object *obj; local
1936 struct agentx_object *obj; local
2015 struct agentx_object *obj; local
2192 struct agentx_object *obj; local
2220 struct agentx_object *obj; local
2346 struct agentx_object *obj; local
2454 struct agentx_object *obj; local
2526 struct agentx_object *obj; local
2622 struct agentx_object *obj; local
2753 struct agentx_object *obj; local
2809 struct agentx_object *obj; local
2925 struct agentx_object *obj; local
3083 struct agentx_object *obj; local
3183 struct agentx_object *obj; local
[all...]
/openbsd-current/gnu/llvm/lldb/tools/lldb-vscode/
H A DJSONUtils.h25 /// \param[in] obj
33 void EmplaceSafeString(llvm::json::Object &obj, llvm::StringRef key,
49 /// \param[in] obj
59 llvm::StringRef GetString(const llvm::json::Object &obj, llvm::StringRef key);
60 llvm::StringRef GetString(const llvm::json::Object *obj, llvm::StringRef key);
65 /// \param[in] obj
75 uint64_t GetUnsigned(const llvm::json::Object &obj, llvm::StringRef key,
77 uint64_t GetUnsigned(const llvm::json::Object *obj, llvm::StringRef key,
83 /// \param[in] obj
93 bool GetBoolean(const llvm::json::Object &obj, llv
[all...]
/openbsd-current/games/battlestar/
H A Dcommand5.c268 int obj = -1, result = -1, person = 0, firstnumber, last1, last2; local
279 obj = wordvalue[wordnumber];
280 if (obj == EVERYTHING)
286 wordvalue[wordnumber] == obj) && wordnumber <= wordcount)
307 if (person == NORMGOD && godready < 2 && !(obj == RING || obj == BRACELET))
316 if (result != -1 && (TestBit(location[position].objects, obj) || obj == AMULET || obj == MEDALION || obj
[all...]
/openbsd-current/sys/dev/pci/drm/amd/amdgpu/
H A Damdgpu_ras.c195 struct ras_manager *obj = (struct ras_manager *)file_inode(f)->i_private; local
197 .head = obj->head,
202 if (amdgpu_ras_query_error_status(obj->adev, &info))
206 if (obj->adev->ip_versions[MP0_HWIP][0] != IP_VERSION(11, 0, 2) &&
207 obj->adev->ip_versions[MP0_HWIP][0] != IP_VERSION(11, 0, 4)) {
208 if (amdgpu_ras_reset_error_status(obj->adev, info.head.block))
209 dev_warn(obj->adev->dev, "Failed to reset error counter and error status");
605 struct ras_manager *obj = container_of(attr, struct ras_manager, sysfs_attr); local
607 .head = obj->head,
610 if (!amdgpu_ras_get_error_query_ready(obj
633 put_obj(struct ras_manager *obj) argument
646 struct ras_manager *obj; local
679 struct ras_manager *obj; local
734 struct ras_manager *obj = amdgpu_ras_find_obj(adev, head); local
877 struct ras_manager *obj, *tmp; local
965 struct amdgpu_ras_block_object *obj; local
1026 struct ras_manager *obj = amdgpu_ras_find_obj(adev, &info->head); local
1136 struct ras_manager *obj = amdgpu_ras_find_obj(adev, &info->head); local
1248 struct ras_manager *obj; local
1413 struct ras_manager *obj = amdgpu_ras_find_obj(adev, head); local
1451 struct ras_manager *obj = amdgpu_ras_find_obj(adev, head); local
1473 struct ras_manager *obj, *tmp; local
1554 struct ras_manager *obj = amdgpu_ras_find_obj(adev, &head->head); local
1573 struct ras_manager *obj; local
1685 amdgpu_ras_interrupt_poison_consumption_handler(struct ras_manager *obj, struct amdgpu_iv_entry *entry) argument
1726 amdgpu_ras_interrupt_poison_creation_handler(struct ras_manager *obj, struct amdgpu_iv_entry *entry) argument
1733 amdgpu_ras_interrupt_umc_handler(struct ras_manager *obj, struct amdgpu_iv_entry *entry) argument
1761 amdgpu_ras_interrupt_handler(struct ras_manager *obj) argument
1794 struct ras_manager *obj = local
1803 struct ras_manager *obj = amdgpu_ras_find_obj(adev, &info->head); local
1828 struct ras_manager *obj = amdgpu_ras_find_obj(adev, head); local
1850 struct ras_manager *obj = amdgpu_ras_find_obj(adev, head); local
1894 struct ras_manager *obj, *tmp; local
1908 struct ras_manager *obj; local
1979 struct ras_manager *obj; local
2872 struct ras_manager *obj, *tmp; local
2919 struct amdgpu_ras_block_object *obj; local
2966 struct amdgpu_ras_block_object *obj = NULL; local
[all...]
/openbsd-current/games/hack/
H A Dhack.read.c73 struct obj *scroll;
97 { struct obj *otmp = some_armor();
122 struct obj *otmp = some_armor();
184 { struct obj *obj; local
189 for(obj = invent; obj ; obj = obj->nobj)
190 if(obj
344 struct obj *obj; local
[all...]
/openbsd-current/gnu/llvm/lldb/third_party/Python/module/unittest2/unittest2/
H A Dloader.py77 obj = getattr(module, name)
78 if isinstance(obj, type) and issubclass(obj, unittest.TestCase):
79 tests.append(self.loadTestsFromTestCase(obj))
112 obj = module
114 parent, obj = obj, getattr(obj, part)
116 if isinstance(obj, types.ModuleType):
117 return self.loadTestsFromModule(obj)
[all...]
/openbsd-current/sys/dev/pci/drm/i915/pxp/
H A Dintel_pxp_tee.c125 GEM_BUG_ON(!pxp->stream_cmd.obj);
127 sg = i915_gem_object_get_sg_dma(pxp->stream_cmd.obj, 0, &offset);
232 struct drm_i915_gem_object *obj = NULL; local
236 pxp->stream_cmd.obj = NULL;
243 obj = i915_gem_object_create_lmem(i915, PAGE_SIZE, I915_BO_ALLOC_CONTIGUOUS);
244 if (IS_ERR(obj)) {
246 return PTR_ERR(obj);
249 err = i915_gem_object_pin_pages_unlocked(obj);
256 cmd = i915_gem_object_pin_map_unlocked(obj,
258 obj, tru
281 struct drm_i915_gem_object *obj = fetch_and_zero(&pxp->stream_cmd.obj); local
[all...]

Completed in 218 milliseconds

<<11121314151617181920>>