Home
last modified time | relevance | path

Searched refs:obj1 (Results 1 – 11 of 11) sorted by relevance

/freebsd/crypto/openssl/crypto/x509/
H A Dv3_pmaps.c69 ASN1_OBJECT *obj1 = NULL, *obj2 = NULL; in v2i_POLICY_MAPPINGS() local
87 obj1 = OBJ_txt2obj(val->name, 0); in v2i_POLICY_MAPPINGS()
89 if (!obj1 || !obj2) { in v2i_POLICY_MAPPINGS()
99 pmap->issuerDomainPolicy = obj1; in v2i_POLICY_MAPPINGS()
101 obj1 = obj2 = NULL; in v2i_POLICY_MAPPINGS()
106 ASN1_OBJECT_free(obj1); in v2i_POLICY_MAPPINGS()
/freebsd/contrib/bmake/unit-tests/
H A Darchive-suffix.mk17 all: lib.a(obj1.o)
22 obj1.c:
H A Dposix1.mk136 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/sys/dev/usb/
H A Dusb_hub_acpi.c282 ACPI_OBJECT *obj1; in acpi_uhub_parse_pld() local
284 obj1 = &obj->Package.Elements[0]; in acpi_uhub_parse_pld()
285 len = obj1->Buffer.Length; in acpi_uhub_parse_pld()
286 resbuf = obj1->Buffer.Pointer; in acpi_uhub_parse_pld()
/freebsd/sys/dev/drm2/
H A Ddrm_gem.c425 struct drm_gem_object *obj1; in drm_gem_object_handle_free() local
428 obj1 = drm_gem_names_remove(&dev->object_names, obj->name); in drm_gem_object_handle_free()
430 drm_gem_object_unreference(obj1); in drm_gem_object_handle_free()
/freebsd/sys/contrib/openzfs/module/lua/
H A Dlobject.h237 #define setobj(L,obj1,obj2) \ argument
238 { const TValue *io2=(obj2); TValue *io1=(obj1); \
350 #define setobj(L,obj1,obj2) \ argument
351 { const TValue *o2_=(obj2); TValue *o1_=(obj1); \
/freebsd/sys/contrib/openzfs/module/zfs/
H A Ddmu_redact.c176 const struct objnode *obj1 = o1; in objnode_compare() local
178 if (obj1->obj < obj2->obj) in objnode_compare()
180 if (obj1->obj > obj2->obj) in objnode_compare()
398 redact_range_compare(uint64_t obj1, uint64_t off1, uint32_t dbss1, in redact_range_compare() argument
402 create_zbookmark_from_obj_off(&z1, obj1, off1); in redact_range_compare()
/freebsd/contrib/llvm-project/lld/ELF/
H A DSymbols.cpp556 std::string obj1 = sec1->getObjMsg(d->value); in reportDuplicate() local
563 msg += obj1 + "\n>>> defined at "; in reportDuplicate()
/freebsd/contrib/lua/src/
H A Dlobject.h118 #define setobj(L,obj1,obj2) \ argument
119 { TValue *io1=(obj1); const TValue *io2=(obj2); \
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineFormatter.cpp1175 bool operator()(LineState *obj1, LineState *obj2) const { in operator ()()
1176 return *obj1 < *obj2; in operator ()()
/freebsd/libexec/rtld-elf/
H A Drtld.c2648 Obj_Entry *obj1; in process_needed() local
2651 obj1 = needed->obj = load_object(obj->strtab + needed->name, -1, in process_needed()
2653 if (obj1 == NULL && !ld_tracing && in process_needed()