Searched defs:os (Results 226 - 250 of 368) sorted by relevance

1234567891011>>

/freebsd-13-stable/crypto/heimdal/lib/hx509/
H A Dca.c600 heim_octet_string os; local
693 heim_octet_string os; local
567 hx509_ca_tbs_add_san_otherName(hx509_context context, hx509_ca_tbs tbs, const heim_oid *oid, const heim_octet_string *os) argument
[all...]
H A Dcms.c897 heim_octet_string os; local
/freebsd-13-stable/crypto/openssl/crypto/pkcs7/
H A Dpk7_doit.c206 ASN1_OCTET_STRING *os = NULL; local
654 ASN1_OCTET_STRING *os = NULL; local
942 ASN1_OCTET_STRING *os; local
[all...]
/freebsd-13-stable/contrib/subversion/subversion/svnrdump/
H A Dsvnrdump.c633 dump_cmd(apr_getopt_t *os, void *baton, apr_pool_t *pool) argument
656 load_cmd(apr_getopt_t *os, void *baton, apr_pool_t *pool) argument
672 help_cmd(apr_getopt_t *os, void *baton, apr_pool_t *pool) argument
805 apr_getopt_t *os; local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSlotIndexes.h304 inline raw_ostream& operator<<(raw_ostream &os, SlotIndex li) { argument
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DIvarInvalidationChecker.cpp344 void IvarInvalidationCheckerImpl::printIvar(llvm::raw_svector_ostream &os, argument
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.cpp94 static bool shouldGenerateNote(llvm::raw_string_ostream &os, argument
211 generateDiagnosticsForCallLike(ProgramStateRef CurrSt, const LocationContext *LCtx, const RefVal &CurrV, SymbolRef &Sym, const Stmt *S, llvm::raw_string_ostream &os) argument
[all...]
/freebsd-13-stable/contrib/lib9p/pytest/
H A Dp9conn.py15 import os namespace
[all...]
/freebsd-13-stable/contrib/llvm-project/lld/COFF/
H A DChunks.cpp69 static bool checkSecRel(const SectionChunk *sec, OutputSection *os) { argument
90 static void applySecIdx(uint8_t *off, OutputSection *os) { argument
100 void SectionChunk::applyRelX64(uint8_t *off, uint16_t type, OutputSection *os, argument
78 applySecRel(const SectionChunk *sec, uint8_t *off, OutputSection *os, uint64_t s) argument
120 applyRelX86(uint8_t *off, uint16_t type, OutputSection *os, uint64_t s, uint64_t p) const argument
183 applyRelARM(uint8_t *off, uint16_t type, OutputSection *os, uint64_t s, uint64_t p) const argument
249 applySecRelLow12A(const SectionChunk *sec, uint8_t *off, OutputSection *os, uint64_t s) argument
255 applySecRelHigh12A(const SectionChunk *sec, uint8_t *off, OutputSection *os, uint64_t s) argument
268 applySecRelLdr(const SectionChunk *sec, uint8_t *off, OutputSection *os, uint64_t s) argument
292 applyRelARM64(uint8_t *off, uint16_t type, OutputSection *os, uint64_t s, uint64_t p) const argument
381 OutputSection *os = c ? c->getOutputSection() : nullptr; local
[all...]
/freebsd-13-stable/contrib/googletest/googlemock/include/gmock/
H A Dgmock-generated-matchers.h260 static void PrintIndices(::std::ostream* os) { argument
[all...]
/freebsd-13-stable/contrib/googletest/googlemock/test/
H A Dgmock-spec-builders_test.cc135 void PrintTo(const Incomplete& /* x */, ::std::ostream* os) { argument
2001 inline void operator<<(::std::ostream& os, const Printable&) { argument
/freebsd-13-stable/contrib/googletest/googletest/scripts/
H A Dpump.py67 import os namespace
/freebsd-13-stable/contrib/googletest/googletest/test/
H A Dgoogletest-printers-test.cc82 std::ostream& operator<<(std::ostream& os, EnumWithStreaming e) { argument
91 void PrintTo(EnumWithPrintTo e, std::ostream* os) { argument
116 inline void operator<<(::std::ostream& os, const StreamableInGlobal& /* x */) { argument
120 void operator<<(::std::ostream& os, const StreamableInGlobal* /* x */) { argument
142 void PrintTo(const PrintableViaPrintTo& x, ::std::ostream* os) { argument
150 operator <<(::std::ostream& os, const PointerPrintable* ) argument
167 PrintTo(const PrintableViaPrintToTemplate<T>& x, ::std::ostream* os) argument
183 operator <<(::std::ostream& os, const StreamableTemplateInFoo<T>& x) argument
202 operator <<(::std::ostream& os, const PathLike&) argument
739 operator <<( std::basic_ostream<Char, CharTraits>& os, const AllowsGenericStreaming& ) argument
756 operator <<( std::basic_ostream<Char, CharTraits>& os, const AllowsGenericStreamingTemplate<T>& ) argument
777 operator <<( std::basic_ostream<Char, CharTraits>& os, const AllowsGenericStreamingAndImplicitConversionTemplate<T>& ) argument
[all...]
H A Dgtest_pred_impl_unittest.cc69 std::ostream& operator<<(std::ostream& os, const Bool& x) { argument
/freebsd-13-stable/contrib/atf/atf-c++/
H A Dtests.cpp84 detail::atf_tp_writer::atf_tp_writer(std::ostream& os) : argument
/freebsd-13-stable/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzvol_os.c912 objset_t *os; local
[all...]
/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
H A Dbpobj.c38 bpobj_alloc_empty(objset_t *os, int blocksize, dmu_tx_t *tx) argument
62 bpobj_decr_empty(objset_t *os, dmu_tx_t *tx) argument
78 bpobj_alloc(objset_t *os, int blocksize, dmu_tx_t *tx) argument
97 bpobj_free(objset_t *os, uint64_t obj, dmu_tx_t *tx) argument
150 bpobj_open(bpobj_t *bpo, objset_t *os, uint64_t object) argument
[all...]
H A Ddmu_tx.c78 dmu_tx_create(objset_t *os) argument
146 dmu_tx_hold_object_impl(dmu_tx_t *tx, objset_t *os, uint64_t object, argument
H A Ddsl_deadlist.c299 dsl_deadlist_open(dsl_deadlist_t *dl, objset_t *os, uint64_t object) argument
371 dsl_deadlist_alloc(objset_t *os, dmu_tx_t *tx) argument
380 dsl_deadlist_free(objset_t *os, uint64_ argument
567 objset_t *os = dl->dl_os; local
606 objset_t *os = dl->dl_os; local
664 dsl_deadlist_regenerate(objset_t *os, uint64_t dlobj, uint64_t mrs_obj, dmu_tx_t *tx) argument
[all...]
H A Ddsl_destroy.c897 objset_t *os; local
956 objset_t *os; local
1209 objset_t *os; local
1253 objset_t *os; local
[all...]
H A Ddsl_pool.c465 objset_t *os; local
467 objset_t *os __attribute__((unused)); local
697 objset_t *os = ds->ds_objset; local
726 objset_t *os local
[all...]
H A Ddsl_prop.c320 objset_t *os; local
1202 dsl_prop_get_all(objset_t *os, nvlist_t **nvp) argument
1210 objset_t *os; local
[all...]
H A Dspace_map.c809 space_map_open(space_map_t **smp, objset_t *os, uint64_t object, argument
857 objset_t *os = sm->sm_os; local
907 space_map_alloc(objset_t *os, int blocksize, dmu_tx_t *tx) argument
928 space_map_free_obj(objset_t *os, uint64_t smobj, dmu_tx_t *tx) argument
[all...]
H A Dzfs_fuid.c107 zfs_fuid_table_load(objset_t *os, uint64_t fuid_obj, avl_tree_t *idx_tree, argument
/freebsd-13-stable/sys/contrib/openzfs/contrib/pyzfs/libzfs_core/
H A D_libzfs_core.py34 import os namespace

Completed in 467 milliseconds

1234567891011>>