Searched refs:obj1 (Results 1 – 11 of 11) sorted by relevance
| /freebsd-13.1/crypto/openssl/crypto/x509v3/ |
| H A D | v3_pmaps.c | 69 ASN1_OBJECT *obj1 = NULL, *obj2 = NULL; in v2i_POLICY_MAPPINGS() local 88 obj1 = OBJ_txt2obj(val->name, 0); in v2i_POLICY_MAPPINGS() 90 if (!obj1 || !obj2) { in v2i_POLICY_MAPPINGS() 101 pmap->issuerDomainPolicy = obj1; in v2i_POLICY_MAPPINGS() 103 obj1 = obj2 = NULL; in v2i_POLICY_MAPPINGS() 108 ASN1_OBJECT_free(obj1); in v2i_POLICY_MAPPINGS()
|
| /freebsd-13.1/contrib/bmake/unit-tests/ |
| H A D | archive-suffix.mk | 17 all: lib.a(obj1.o) 22 obj1.c:
|
| H A D | posix1.mk | 136 lib.a: lib.a(obj1.o) lib.a(obj2.o) lib.a(obj3.o) 143 lib.a(obj1.o): dir/obj_1.o dummy 179 obj1.c dir/obj_1.c obj2.c obj_2.c obj3.c:
|
| /freebsd-13.1/sys/dev/usb/ |
| H A D | usb_hub_acpi.c | 283 ACPI_OBJECT *obj1; in acpi_uhub_parse_pld() local 285 obj1 = &obj->Package.Elements[0]; in acpi_uhub_parse_pld() 286 len = obj1->Buffer.Length; in acpi_uhub_parse_pld() 287 resbuf = obj1->Buffer.Pointer; in acpi_uhub_parse_pld()
|
| /freebsd-13.1/sys/dev/drm2/ |
| H A D | drm_gem.c | 427 struct drm_gem_object *obj1; in drm_gem_object_handle_free() local 430 obj1 = drm_gem_names_remove(&dev->object_names, obj->name); in drm_gem_object_handle_free() 432 drm_gem_object_unreference(obj1); in drm_gem_object_handle_free()
|
| /freebsd-13.1/sys/contrib/openzfs/module/lua/ |
| H A D | lobject.h | 238 #define setobj(L,obj1,obj2) \ argument 239 { const TValue *io2=(obj2); TValue *io1=(obj1); \ 351 #define setobj(L,obj1,obj2) \ argument 352 { const TValue *o2_=(obj2); TValue *o1_=(obj1); \
|
| /freebsd-13.1/sys/contrib/openzfs/module/zfs/ |
| H A D | dmu_redact.c | 175 const struct objnode *obj1 = o1; in objnode_compare() local 177 if (obj1->obj < obj2->obj) in objnode_compare() 179 if (obj1->obj > obj2->obj) in objnode_compare() 395 redact_range_compare(uint64_t obj1, uint64_t off1, uint32_t dbss1, in redact_range_compare() argument 399 create_zbookmark_from_obj_off(&z1, obj1, off1); in redact_range_compare()
|
| /freebsd-13.1/contrib/llvm-project/lld/ELF/ |
| H A D | Symbols.cpp | 647 std::string obj1 = sec1->getObjMsg(d->value); in reportDuplicate() local 654 msg += obj1 + "\n>>> defined at "; in reportDuplicate()
|
| /freebsd-13.1/contrib/lua/src/ |
| H A D | lobject.h | 116 #define setobj(L,obj1,obj2) \ argument 117 { TValue *io1=(obj1); const TValue *io2=(obj2); \
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Format/ |
| H A D | UnwrappedLineFormatter.cpp | 968 bool operator()(LineState *obj1, LineState *obj2) const { in operator ()() 969 return *obj1 < *obj2; in operator ()()
|
| /freebsd-13.1/libexec/rtld-elf/ |
| H A D | rtld.c | 2623 Obj_Entry *obj1; in process_needed() local 2626 obj1 = needed->obj = load_object(obj->strtab + needed->name, -1, obj, in process_needed() 2628 if (obj1 == NULL && !ld_tracing && (flags & RTLD_LO_FILTEES) == 0) in process_needed()
|