Home
last modified time | relevance | path

Searched refs:object (Results 151 – 175 of 2371) sorted by relevance

12345678910>>...95

/freebsd/sys/contrib/openzfs/module/zfs/
H A Ddmu_redact.c386 zb->zb_object = object; in create_zbookmark_from_obj_off()
630 coalesce->rbp_object = object; in update_redaction_list()
857 uint64_t *object, dnode_t **dn) in hold_next_object() argument
863 if (*object < rec->start_object) { in hold_next_object()
864 *object = rec->start_object - 1; in hold_next_object()
907 uint64_t object; in perform_redaction() local
909 object = rec->start_object - 1; in perform_redaction()
912 object = prev_obj; in perform_redaction()
927 if (rec->start_object < object) in perform_redaction()
943 if (object == rec->end_object) in perform_redaction()
[all …]
H A Ddmu_send.c151 uint64_t object; member
183 } object; member
384 drrf->drr_object = object; in dump_free()
443 drrr->drr_object = object; in dump_redact()
813 record.object = object; in dump_dnode()
912 err = dump_dnode(dscp, &range->sru.object.bp, range->object, in do_dump()
1089 range->object = object; in range_alloc()
1371 if (r1->object == 0) { in send_range_start_compare()
1375 if (r2->object == 0) { in send_range_start_compare()
1465 ranges[i]->object > ranges[idx]->object || in find_next_range()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/
H A DArchive.cpp21 using namespace llvm::object;
64 object::Archive::Kind Kind, bool Deterministic, in deepWriteArchive()
66 if (Kind == object::Archive::K_BSD && !NewMembers.empty() && in deepWriteArchive()
67 NewMembers.front().detectKindFromObject() == object::Archive::K_DARWIN) in deepWriteArchive()
68 Kind = object::Archive::K_DARWIN; in deepWriteArchive()
99 const object::Archive &Ar) { in executeObjcopyOnArchive()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugArangeSet.cpp72 return llvm::make_error<llvm::object::GenericBinaryError>( in extract()
76 return llvm::make_error<llvm::object::GenericBinaryError>( in extract()
80 return llvm::make_error<llvm::object::GenericBinaryError>( in extract()
85 return llvm::make_error<llvm::object::GenericBinaryError>( in extract()
89 return llvm::make_error<llvm::object::GenericBinaryError>( in extract()
151 return llvm::make_error<llvm::object::GenericBinaryError>( in extract()
/freebsd/sys/ofed/drivers/infiniband/core/
H A Dib_uverbs_std_types.c44 return ib_destroy_ah_user((struct ib_ah *)uobject->object, in uverbs_free_ah()
53 struct ib_flow *flow = (struct ib_flow *)uobject->object; in uverbs_free_flow()
73 return uverbs_dealloc_mw((struct ib_mw *)uobject->object); in uverbs_free_mw()
80 struct ib_qp *qp = uobject->object; in uverbs_free_qp()
114 struct ib_rwq_ind_table *rwq_ind_tbl = uobject->object; in uverbs_free_rwq_ind_tbl()
130 struct ib_wq *wq = uobject->object; in uverbs_free_wq()
147 struct ib_srq *srq = uobject->object; in uverbs_free_srq()
172 struct ib_xrcd *xrcd = uobject->object; in uverbs_free_xrcd()
192 struct ib_pd *pd = uobject->object; in uverbs_free_pd()
/freebsd/crypto/openssl/doc/man7/
H A Dprovider-keymgmt.pod17 /* Key object (keydata) creation and destruction */
31 /* Key loading by object reference, also a constructor */
34 /* Key object information */
40 /* Key object content checks */
48 /* Key object import and export functions */
55 /* Key object duplication, a constructor */
58 /* Key object validation */
213 key object, but that is not mandatory.
220 more elaborate context based key object constructor.
224 of contents the key object to be generated should get.
[all …]
/freebsd/sys/dev/isci/scil/
H A Dscic_sds_remote_node_context.c1246 SCI_BASE_OBJECT_T * object in scic_sds_remote_node_context_initial_state_enter() argument
1250 rnc = (SCIC_SDS_REMOTE_NODE_CONTEXT_T *)object; in scic_sds_remote_node_context_initial_state_enter()
1283 SCI_BASE_OBJECT_T * object in scic_sds_remote_node_context_posting_state_enter() argument
1305 SCI_BASE_OBJECT_T * object in scic_sds_remote_node_context_invalidating_state_enter() argument
1309 rnc = (SCIC_SDS_REMOTE_NODE_CONTEXT_T *)object; in scic_sds_remote_node_context_invalidating_state_enter()
1327 SCI_BASE_OBJECT_T * object in scic_sds_remote_node_context_resuming_state_enter() argument
1332 rnc = (SCIC_SDS_REMOTE_NODE_CONTEXT_T *)object; in scic_sds_remote_node_context_resuming_state_enter()
1369 SCI_BASE_OBJECT_T * object in scic_sds_remote_node_context_ready_state_enter() argument
1396 SCI_BASE_OBJECT_T * object in scic_sds_remote_node_context_tx_suspended_state_enter() argument
1418 SCI_BASE_OBJECT_T * object in scic_sds_remote_node_context_tx_rx_suspended_state_enter() argument
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DInputFile.h27 namespace object {
43 object::OwningBinary<object::Binary> CoffObject;
45 PointerUnion<PDBFile *, object::COFFObjectFile *, MemoryBuffer *> PdbOrObj;
58 InputFile(object::COFFObjectFile *Obj) { PdbOrObj = Obj; } in InputFile()
68 object::COFFObjectFile &obj();
69 const object::COFFObjectFile &obj() const;
151 std::optional<object::section_iterator> SectionIter;
H A DDbiStream.h24 namespace object {
83 FixedStreamArray<object::coff_section> getSectionHeaders() const;
86 FixedStreamArray<object::FpoData> getOldFpoRecords() const;
127 FixedStreamArray<object::coff_section> SectionHeaders;
130 FixedStreamArray<object::FpoData> OldFpoRecords;
/freebsd/tests/sys/cddl/zfs/tests/zinject/
H A Dzinject.kshlib51 typeset object=$2
186 typeset object=$2
190 $ECHO "ZFS Fault Harness" > $object
195 $LS -l $object > /dev/null 2>&1
198 $CAT $object > /dev/null 2>&1
/freebsd/sys/contrib/openzfs/cmd/
H A Dzfs_ids_to_path.c64 uint64_t objset, object; in main() local
69 if (sscanf(argv[2], "%llu", (u_longlong_t *)&object) != 1) { in main()
86 zpool_obj_to_path_ds(pool, objset, object, pathname, in main()
89 zpool_obj_to_path(pool, objset, object, pathname, in main()
/freebsd/sys/vm/
H A Dswap_pager.h77 vm_pindex_t swap_pager_find_least(vm_object_t object, vm_pindex_t pindex);
78 void swap_pager_freespace(vm_object_t object, vm_pindex_t start,
84 u_long swap_pager_swapped_pages(vm_object_t object);
86 bool swap_pager_init_object(vm_object_t object, void *handle,
H A Dvm_swapout.c211 vm_object_t backing_object, object; in vm_swapout_object_deactivate() local
218 for (object = first_object;; object = backing_object) { in vm_swapout_object_deactivate()
221 VM_OBJECT_ASSERT_LOCKED(object); in vm_swapout_object_deactivate()
227 if (object->shadow_count > 1) in vm_swapout_object_deactivate()
233 TAILQ_FOREACH(m, &object->memq, listq) { in vm_swapout_object_deactivate()
243 if (object != first_object) in vm_swapout_object_deactivate()
244 VM_OBJECT_RUNLOCK(object); in vm_swapout_object_deactivate()
247 if (object != first_object) in vm_swapout_object_deactivate()
248 VM_OBJECT_RUNLOCK(object); in vm_swapout_object_deactivate()
274 obj = tmpe->object.vm_object; in vm_swapout_map_deactivate_pages()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DArchiveWriter.h32 object::Archive::Kind detectKindFromObject() const;
35 getOldMember(const object::Archive::Child &OldMember, bool Deterministic);
52 SymtabWritingMode WriteSymtab, object::Archive::Kind Kind,
61 SymtabWritingMode WriteSymtab, object::Archive::Kind Kind,
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.cpp119 void MCJIT::addObjectFile(std::unique_ptr<object::ObjectFile> Obj) { in addObjectFile()
129 void MCJIT::addObjectFile(object::OwningBinary<object::ObjectFile> Obj) { in addObjectFile()
130 std::unique_ptr<object::ObjectFile> ObjFile; in addObjectFile()
137 void MCJIT::addArchive(object::OwningBinary<object::Archive> A) { in addArchive()
216 Expected<std::unique_ptr<object::ObjectFile>> LoadedObject = in generateCodeForModule()
347 for (object::OwningBinary<object::Archive> &OB : Archives) { in findSymbol()
348 object::Archive *A = OB.getBinary(); in findSymbol()
356 Expected<std::unique_ptr<object::Binary>> ChildBinOrErr = in findSymbol()
365 std::unique_ptr<object::ObjectFile> OF( in findSymbol()
656 void MCJIT::notifyObjectLoaded(const object::ObjectFile &Obj, in notifyObjectLoaded()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/regulator/
H A Dactive-semi,act8600.yaml32 type: object
37 type: object
46 type: object
55 type: object
65 type: object
70 type: object
/freebsd/sys/contrib/device-tree/Bindings/arm/
H A Dvexpress-config.yaml28 type: object
46 type: object
64 type: object
82 type: object
107 type: object
162 type: object
183 type: object
204 type: object
222 type: object
243 type: object
/freebsd/crypto/openssl/doc/man3/
H A DX509_REQ_get_attr.pod35 X509_REQ_get_attr_by_OBJ() finds the location of the first matching object I<obj>
43 it passes the numerical identifier (NID) I<nid> associated with the object.
46 X509_REQ_get_attr() returns the B<X509_ATTRIBUTE> object at index I<loc> in the
50 X509_REQ_delete_attr() removes the B<X509_ATTRIBUTE> object at index I<loc> in
54 to the I<req> object's attribute list. An error will occur if either the
60 to the I<req> object's attribute list. I<req> must be non NULL or an error
64 that it passes the numerical identifier (NID) I<nid> associated with the object.
68 that it passes a name I<attrname> associated with the object.
75 X509_REQ_get_attr_count() returns the number of attributes in the I<req> object
78 X509_REQ_get_attr_by_OBJ() returns -1 if either the I<req> object's attribute
H A DDSA_get0_pqg.pod10 setting data in a DSA object
41 A DSA object contains the parameters B<p>, B<q> and B<g>. It also contains a
52 this function transfers the memory management of the values to the DSA object,
65 object. The private key may be NULL. On subsequent calls, either may be NULL,
68 object, and therefore they should not be freed directly after this function has
75 DSA_set_flags() sets the flags in the B<flags> parameter on the DSA object.
78 passed in the B<flags> parameter are currently set in the DSA object. Multiple
81 within the DSA object.
84 object, or NULL if no such ENGINE has been set.
88 Values retrieved with DSA_get0_key() are owned by the DSA object used
[all …]
/freebsd/sys/contrib/device-tree/Bindings/soc/rockchip/
H A Dgrf.yaml80 type: object
93 type: object
108 type: object
124 type: object
139 type: object
146 type: object
161 type: object
189 type: object
216 type: object
245 type: object
/freebsd/contrib/llvm-project/lld/include/lld/Common/
H A DLLVM.h39 namespace object {
85 using llvm::object::WasmObjectFile;
86 using llvm::object::WasmSection;
87 using llvm::object::WasmSegment;
88 using llvm::object::WasmSymbol;
/freebsd/contrib/file/magic/Magdir/
H A Darm12 # display name+variables+flags for common object formatted files
21 # display name+variables+flags for common object formatted files
30 # display name+variables+flags for common object formatted files
39 # display name+variables+flags for common object formatted files
48 # display name+variables+flags for common object formatted files
/freebsd/crypto/openssl/include/internal/
H A Drefcount.h173 # define REF_PRINT_EX(text, count, object) \ argument
174 OSSL_TRACE3(REF_COUNT, "%p:%4d:%s\n", (object), (count), (text));
175 # define REF_PRINT_COUNT(text, object) \ argument
176 REF_PRINT_EX(text, object->references, (void *)object)
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/
H A Damlogic,meson-pinctrl-common.yaml33 type: object
46 type: object
59 type: object
61 type: object
/freebsd/usr.sbin/bsnmpd/modules/snmp_bridge/
H A DRSTP-MIB.txt82 The value of this object MUST be retained across
97 The value of this object MUST be retained across
153 Any other operation on this object has no effect and
168 Setting this object will also cause the corresponding
170 same value. Note that even when this object's value
175 The value of this object MUST be retained across
191 set, this object will be changed as well. This object
219 object changes the underlying adminPortToPortMAC.
221 The value of this object MUST be retained across
261 This complements the object dot1dStpPortPathCost or
[all …]

12345678910>>...95