Searched defs:os (Results 151 - 175 of 305) sorted by relevance

1234567891011>>

/freebsd-current/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_dir.c649 objset_t *os = zfsvfs->z_os; local
/freebsd-current/crypto/openssl/crypto/ocsp/
H A Docsp_ext.c248 ASN1_OCTET_STRING os; local
/freebsd-current/crypto/openssl/crypto/pkcs7/
H A Dpk7_lib.c33 ASN1_OCTET_STRING *os; local
714 ASN1_OCTET_STRING *os = NULL; local
[all...]
H A Dpk7_doit.c219 ASN1_OCTET_STRING *os = NULL; local
736 ASN1_OCTET_STRING *os = NULL; local
1017 ASN1_OCTET_STRING *os; local
[all...]
/freebsd-current/tests/atf_python/sys/netpfil/ipfw/
H A Dioctl.py2 import os namespace
/freebsd-current/contrib/googletest/googletest/test/
H A Dgtest_pred_impl_unittest.cc67 std::ostream& operator<<(std::ostream& os, const Bool& x) { argument
H A Dgoogletest-filter-unittest.py43 import os namespace
64 [sys.executable, '-c', "import os; print('EMPTY_VAR' in os.environ)"] namespace
80 [sys.executable, '-c', "import os; print('UNSET_VAR' not in os namespace
[all...]
/freebsd-current/contrib/googletest/googletest/include/gtest/
H A Dgtest-printers.h141 static void PrintValue(const T& container, std::ostream* os) { argument
176 PrintValue(T* p, ::std::ostream* os) argument
190 PrintValue(T* p, ::std::ostream* os) argument
240 PrintValue(const T& value, ::std::ostream* os) argument
257 PrintValue(internal::BiggestInt value, ::std::ostream* os) argument
264 PrintValue(internal::StringView value, ::std::ostream* os) argument
276 PrintValue(const T& value, ::std::ostream* os) argument
289 PrintValue(const T& value, ::std::ostream* os) argument
294 sizeof(value), os); local
300 PrintValue(const T&, ::std::ostream* os) argument
326 PrintWithFallback(const T& value, ::std::ostream* os) argument
464 PrintTo(const T& value, ::std::ostream* os) argument
475 PrintTo(char c, ::std::ostream* os) argument
479 PrintTo(static_cast<unsigned char>(c), os); local
483 PrintTo(bool x, ::std::ostream* os) argument
497 PrintTo(char16_t c, ::std::ostream* os) argument
498 PrintTo(ImplicitCast_<char32_t>(c), os); local
501 PrintTo(char8_t c, ::std::ostream* os) argument
502 PrintTo(ImplicitCast_<char32_t>(c), os); local
579 PrintTo(float f, ::std::ostream* os) argument
586 PrintTo(double d, ::std::ostream* os) argument
595 PrintTo(char* s, ::std::ostream* os) argument
596 PrintTo(ImplicitCast_<const char*>(s), os); local
601 PrintTo(const signed char* s, ::std::ostream* os) argument
602 PrintTo(ImplicitCast_<const void*>(s), os); local
604 PrintTo(signed char* s, ::std::ostream* os) argument
605 PrintTo(ImplicitCast_<const void*>(s), os); local
607 PrintTo(const unsigned char* s, ::std::ostream* os) argument
608 PrintTo(ImplicitCast_<const void*>(s), os); local
610 PrintTo(unsigned char* s, ::std::ostream* os) argument
611 PrintTo(ImplicitCast_<const void*>(s), os); local
616 PrintTo(char8_t* s, ::std::ostream* os) argument
617 PrintTo(ImplicitCast_<const char8_t*>(s), os); local
622 PrintTo(char16_t* s, ::std::ostream* os) argument
623 PrintTo(ImplicitCast_<const char16_t*>(s), os); local
627 PrintTo(char32_t* s, ::std::ostream* os) argument
628 PrintTo(ImplicitCast_<const char32_t*>(s), os); local
639 PrintTo(wchar_t* s, ::std::ostream* os) argument
640 PrintTo(ImplicitCast_<const wchar_t*>(s), os); local
650 PrintRawArrayTo(const T a[], size_t count, ::std::ostream* os) argument
660 PrintTo(const ::std::string& s, ::std::ostream* os) argument
667 PrintTo(const ::std::u8string& s, ::std::ostream* os) argument
674 PrintTo(const ::std::u16string& s, ::std::ostream* os) argument
680 PrintTo(const ::std::u32string& s, ::std::ostream* os) argument
687 PrintTo(const ::std::wstring& s, ::std::ostream* os) argument
694 PrintTo(internal::StringView sp, ::std::ostream* os) argument
695 PrintTo(::std::string(sp), os); local
699 PrintTo(std::nullptr_t, ::std::ostream* os) argument
702 PrintTo(const std::type_info& info, std::ostream* os) argument
708 PrintTo(std::reference_wrapper<T> ref, ::std::ostream* os) argument
718 PrintSmartPointer(const Ptr& ptr, std::ostream* os, char) argument
729 PrintSmartPointer(const Ptr& ptr, std::ostream* os, int) argument
740 PrintTo(const std::unique_ptr<T, D>& ptr, std::ostream* os) argument
745 PrintTo(const std::shared_ptr<T>& ptr, std::ostream* os) argument
756 PrintTupleTo(const T& t, std::integral_constant<size_t, I>, ::std::ostream* os) argument
765 std::get<I - 1>(t), os); local
769 PrintTo(const ::std::tuple<Types...>& t, ::std::ostream* os) argument
777 PrintTo(const ::std::pair<T1, T2>& value, ::std::ostream* os) argument
799 Print(const T& value, ::std::ostream* os) argument
825 Print(const Any& value, ::std::ostream* os) argument
853 Print(const Optional<T>& value, ::std::ostream* os) argument
881 Print(const Variant<T...>& value, ::std::ostream* os) argument
899 ::std::ostream* os; member in struct:testing::internal::UniversalPrinter::Visitor
909 UniversalPrintArray(const T* begin, size_t len, ::std::ostream* os) argument
970 Print(const T& value, ::std::ostream* os) argument
989 Print(const T& value, ::std::ostream* os) argument
996 Print(const T& value, ::std::ostream* os) argument
1003 Print(std::reference_wrapper<T> value, ::std::ostream* os) argument
1017 Print(const char* str, ::std::ostream* os) argument
1021 UniversalPrint(std::string(str), os); local
1033 Print(const char8_t* str, ::std::ostream* os) argument
1037 UniversalPrint(::std::u8string(str), os); local
1049 Print(const char16_t* str, ::std::ostream* os) argument
1053 UniversalPrint(::std::u16string(str), os); local
1064 Print(const char32_t* str, ::std::ostream* os) argument
1068 UniversalPrint(::std::u32string(str), os); local
1080 Print(const wchar_t* str, ::std::ostream* os) argument
1084 UniversalPrint(::std::wstring(str), os); local
1093 Print(wchar_t* str, ::std::ostream* os) argument
1099 UniversalTersePrint(const T& value, ::std::ostream* os) argument
1108 UniversalPrint(const T& value, ::std::ostream* os) argument
[all...]
H A Dgtest-matchers.h83 explicit MatchResultListener(::std::ostream* os) : stream_(os) {} argument
197 explicit StreamMatchResultListener(::std::ostream* os) argument
347 DescribeImpl(const MatcherBase& m, std::ostream* os, bool negation) argument
599 operator <<(std::ostream& os, const Matcher<T>& matcher) argument
704 UniversalPrint(Unwrap(rhs_), os); local
708 UniversalPrint(Unwrap(rhs_), os); local
[all...]
/freebsd-current/tests/atf_python/sys/net/
H A Dvnet.py4 import os namespace
/freebsd-current/usr.bin/vgrind/
H A Dvfontedpr.c338 putScp(char *os) argument
583 tabs(char *s, char *os) argument
590 width(register char *s, register char *os) argument
[all...]
/freebsd-current/sys/opencrypto/
H A Dktls_ocf.c83 struct ktls_ocf_session *os; member in struct:ocf_operation
196 ktls_ocf_dispatch(struct ktls_ocf_session *os, struct cryptop *crp) argument
282 struct ktls_ocf_session *os; local
444 struct ktls_ocf_session *os; local
555 struct ktls_ocf_session *os; local
636 struct ktls_ocf_session *os; local
732 struct ktls_ocf_session *os; local
793 struct ktls_ocf_session *os; local
866 struct ktls_ocf_session *os; local
919 struct ktls_ocf_session *os; local
974 struct ktls_ocf_session *os; local
988 struct ktls_ocf_session *os; local
[all...]
/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVReader.h54 raw_fd_ostream &os() { return OutputFile->os(); } function in class:llvm::logicalview::final
/freebsd-current/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSVals.h174 inline raw_ostream &operator<<(raw_ostream &os, clang::ento::SVal V) { argument
/freebsd-current/usr.sbin/makefs/zfs/
H A Dzap.c67 zfs_objset_t *os; /* backpointer */ member in struct:zfs_zap
114 zap_alloc(zfs_objset_t *os, dnode_phys_t *dnode) argument
/freebsd-current/contrib/lib9p/pytest/
H A Dp9conn.py15 import os namespace
[all...]
/freebsd-current/contrib/atf/atf-c++/
H A Dtests.cpp84 detail::atf_tp_writer::atf_tp_writer(std::ostream& os) : argument
/freebsd-current/crypto/heimdal/lib/hx509/
H A Dcms.c897 heim_octet_string os; local
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...]
/freebsd-current/sys/contrib/openzfs/contrib/pyzfs/libzfs_core/
H A D_libzfs_core.py34 import os namespace
/freebsd-current/sys/contrib/openzfs/module/zfs/
H A Dspace_map.c810 space_map_open(space_map_t **smp, objset_t *os, uint64_t object, argument
858 objset_t *os = sm->sm_os; local
910 space_map_alloc(objset_t *os, int blocksize, dmu_tx_t *tx) argument
931 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-current/tests/atf_python/sys/netlink/
H A Dnetlink.py2 import os namespace
/freebsd-current/contrib/googletest/googlemock/test/
H A Dgmock-spec-builders_test.cc88 void PrintTo(const Incomplete& /* x */, ::std::ostream* os) { argument
1875 inline void operator<<(::std::ostream& os, const Printable&) { argument
/freebsd-current/sys/dev/ocs_fc/
H A Docs_os.c49 ocs_config_read32(ocs_os_handle_t os, uint32_t reg) argument
55 ocs_config_read16(ocs_os_handle_t os, uint32_t reg) argument
61 ocs_config_read8(ocs_os_handle_t os, uint32_t reg) argument
67 ocs_config_write8(ocs_os_handle_t os, uint32_t reg, uint8_t val) argument
73 ocs_config_write16(ocs_os_handle_t os, uint32_t reg, uint16_t val) argument
79 ocs_config_write32(ocs_os_handle_t os, uint32_t reg, uint32_t val) argument
242 ocs_malloc(ocs_os_handle_t os, size_t size, int32_t flags) argument
273 ocs_free(ocs_os_handle_t os, void *addr, size_t size) argument
317 ocs_dma_free(ocs_os_handle_t os, ocs_dma_t *dma) argument
359 ocs_dma_alloc(ocs_os_handle_t os, ocs_dma_t *dma, size_t size, size_t align) argument
466 ocs_lock_init(void *os, ocs_lock_t *lock, const char *name, ...) argument
627 ocs_thread_create(ocs_os_handle_t os, ocs_thread_t *thread, ocs_thread_fctn fctn, const char *name, void *arg, ocs_thread_start_e start) argument
794 ocs_ioctl_preprocess(ocs_os_handle_t os, void *arg, size_t size) argument
816 ocs_ioctl_postprocess(ocs_os_handle_t os, void *arg, void *kern_ptr, size_t size) argument
840 ocs_ioctl_free(ocs_os_handle_t os, void *kern_ptr, size_t size) argument
845 ocs_intr_disable(ocs_os_handle_t os) argument
849 ocs_intr_enable(ocs_os_handle_t os) argument
942 ocs_setup_timer(ocs_os_handle_t os, ocs_timer_t *timer, void(*func)(void *arg), void *data, uint32_t timeout_ms) argument
[all...]

Completed in 409 milliseconds

1234567891011>>