Home
last modified time | relevance | path

Searched refs:os_type (Results 1 – 12 of 12) sorted by relevance

/openbsd-src/gnu/usr.bin/perl/cpan/Perl-OSType/t/
H A DOSType.t14 can_ok( 'Perl::OSType', 'os_type' );
16 my @functions = qw/os_type is_os_type/;
30 # os_type
34 my $fcn = 'os_type()';
36 ok( my $current_type = os_type(), "$fcn: without arguments" );
38 is( $current_type, os_type($^O), "... matches os_type($^O)" );
40 is( os_type(NON_EXISTENT_OS), '', "$fcn: unknown OS returns empty string" );
42 is( os_type(''), '', "$fcn: empty string returns empty string" );
46 is( os_type(undef), 'Unix', "$fcn: explicit undef uses $^O" );
/openbsd-src/gnu/llvm/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
H A DDynamicLoaderDarwin.cpp409 image_infos[i].os_type = llvm::Triple::MacOSX; in JSONImageInformationIntoImageInfo()
411 image_infos[i].os_type = llvm::Triple::IOS; in JSONImageInformationIntoImageInfo()
413 image_infos[i].os_type = llvm::Triple::TvOS; in JSONImageInformationIntoImageInfo()
415 image_infos[i].os_type = llvm::Triple::WatchOS; in JSONImageInformationIntoImageInfo()
419 image_infos[i].os_type = llvm::Triple::IOS; in JSONImageInformationIntoImageInfo()
422 image_infos[i].os_type = llvm::Triple::IOS; in JSONImageInformationIntoImageInfo()
425 image_infos[i].os_type = llvm::Triple::TvOS; in JSONImageInformationIntoImageInfo()
428 image_infos[i].os_type = llvm::Triple::WatchOS; in JSONImageInformationIntoImageInfo()
549 image_infos[i].os_type != llvm::Triple::OSType::MacOSX) { in UpdateSpecialBinariesFromNewImageInfos()
779 if (os_env == llvm::Triple::MacABI && os_type == llvm::Triple::IOS) { in GetArchitecture()
[all …]
H A DDynamicLoaderDarwin.h118 llvm::Triple::OSType os_type = llvm::Triple::OSType::UnknownOS; member
138 os_type = llvm::Triple::OSType::UnknownOS; in Clear()
148 segments == rhs.segments && os_type == rhs.os_type &&
/openbsd-src/gnu/usr.bin/perl/cpan/Perl-OSType/lib/Perl/
H A DOSType.pm75 sub os_type { subroutine
85 return os_type($os) eq $type;
/openbsd-src/gnu/llvm/lldb/source/Plugins/DynamicLoader/Static/
H A DDynamicLoaderStatic.cpp32 const llvm::Triple::OSType os_type = triple_ref.getOS(); in LLDB_PLUGIN_DEFINE() local
34 if (os_type == llvm::Triple::UnknownOS) { in LLDB_PLUGIN_DEFINE()
/openbsd-src/gnu/usr.bin/perl/dist/ExtUtils-CBuilder/lib/ExtUtils/
H A DCBuilder.pm6 use Perl::OSType qw/os_type/;
25 my $ostype = os_type();
/openbsd-src/gnu/usr.bin/perl/dist/ExtUtils-CBuilder/t/
H A D00-have-compiler.t76 my $type = ExtUtils::CBuilder::os_type();
/openbsd-src/gnu/usr.bin/perl/t/op/
H A Dfiletest.t113 if (os_type ne 'Unix') { skip "Not Unix", 3 }
/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp4882 llvm::StringRef os_type;
4887 os_type = llvm::Triple::getOSTypeName(llvm::Triple::MacOSX);
4890 os_type = llvm::Triple::getOSTypeName(llvm::Triple::IOS);
4893 os_type = llvm::Triple::getOSTypeName(llvm::Triple::TvOS);
4896 os_type = llvm::Triple::getOSTypeName(llvm::Triple::WatchOS);
4907 os_type = llvm::Triple::getOSTypeName(llvm::Triple::IOS);
4911 os_type = llvm::Triple::getOSTypeName(llvm::Triple::IOS);
4916 os_type = llvm::Triple::getOSTypeName(llvm::Triple::TvOS);
4921 os_type = llvm::Triple::getOSTypeName(llvm::Triple::WatchOS);
5059 os << os_env.os_type << min_os.major_version << '.'
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp1996 std::string os_type; in DecodeProcessInfoResponse() local
2062 os_type = std::string(value); in DecodeProcessInfoResponse()
2066 if (cpu != LLDB_INVALID_CPUTYPE && !vendor.empty() && !os_type.empty()) { in DecodeProcessInfoResponse()
2073 llvm::StringRef(os_type)); in DecodeProcessInfoResponse()
/openbsd-src/sys/dev/pci/
H A Dif_bnxt.c2695 req.os_type = htole16(HWRM_FUNC_DRV_RGTR_INPUT_OS_TYPE_FREEBSD);
H A Dif_bnxtreg.h7810 /* This bit must be '1' for the os_type field to be configured. */
7820 uint16_t os_type; member
8260 uint16_t os_type; member
[all...]