Home
last modified time | relevance | path

Searched defs:os (Results 1 – 25 of 278) sorted by relevance

12345678910>>...12

/freebsd/contrib/googletest/googletest/src/
H A Dgtest-printers.cc71 size_t count, ostream* os) { in PrintByteSegmentInObjectTo()
90 ostream* os) { in PrintBytesInObjectToImpl()
131 ostream* os) { in PrintBytesInObjectTo()
151 static CharFormat PrintAsCharLiteralTo(Char c, ostream* os) { in PrintAsCharLiteralTo()
200 static CharFormat PrintAsStringLiteralTo(char32_t c, ostream* os) { in PrintAsStringLiteralTo()
231 static CharFormat PrintAsStringLiteralTo(char c, ostream* os) { in PrintAsStringLiteralTo()
236 static CharFormat PrintAsStringLiteralTo(char8_t c, ostream* os) { in PrintAsStringLiteralTo()
241 static CharFormat PrintAsStringLiteralTo(char16_t c, ostream* os) { in PrintAsStringLiteralTo()
245 static CharFormat PrintAsStringLiteralTo(wchar_t c, ostream* os) { in PrintAsStringLiteralTo()
253 void PrintCharAndCodeTo(Char c, ostream* os) { in PrintCharAndCodeTo()
[all …]
/freebsd/sys/contrib/openzfs/module/zfs/
H A Ddmu_objset.c115 dmu_objset_spa(objset_t *os) in dmu_objset_spa()
121 dmu_objset_zil(objset_t *os) in dmu_objset_zil()
127 dmu_objset_pool(objset_t *os) in dmu_objset_pool()
138 dmu_objset_ds(objset_t *os) in dmu_objset_ds()
144 dmu_objset_type(objset_t *os) in dmu_objset_type()
150 dmu_objset_name(objset_t *os, char *buf) in dmu_objset_name()
156 dmu_objset_id(objset_t *os) in dmu_objset_id()
164 dmu_objset_dnodesize(objset_t *os) in dmu_objset_dnodesize()
170 dmu_objset_syncprop(objset_t *os) in dmu_objset_syncprop()
176 dmu_objset_logbias(objset_t *os) in dmu_objset_logbias()
[all …]
H A Dddt_zap.c100 ddt_zap_create(objset_t *os, uint64_t *objectp, dmu_tx_t *tx, boolean_t prehash) in ddt_zap_create()
117 ddt_zap_destroy(objset_t *os, uint64_t object, dmu_tx_t *tx) in ddt_zap_destroy()
123 ddt_zap_lookup(objset_t *os, uint64_t object, in ddt_zap_lookup()
151 ddt_zap_contains(objset_t *os, uint64_t object, const ddt_key_t *ddk) in ddt_zap_contains()
158 ddt_zap_prefetch(objset_t *os, uint64_t object, const ddt_key_t *ddk) in ddt_zap_prefetch()
164 ddt_zap_prefetch_all(objset_t *os, uint64_t object) in ddt_zap_prefetch_all()
170 ddt_zap_update(objset_t *os, uint64_t object, const ddt_key_t *ddk, in ddt_zap_update()
188 ddt_zap_remove(objset_t *os, uint64_t object, const ddt_key_t *ddk, in ddt_zap_remove()
196 ddt_zap_walk(objset_t *os, uint64_t object, uint64_t *walk, ddt_key_t *ddk, in ddt_zap_walk()
243 ddt_zap_count(objset_t *os, uint64_t object, uint64_t *count) in ddt_zap_count()
H A Ddmu_object.c48 dmu_object_alloc_impl(objset_t *os, dmu_object_type_t ot, int blocksize, in dmu_object_alloc_impl()
227 dmu_object_alloc(objset_t *os, dmu_object_type_t ot, int blocksize, in dmu_object_alloc()
235 dmu_object_alloc_ibs(objset_t *os, dmu_object_type_t ot, int blocksize, in dmu_object_alloc_ibs()
244 dmu_object_alloc_dnsize(objset_t *os, dmu_object_type_t ot, int blocksize, in dmu_object_alloc_dnsize()
257 dmu_object_alloc_hold(objset_t *os, dmu_object_type_t ot, int blocksize, in dmu_object_alloc_hold()
266 dmu_object_claim(objset_t *os, uint64_t object, dmu_object_type_t ot, in dmu_object_claim()
274 dmu_object_claim_dnsize(objset_t *os, uint64_t object, dmu_object_type_t ot, in dmu_object_claim_dnsize()
304 dmu_object_reclaim(objset_t *os, uint64_t object, dmu_object_type_t ot, in dmu_object_reclaim()
312 dmu_object_reclaim_dnsize(objset_t *os, uint64_t object, dmu_object_type_t ot, in dmu_object_reclaim_dnsize()
339 dmu_object_rm_spill(objset_t *os, uint64_t object, dmu_tx_t *tx) in dmu_object_rm_spill()
[all …]
H A Dzap_micro.c626 objset_t *os = dmu_buf_get_objset(db); in zap_lockdir_impl() local
742 zap_lockdir(objset_t *os, uint64_t obj, dmu_tx_t *tx, in zap_lockdir()
867 zap_create_impl(objset_t *os, int normflags, zap_flags_t flags, in zap_create_impl()
894 zap_create_claim(objset_t *os, uint64_t obj, dmu_object_type_t ot, in zap_create_claim()
902 zap_create_claim_dnsize(objset_t *os, uint64_t obj, dmu_object_type_t ot, in zap_create_claim_dnsize()
910 zap_create_claim_norm(objset_t *os, uint64_t obj, int normflags, in zap_create_claim_norm()
919 zap_create_claim_norm_dnsize(objset_t *os, uint64_t obj, int normflags, in zap_create_claim_norm_dnsize()
944 zap_create(objset_t *os, dmu_object_type_t ot, in zap_create()
951 zap_create_dnsize(objset_t *os, dmu_object_type_t ot, in zap_create_dnsize()
959 zap_create_norm(objset_t *os, int normflags, dmu_object_type_t ot, in zap_create_norm()
[all …]
H A Dbptree.c61 bptree_alloc(objset_t *os, dmu_tx_t *tx) in bptree_alloc()
89 bptree_free(objset_t *os, uint64_t obj, dmu_tx_t *tx) in bptree_free()
106 bptree_is_empty(objset_t *os, uint64_t obj) in bptree_is_empty()
120 bptree_add(objset_t *os, uint64_t obj, blkptr_t *bp, uint64_t birth_txg, in bptree_add()
189 bptree_iterate(objset_t *os, uint64_t obj, boolean_t free, bptree_itor_t func, in bptree_iterate()
H A Ddmu.c197 dmu_buf_hold_noread(objset_t *os, uint64_t object, uint64_t offset, in dmu_buf_hold_noread()
243 dmu_buf_hold(objset_t *os, uint64_t object, uint64_t offset, in dmu_buf_hold()
329 dmu_rm_spill(objset_t *os, uint64_t object, dmu_tx_t *tx) in dmu_rm_spill()
391 dmu_bonus_hold(objset_t *os, uint64_t object, const void *tag, dmu_buf_t **dbp) in dmu_bonus_hold()
636 dmu_buf_hold_array(objset_t *os, uint64_t object, uint64_t offset, in dmu_buf_hold_array()
702 dmu_prefetch(objset_t *os, uint64_t object, int64_t level, uint64_t offset, in dmu_prefetch()
841 dmu_prefetch_wait(objset_t *os, uint64_t object, uint64_t offset, uint64_t size) in dmu_prefetch_wait()
884 dmu_prefetch_dnode(objset_t *os, uint64_t object, zio_priority_t pri) in dmu_prefetch_dnode()
980 dmu_objset_zfs_unmounting(objset_t *os) in dmu_objset_zfs_unmounting()
992 dmu_free_long_range_impl(objset_t *os, dnode_t *dn, uint64_t offset, in dmu_free_long_range_impl()
[all …]
H A Dzap.c727 objset_t *os = zap->zap_objset; in zap_expand_leaf() local
816 objset_t *os = zap->zap_objset; in zap_put_leaf_maybe_grow_ptrtbl() local
1089 zap_create_link(objset_t *os, dmu_object_type_t ot, uint64_t parent_obj, in zap_create_link()
1096 zap_create_link_dnsize(objset_t *os, dmu_object_type_t ot, uint64_t parent_obj, in zap_create_link_dnsize()
1110 zap_value_search(objset_t *os, uint64_t zapobj, uint64_t value, uint64_t mask, in zap_value_search()
1135 zap_join(objset_t *os, uint64_t fromobj, uint64_t intoobj, dmu_tx_t *tx) in zap_join()
1159 zap_join_key(objset_t *os, uint64_t fromobj, uint64_t intoobj, in zap_join_key()
1184 zap_join_increment(objset_t *os, uint64_t fromobj, uint64_t intoobj, in zap_join_increment()
1215 zap_add_int(objset_t *os, uint64_t obj, uint64_t value, dmu_tx_t *tx) in zap_add_int()
1224 zap_remove_int(objset_t *os, uint64_t obj, uint64_t value, dmu_tx_t *tx) in zap_remove_int()
[all …]
H A Dvdev_indirect_births.c91 vdev_indirect_births_alloc(objset_t *os, dmu_tx_t *tx) in vdev_indirect_births_alloc()
102 vdev_indirect_births_open(objset_t *os, uint64_t births_object) in vdev_indirect_births_open()
125 vdev_indirect_births_free(objset_t *os, uint64_t object, dmu_tx_t *tx) in vdev_indirect_births_free()
/freebsd/usr.sbin/makefs/zfs/
H A Dobjset.c81 zfs_objset_t *os; in objset_alloc() local
111 _objset_write(zfs_opt_t *zfs, zfs_objset_t *os, struct dnode_cursor *c, in _objset_write()
159 objset_write(zfs_opt_t *zfs, zfs_objset_t *os) in objset_write()
195 objset_dnode_bonus_alloc(zfs_objset_t *os, uint8_t type, uint8_t bonustype, in objset_dnode_bonus_alloc()
217 objset_dnode_alloc(zfs_objset_t *os, uint8_t type, uint64_t *idp) in objset_dnode_alloc()
227 objset_dnode_lookup(zfs_objset_t *os, uint64_t id) in objset_dnode_lookup()
244 objset_space_alloc(zfs_opt_t *zfs, zfs_objset_t *os, off_t *lenp) in objset_space_alloc()
254 objset_space(const zfs_objset_t *os) in objset_space()
260 objset_root_blkptr_copy(const zfs_objset_t *os, blkptr_t *bp) in objset_root_blkptr_copy()
/freebsd/sys/dev/ocs_fc/
H A Docs_os.c49 ocs_config_read32(ocs_os_handle_t os, uint32_t reg) in ocs_config_read32()
55 ocs_config_read16(ocs_os_handle_t os, uint32_t reg) in ocs_config_read16()
61 ocs_config_read8(ocs_os_handle_t os, uint32_t reg) in ocs_config_read8()
67 ocs_config_write8(ocs_os_handle_t os, uint32_t reg, uint8_t val) in ocs_config_write8()
73 ocs_config_write16(ocs_os_handle_t os, uint32_t reg, uint16_t val) in ocs_config_write16()
79 ocs_config_write32(ocs_os_handle_t os, uint32_t reg, uint32_t val) in ocs_config_write32()
242 ocs_malloc(ocs_os_handle_t os, size_t size, int32_t flags) in ocs_malloc()
273 ocs_free(ocs_os_handle_t os, void *addr, size_t size) in ocs_free()
317 ocs_dma_free(ocs_os_handle_t os, ocs_dma_t *dma) in ocs_dma_free()
359 ocs_dma_alloc(ocs_os_handle_t os, ocs_dma_t *dma, size_t size, size_t align) in ocs_dma_alloc()
[all …]
/freebsd/contrib/googletest/googletest/include/gtest/
H A Dgtest-matchers.h83 explicit MatchResultListener(::std::ostream* os) : stream_(os) {} in MatchResultListener()
131 virtual void DescribeNegationTo(::std::ostream* os) const { in DescribeNegationTo()
197 explicit StreamMatchResultListener(::std::ostream* os) in StreamMatchResultListener()
244 void DescribeTo(::std::ostream* os) const final { in DescribeTo()
250 void DescribeNegationTo(::std::ostream* os) const final { in DescribeNegationTo()
256 void ExplainMatchResultTo(const T& x, ::std::ostream* os) const { in ExplainMatchResultTo()
347 static void DescribeImpl(const MatcherBase& m, std::ostream* os, in DescribeImpl()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DAssertFrameRecognizer.cpp26 bool GetAbortLocation(llvm::Triple::OSType os, SymbolLocation &location) { in GetAbortLocation()
59 bool GetAssertLocation(llvm::Triple::OSType os, SymbolLocation &location) { in GetAssertLocation()
82 llvm::Triple::OSType os = target.GetArchitecture().GetTriple().getOS(); in RegisterAssertFrameRecognizer() local
125 llvm::Triple::OSType os = target.GetArchitecture().GetTriple().getOS(); in RecognizeFrame() local
/freebsd/contrib/llvm-project/lld/ELF/
H A DMapFile.cpp47 static void writeHeader(raw_ostream &os, uint64_t vma, uint64_t lma, in writeHeader()
96 raw_string_ostream os(strs[i]); in getSymbolStrings() local
116 static void printEhFrame(raw_ostream &os, const EhFrameSection *sec) { in printEhFrame()
149 static void writeMapFile(raw_fd_ostream &os) { in writeMapFile()
224 static void writeCref(raw_fd_ostream &os) { in writeCref()
266 raw_fd_ostream os = ctx.openAuxiliaryFile(mapFile, ec); in writeMapAndCref() local
/freebsd/sys/opencrypto/
H A Dktls_ocf.c83 struct ktls_ocf_session *os; member
196 ktls_ocf_dispatch(struct ktls_ocf_session *os, struct cryptop *crp) in ktls_ocf_dispatch()
280 struct ktls_ocf_session *os; in ktls_ocf_tls_cbc_encrypt() local
442 struct ktls_ocf_session *os; in ktls_ocf_tls_cbc_decrypt() local
553 struct ktls_ocf_session *os; in ktls_ocf_tls12_aead_encrypt() local
634 struct ktls_ocf_session *os; in ktls_ocf_tls12_aead_decrypt() local
730 struct ktls_ocf_session *os; in ktls_ocf_tls12_aead_recrypt() local
791 struct ktls_ocf_session *os; in ktls_ocf_tls13_aead_encrypt() local
864 struct ktls_ocf_session *os; in ktls_ocf_tls13_aead_decrypt() local
917 struct ktls_ocf_session *os; in ktls_ocf_tls13_aead_recrypt() local
[all …]
/freebsd/contrib/googletest/googlemock/include/gmock/
H A Dgmock-more-matchers.h83 void DescribeTo(std::ostream* os) const { *os << "is empty"; } in DescribeTo()
85 void DescribeNegationTo(std::ostream* os) const { *os << "isn't empty"; } in DescribeNegationTo()
H A Dgmock-matchers.h442 void DescribeTo(::std::ostream* os) const override { in DescribeTo()
446 void DescribeNegationTo(::std::ostream* os) const override { in DescribeNegationTo()
566 ::std::ostream* os) { in PrintIfNotEmpty()
632 ::std::ostream* os) { in ExplainMatchFailuresTo()
696 const ValueTuple& values, ::std::ostream* os) { in ExplainMatchFailureTupleTo()
/freebsd/contrib/llvm-project/lld/MachO/
H A DMapFile.cpp127 static void printFileName(raw_fd_ostream &os, const InputFile *f) { in printFileName()
136 raw_fd_ostream &os, in printStubsEntries()
146 static void printNonLazyPointerSection(raw_fd_ostream &os, in printNonLazyPointerSection()
172 raw_fd_ostream os(config->mapFile, ec, sys::fs::OF_None); in writeMapFile() local
/freebsd/contrib/llvm-project/lld/COFF/
H A DLLDMapFile.cpp42 writeHeader(raw_ostream & os,uint64_t addr,uint64_t size,uint64_t align) writeHeader() argument
80 raw_string_ostream os(str[i]); getSymbolStrings() local
96 raw_fd_ostream os(ctx.config.lldmapFile, ec, sys::fs::OF_None); writeLLDMapFile() local
[all...]
H A DMapFile.cpp47 writeHeader(raw_ostream & os,uint32_t sec,uint64_t addr) writeHeader() argument
54 writeFormattedTimestamp(raw_ostream & os,time_t tds) writeFormattedTimestamp() argument
146 raw_string_ostream os(str[i]); getSymbolStrings() local
207 raw_fd_ostream os(ctx.config.mapFile, ec, sys::fs::OF_None); writeMapFile() local
[all...]
H A DChunks.cpp77 static bool checkSecRel(const SectionChunk *sec, OutputSection *os) { in checkSecRel()
87 OutputSection *os, uint64_t s) { in applySecRel()
98 static void applySecIdx(uint8_t *off, OutputSection *os, in applySecIdx()
113 void SectionChunk::applyRelX64(uint8_t *off, uint16_t type, OutputSection *os, in applyRelX64()
140 void SectionChunk::applyRelX86(uint8_t *off, uint16_t type, OutputSection *os, in applyRelX86()
208 void SectionChunk::applyRelARM(uint8_t *off, uint16_t type, OutputSection *os, in applyRelARM()
283 OutputSection *os, uint64_t s) { in applySecRelLow12A()
289 OutputSection *os, uint64_t s) { in applySecRelHigh12A()
302 OutputSection *os, uint64_t s) { in applySecRelLdr()
325 void SectionChunk::applyRelARM64(uint8_t *off, uint16_t type, OutputSection *os, in applyRelARM64()
[all …]
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_vfsops.c451 objset_t *os = NULL; in zfs_register_callbacks() local
553 objset_t *os; in zfs_get_temporary_prop() local
622 zfsvfs_init(zfsvfs_t *zfsvfs, objset_t *os) in zfsvfs_init()
802 objset_t *os; in zfsvfs_create() local
826 zfsvfs_create_impl(zfsvfs_t **zfvp, zfsvfs_t *zfsvfs, objset_t *os) in zfsvfs_create_impl()
1005 objset_t *os = zfsvfs->z_os; in zfs_unregister_callbacks() local
1408 objset_t *os = zfsvfs->z_os; in zfsvfs_teardown() local
1610 objset_t *os; in zfs_umount() local
1830 objset_t *os; in zfs_resume_fs() local
1925 objset_t *os; in zfs_end_fs() local
[all …]
/freebsd/contrib/bearssl/tools/
H A Dskey.c115 print_rsa(const br_rsa_private_key *sk, outspec *os) in print_rsa()
245 print_ec(const br_ec_private_key *sk, outspec *os) in print_ec()
376 keygen_rsa(unsigned size, uint32_t pubexp, outspec *os) in keygen_rsa()
434 keygen_ec(int curve, outspec *os) in keygen_ec()
463 decode_key(const unsigned char *buf, size_t len, outspec *os) in decode_key()
553 outspec os; in do_skey() local
/freebsd/sys/net/
H A Dmp_ring.c93 drain_ring_locked(struct ifmp_ring *r, union ring_state os, uint16_t prev, int budget) in drain_ring_locked()
167 drain_ring_lockless(struct ifmp_ring *r, union ring_state os, uint16_t prev, int budget) in drain_ring_lockless()
320 union ring_state os, ns; in ifmp_ring_enqueue() local
395 union ring_state os, ns; in ifmp_ring_enqueue() local
477 union ring_state os, ns; in ifmp_ring_check_drainage() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DHTMLDiagnostics.cpp370 llvm::raw_fd_ostream os(FD, true); in ReportDiag() local
397 llvm::raw_string_ostream os(s); in GenerateHTML() local
425 llvm::raw_string_ostream os(s); in GenerateHTML() local
446 llvm::raw_string_ostream os(file); in GenerateHTML() local
456 llvm::raw_string_ostream &os) { in dumpCoverageData()
482 llvm::raw_string_ostream os(s); in showRelevantLinesJavascript() local
583 llvm::raw_string_ostream os(s); in FinalizeHTML() local
650 llvm::raw_string_ostream os(s); in FinalizeHTML() local
946 llvm::raw_string_ostream os(sbuf); in HandlePiece() local
1111 static void EmitAlphaCounter(raw_ostream &os, unsigned n) { in EmitAlphaCounter()
[all …]

12345678910>>...12