| /freebsd/contrib/googletest/googletest/src/ |
| H A D | gtest-printers.cc | 71 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 D | dmu_objset.c | 105 dmu_objset_spa(objset_t *os) in dmu_objset_spa() 111 dmu_objset_zil(objset_t *os) in dmu_objset_zil() 117 dmu_objset_pool(objset_t *os) in dmu_objset_pool() 128 dmu_objset_ds(objset_t *os) in dmu_objset_ds() 134 dmu_objset_type(objset_t *os) in dmu_objset_type() 140 dmu_objset_name(objset_t *os, char *buf) in dmu_objset_name() 146 dmu_objset_id(objset_t *os) in dmu_objset_id() 154 dmu_objset_dnodesize(objset_t *os) in dmu_objset_dnodesize() 160 dmu_objset_syncprop(objset_t *os) in dmu_objset_syncprop() 166 dmu_objset_logbias(objset_t *os) in dmu_objset_logbias() [all …]
|
| H A D | zap.c | 33 zap_create_impl(objset_t *os, int normflags, zap_flags_t flags, in zap_create_impl() 60 zap_create(objset_t *os, dmu_object_type_t ot, in zap_create() 67 zap_create_dnsize(objset_t *os, dmu_object_type_t ot, in zap_create_dnsize() 75 zap_create_norm(objset_t *os, int normflags, dmu_object_type_t ot, in zap_create_norm() 83 zap_create_norm_dnsize(objset_t *os, int normflags, dmu_object_type_t ot, in zap_create_norm_dnsize() 91 zap_create_flags(objset_t *os, int normflags, zap_flags_t flags, in zap_create_flags() 100 zap_create_flags_dnsize(objset_t *os, int normflags, zap_flags_t flags, in zap_create_flags_dnsize() 112 zap_create_hold(objset_t *os, int normflags, zap_flags_t flags, in zap_create_hold() 125 zap_create_link(objset_t *os, dmu_object_type_t ot, uint64_t parent_obj, in zap_create_link() 132 zap_create_link_dnsize(objset_t *os, dmu_object_type_t ot, uint64_t parent_obj, in zap_create_link_dnsize() [all …]
|
| H A D | dmu_object.c | 38 dmu_object_alloc_impl(objset_t *os, dmu_object_type_t ot, int blocksize, in dmu_object_alloc_impl() 217 dmu_object_alloc(objset_t *os, dmu_object_type_t ot, int blocksize, in dmu_object_alloc() 225 dmu_object_alloc_ibs(objset_t *os, dmu_object_type_t ot, int blocksize, in dmu_object_alloc_ibs() 234 dmu_object_alloc_dnsize(objset_t *os, dmu_object_type_t ot, int blocksize, in dmu_object_alloc_dnsize() 247 dmu_object_alloc_hold(objset_t *os, dmu_object_type_t ot, int blocksize, in dmu_object_alloc_hold() 256 dmu_object_claim(objset_t *os, uint64_t object, dmu_object_type_t ot, in dmu_object_claim() 264 dmu_object_claim_dnsize(objset_t *os, uint64_t object, dmu_object_type_t ot, in dmu_object_claim_dnsize() 294 dmu_object_reclaim(objset_t *os, uint64_t object, dmu_object_type_t ot, in dmu_object_reclaim() 302 dmu_object_reclaim_dnsize(objset_t *os, uint64_t object, dmu_object_type_t ot, in dmu_object_reclaim_dnsize() 329 dmu_object_rm_spill(objset_t *os, uint64_t object, dmu_tx_t *tx) in dmu_object_rm_spill() [all …]
|
| H A D | bptree.c | 51 bptree_alloc(objset_t *os, dmu_tx_t *tx) in bptree_alloc() 79 bptree_free(objset_t *os, uint64_t obj, dmu_tx_t *tx) in bptree_free() 96 bptree_is_empty(objset_t *os, uint64_t obj) in bptree_is_empty() 110 bptree_add(objset_t *os, uint64_t obj, blkptr_t *bp, uint64_t birth_txg, in bptree_add() 180 bptree_iterate(objset_t *os, uint64_t obj, boolean_t free, bptree_itor_t func, in bptree_iterate()
|
| H A D | dmu.c | 188 dmu_buf_hold_noread(objset_t *os, uint64_t object, uint64_t offset, in dmu_buf_hold_noread() 234 dmu_buf_hold(objset_t *os, uint64_t object, uint64_t offset, in dmu_buf_hold() 320 dmu_rm_spill(objset_t *os, uint64_t object, dmu_tx_t *tx) in dmu_rm_spill() 382 dmu_bonus_hold(objset_t *os, uint64_t object, const void *tag, dmu_buf_t **dbp) in dmu_bonus_hold() 627 dmu_buf_hold_array(objset_t *os, uint64_t object, uint64_t offset, in dmu_buf_hold_array() 725 dmu_prefetch(objset_t *os, uint64_t object, int64_t level, uint64_t offset, in dmu_prefetch() 754 dmu_prefetch_user(objset_t *os, uint64_t object, int64_t level, uint64_t offset, in dmu_prefetch_user() 898 dmu_prefetch_stream(objset_t *os, uint64_t object, uint64_t offset, in dmu_prefetch_stream() 1003 dmu_prefetch_wait(objset_t *os, uint64_t object, uint64_t offset, uint64_t size) in dmu_prefetch_wait() 1049 dmu_prefetch_dnode(objset_t *os, uint64_t object, zio_priority_t pri) in dmu_prefetch_dnode() [all …]
|
| H A D | vdev_indirect_births.c | 87 vdev_indirect_births_alloc(objset_t *os, dmu_tx_t *tx) in vdev_indirect_births_alloc() 98 vdev_indirect_births_open(objset_t *os, uint64_t births_object) in vdev_indirect_births_open() 121 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 D | objset.c | 81 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 D | ocs_os.c | 49 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 D | gtest-matchers.h | 83 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 D | AssertFrameRecognizer.cpp | 26 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 127 llvm::Triple::OSType os = target.GetArchitecture().GetTriple().getOS(); in RecognizeFrame() local
|
| /freebsd/sys/contrib/openzfs/tests/unit/ |
| H A D | mock_dmu.c | 241 dmu_object_set_blocksize(objset_t *os, uint64_t object, uint64_t size, in dmu_object_set_blocksize() 293 dmu_objset_spa(objset_t *os) in dmu_objset_spa() 300 dmu_free_range(objset_t *os, uint64_t object, uint64_t offset, in dmu_free_range() 315 dmu_objset_ds(objset_t *os) in dmu_objset_ds() 361 dnode_hold(objset_t *os, uint64_t object, const void *tag, dnode_t **dnp) in dnode_hold() 368 dmu_object_free(objset_t *os, uint64_t object, dmu_tx_t *tx) in dmu_object_free() 375 dmu_object_alloc_hold(objset_t *os, dmu_object_type_t ot, in dmu_object_alloc_hold() 387 dmu_object_claim_dnsize(objset_t *os, uint64_t object, dmu_object_type_t ot, in dmu_object_claim_dnsize() 397 dmu_object_info(objset_t *os, uint64_t object, dmu_object_info_t *doi) in dmu_object_info() 404 dmu_prefetch_wait(objset_t *os, uint64_t object, uint64_t offset, in dmu_prefetch_wait()
|
| /freebsd/contrib/llvm-project/lld/ELF/ |
| H A D | MapFile.cpp | 46 static void writeHeader(Ctx &ctx, raw_ostream &os, uint64_t vma, uint64_t lma, in writeHeader() 97 raw_string_ostream os(strs[i]); in getSymbolStrings() local 117 static void printEhFrame(Ctx &ctx, raw_ostream &os, const EhFrameSection *sec) { in printEhFrame() 150 static void writeMapFile(Ctx &ctx, raw_fd_ostream &os) { in writeMapFile() 228 static void writeCref(Ctx &ctx, raw_fd_ostream &os) { in writeCref() 270 raw_fd_ostream os = ctx.openAuxiliaryFile(mapFile, ec); in writeMapAndCref() local
|
| /freebsd/sys/opencrypto/ |
| H A D | ktls_ocf.c | 83 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 441 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/sys/contrib/openzfs/module/os/linux/zfs/ |
| H A D | zfs_vfsops.c | 266 objset_t *os = NULL; in zfs_register_callbacks() local 368 objset_t *os; in zfs_get_temporary_prop() local 437 zfsvfs_init(zfsvfs_t *zfsvfs, objset_t *os) in zfsvfs_init() 617 objset_t *os; in zfsvfs_create_hold() local 643 objset_t *os; in zfsvfs_create() local 667 zfsvfs_create_impl(zfsvfs_t **zfvp, zfsvfs_t *zfsvfs, objset_t *os) in zfsvfs_create_impl() 849 objset_t *os = zfsvfs->z_os; in zfs_unregister_callbacks() local 1316 objset_t *os = zfsvfs->z_os; in zfsvfs_teardown() local 1519 objset_t *os; in zfs_umount() local 1749 objset_t *os; in zfs_resume_fs() local [all …]
|
| /freebsd/contrib/googletest/googlemock/include/gmock/ |
| H A D | gmock-more-matchers.h | 83 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 D | gmock-matchers.h | 451 void DescribeTo(::std::ostream* os) const override { in DescribeTo() 455 void DescribeNegationTo(::std::ostream* os) const override { in DescribeNegationTo() 578 ::std::ostream* os) { in PrintIfNotEmpty() 644 ::std::ostream* os) { in ExplainMatchFailuresTo() 708 const ValueTuple& values, ::std::ostream* os) { in ExplainMatchFailureTupleTo()
|
| /freebsd/contrib/llvm-project/lld/MachO/ |
| H A D | MapFile.cpp | 125 static void printFileName(raw_fd_ostream &os, const InputFile *f) { in printFileName() 134 raw_fd_ostream &os, in printStubsEntries() 144 static void printNonLazyPointerSection(raw_fd_ostream &os, in printNonLazyPointerSection() 170 raw_fd_ostream os(config->mapFile, ec, sys::fs::OF_None); in writeMapFile() local
|
| /freebsd/contrib/llvm-project/lld/COFF/ |
| H A D | LLDMapFile.cpp | 43 static void writeHeader(raw_ostream &os, uint64_t addr, uint64_t size, in writeHeader() 81 raw_string_ostream os(str[i]); in getSymbolStrings() local 98 raw_fd_ostream os(ctx.config.lldmapFile, ec, sys::fs::OF_None); in writeLLDMapFile() local
|
| H A D | MapFile.cpp | 47 static void writeHeader(raw_ostream &os, uint32_t sec, uint64_t addr) { in writeHeader() 54 static void writeFormattedTimestamp(raw_ostream &os, time_t tds) { in writeFormattedTimestamp() 146 raw_string_ostream os(str[i]); in getSymbolStrings() local 208 raw_fd_ostream os(ctx.config.mapFile, ec, sys::fs::OF_None); in writeMapFile() local
|
| /freebsd/contrib/bearssl/tools/ |
| H A D | skey.c | 115 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 D | mp_ring.c | 93 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 D | HTMLDiagnostics.cpp | 368 llvm::raw_fd_ostream os(FD, true); in ReportDiag() local 395 llvm::raw_string_ostream os(s); in GenerateHTML() local 423 llvm::raw_string_ostream os(s); in GenerateHTML() local 444 llvm::raw_string_ostream os(file); in GenerateHTML() local 454 llvm::raw_string_ostream &os) { in dumpCoverageData() 480 llvm::raw_string_ostream os(s); in showRelevantLinesJavascript() local 581 llvm::raw_string_ostream os(s); in FinalizeHTML() local 648 llvm::raw_string_ostream os(s); in FinalizeHTML() local 944 llvm::raw_string_ostream os(sbuf); in HandlePiece() local 1109 static void EmitAlphaCounter(raw_ostream &os, unsigned n) { in EmitAlphaCounter() [all …]
|
| /freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/ |
| H A D | zfs_vfsops.c | 162 objset_t *os; in zfs_get_temporary_prop() local 638 objset_t *os = NULL; in zfs_register_callbacks() local 808 zfsvfs_init(zfsvfs_t *zfsvfs, objset_t *os) in zfsvfs_init() 1010 objset_t *os; in zfsvfs_create() local 1043 objset_t *os; in zfsvfs_create_hold() local 1068 zfsvfs_create_impl(zfsvfs_t **zfvp, zfsvfs_t *zfsvfs, objset_t *os) in zfsvfs_create_impl() 1360 objset_t *os = zfsvfs->z_os; in zfs_unregister_callbacks() local 1740 objset_t *os = zfsvfs->z_os; in zfsvfs_teardown() local 1762 objset_t *os; in zfs_umount() local 2075 objset_t *os; in zfs_resume_fs() local [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | EndianStream.h | 29 write(raw_ostream & os,value_type value,endianness endian) write() argument 46 write(raw_ostream & os,ArrayRef<value_type> vals,endianness endian) write() argument [all...] |