Searched defs:os (Results 101 - 125 of 305) sorted by relevance

1234567891011>>

/freebsd-current/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Ddmu_os.c79 dmu_write_pages(objset_t *os, uint64_t object, uint64_t offset, uint64_t size, argument
136 dmu_read_pages(objset_t *os, uint64_t object, vm_page_t *ma, int count, argument
/freebsd-current/tools/build/
H A Dmake.py43 import os namespace
[all...]
/freebsd-current/crypto/openssl/crypto/cms/
H A Dcms_rsa.c118 ASN1_STRING *os = NULL; local
221 ASN1_STRING *os = NULL; local
H A Dcms_ess.c386 ASN1_OCTET_STRING *os = NULL; local
/freebsd-current/share/mk/
H A Dmeta2deps.py71 import os namespace
[all...]
/freebsd-current/contrib/bmake/mk/
H A Dmeta2deps.py71 import os namespace
[all...]
/freebsd-current/contrib/llvm-project/lld/MachO/
H A DLTO.cpp176 std::unique_ptr<raw_fd_ostream> os = openFile(path + ".thinlto.bc"); local
/freebsd-current/contrib/llvm-project/lld/ELF/
H A DLTO.cpp292 std::unique_ptr<raw_fd_ostream> os = openFile(path + ".thinlto.bc"); local
H A DMapFile.cpp47 static void writeHeader(raw_ostream &os, uint64_t vma, uint64_t lma, argument
116 static void printEhFrame(raw_ostream &os, const EhFrameSection *sec) { argument
149 static void writeMapFile(raw_fd_ostream &os) { argument
224 writeCref(raw_fd_ostream &os) argument
266 raw_fd_ostream os = ctx.openAuxiliaryFile(mapFile, ec); local
[all...]
/freebsd-current/contrib/llvm-project/lld/COFF/
H A DMapFile.cpp48 static void writeHeader(raw_ostream &os, uint32_t sec, uint64_t addr) { argument
55 static void writeFormattedTimestamp(raw_ostream &os, time_t tds) { argument
[all...]
/freebsd-current/contrib/lib9p/pytest/
H A Dprotocol.py432 import os namespace
/freebsd-current/contrib/wpa/wpa_supplicant/examples/
H A Dwps-nfc.py9 import os namespace
H A Dp2p-nfc.py9 import os namespace
/freebsd-current/crypto/heimdal/lib/hx509/
H A Dks_p12.c76 const heim_octet_string *os = NULL; local
133 heim_octet_string os; local
220 heim_octet_string os; local
489 PKCS12_OctetString os; local
[all...]
/freebsd-current/crypto/heimdal/lib/ntlm/
H A Dheimntlm.h119 uint32_t os[2]; /**< */ member in struct:ntlm_type1
134 uint32_t os[2]; /**< */ member in struct:ntlm_type2
151 uint32_t os[2]; /**< */ member in struct:ntlm_type3
/freebsd-current/sys/contrib/openzfs/module/zfs/
H A Dzfeature.c177 objset_t *os = spa->spa_meta_objset; local
H A Dzcp_get.c51 objset_t *os; local
227 objset_t *os; local
647 objset_t *os; local
[all...]
H A Dzcp_iter.c162 objset_t *os; local
246 objset_t *os; local
405 objset_t *os; local
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextThreadMemory.cpp43 OperatingSystem *os = process_sp->GetOperatingSystem(); local
/freebsd-current/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DDereferenceChecker.cpp61 DereferenceChecker::AddDerefSource(raw_ostream &os, argument
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Expression/
H A DDWARFExpressionList.cpp146 llvm::raw_ostream &os = s->AsRawOstream(); local
179 llvm::raw_ostream &os = s->AsRawOstream(); local
[all...]
/freebsd-current/sbin/ipfw/tests/
H A Dtest_add_rule.py3 import os namespace
/freebsd-current/tests/atf_python/sys/netpfil/ipfw/
H A Dinsns.py2 import os namespace
H A Dipfw.py2 import os namespace
/freebsd-current/contrib/googletest/googletest/src/
H A Dgtest-printers.cc70 PrintByteSegmentInObjectTo(const unsigned char* obj_bytes, size_t start, size_t count, ostream* os) argument
89 PrintBytesInObjectToImpl(const unsigned char* obj_bytes, size_t count, ostream* os) argument
130 PrintBytesInObjectTo(const unsigned char* obj_bytes, size_t count, ostream* os) argument
151 PrintAsCharLiteralTo(Char c, ostream* os) argument
200 PrintAsStringLiteralTo(char32_t c, ostream* os) argument
231 PrintAsStringLiteralTo(char c, ostream* os) argument
236 PrintAsStringLiteralTo(char8_t c, ostream* os) argument
241 PrintAsStringLiteralTo(char16_t c, ostream* os) argument
245 PrintAsStringLiteralTo(wchar_t c, ostream* os) argument
253 PrintCharAndCodeTo(Char c, ostream* os) argument
276 PrintTo(unsigned char c, ::std::ostream* os) argument
277 PrintTo(signed char c, ::std::ostream* os) argument
281 PrintTo(wchar_t wc, ostream* os) argument
284 PrintTo(char32_t c, ::std::ostream* os) argument
291 PrintTo(__uint128_t v, ::std::ostream* os) argument
324 PrintTo(__int128_t v, ::std::ostream* os) argument
342 PrintCharsAsStringTo(const CharType* begin, size_t len, ostream* os) argument
371 UniversalPrintCharArray(const CharType* begin, size_t len, ostream* os) argument
394 UniversalPrintArray(const char* begin, size_t len, ostream* os) argument
401 UniversalPrintArray(const char8_t* begin, size_t len, ostream* os) argument
408 UniversalPrintArray(const char16_t* begin, size_t len, ostream* os) argument
414 UniversalPrintArray(const char32_t* begin, size_t len, ostream* os) argument
420 UniversalPrintArray(const wchar_t* begin, size_t len, ostream* os) argument
428 PrintCStringTo(const Char* s, ostream* os) argument
439 PrintTo(const char* s, ostream* os) argument
442 PrintTo(const char8_t* s, ostream* os) argument
445 PrintTo(const char16_t* s, ostream* os) argument
447 PrintTo(const char32_t* s, ostream* os) argument
457 PrintTo(const wchar_t* s, ostream* os) argument
516 ConditionalPrintAsText(const char* str, size_t length, ostream* os) argument
525 PrintStringTo(const ::std::string& s, ostream* os) argument
534 PrintU8StringTo(const ::std::u8string& s, ostream* os) argument
539 PrintU16StringTo(const ::std::u16string& s, ostream* os) argument
543 PrintU32StringTo(const ::std::u32string& s, ostream* os) argument
548 PrintWideStringTo(const ::std::wstring& s, ostream* os) argument
[all...]

Completed in 167 milliseconds

1234567891011>>