| /src/usr.sbin/bsdinstall/partedit/ |
| H A D | partedit_powerpc.c | 35 static char platform[255] = ""; variable 39 size_t platlen = sizeof(platform); in default_scheme() 40 if (strlen(platform) == 0) in default_scheme() 41 sysctlbyname("hw.platform", platform, &platlen, NULL, -1); in default_scheme() 43 if (strcmp(platform, "powermac") == 0) in default_scheme() 45 if (strcmp(platform, "chrp") == 0 || strcmp(platform, "ps3") == 0 || in default_scheme() 46 strcmp(platform, "mpc85xx") == 0) in default_scheme() 55 size_t platlen = sizeof(platform); in is_scheme_bootable() 56 if (strlen(platform) == 0) in is_scheme_bootable() 57 sysctlbyname("hw.platform", platform, &platlen, NULL, -1); in is_scheme_bootable() [all …]
|
| /src/crypto/krb5/src/util/support/ |
| H A D | deps | 5 $(top_srcdir)/include/fake-addrinfo.h $(top_srcdir)/include/k5-platform.h \ 11 $(top_srcdir)/include/k5-platform.h $(top_srcdir)/include/k5-thread.h \ 15 $(top_srcdir)/include/k5-err.h $(top_srcdir)/include/k5-platform.h \ 19 $(top_srcdir)/include/k5-err.h $(top_srcdir)/include/k5-platform.h \ 22 $(top_srcdir)/include/k5-buf.h $(top_srcdir)/include/k5-platform.h \ 29 $(top_srcdir)/include/k5-platform.h $(top_srcdir)/include/k5-thread.h \ 33 $(top_srcdir)/include/k5-platform.h $(top_srcdir)/include/k5-thread.h \ 37 $(top_srcdir)/include/k5-input.h $(top_srcdir)/include/k5-platform.h \ 41 $(BUILDTOP)/include/autoconf.h $(top_srcdir)/include/k5-platform.h \ 44 $(top_srcdir)/include/k5-platform.h $(top_srcdir)/include/k5-thread.h \ [all …]
|
| /src/crypto/openssl/Configurations/platform/Windows/ |
| H A D | MSVC.pm | 1 package platform::Windows::MSVC; 9 require platform::Windows; 21 return platform::BASE::__concat(platform::BASE->sharedname($_[1]), 29 return platform::BASE::__concat($_[0]->staticname($_[1]), $_[0]->pdbext()); 33 return platform::BASE::__concat($_[0]->sharedname($_[1]), $_[0]->pdbext()); 37 return platform::BASE::__concat($_[0]->dsoname($_[1]), $_[0]->pdbext()); 41 return platform::BASE::__concat($_[0]->binname($_[1]), $_[0]->pdbext());
|
| /src/crypto/openssl/Configurations/platform/ |
| H A D | Unix.pm | 1 package platform::Unix; 9 require platform::BASE; 16 sub dsoext { $target{dso_extension} || platform->shlibextsimple() 47 my $in_libname = platform::BASE->staticname($_[1]); 53 return platform::BASE->staticname($_[1]); 57 return platform::BASE::__concat(platform::BASE->sharedname($_[1]), 62 return platform::BASE::__isshared($_[1]) ? $_[1] : undef; 82 return platform::BASE::__concat($simplename, $simpleext);
|
| H A D | Windows.pm | 1 package platform::Windows; 9 require platform::BASE; 32 my $in_libname = platform::BASE->staticname($_[1]); 38 return platform::BASE->staticname($_[1]) 49 return platform::BASE::__concat(platform::BASE->sharedname($_[1]), 56 return platform::BASE::__isshared($_[1]) ? $_[1] : undef; 60 return platform::BASE::__concat($_[0]->sharedname_import($_[1]),
|
| H A D | AIX.pm | 1 package platform::AIX; 9 require platform::Unix; 24 return platform::Unix->staticname($_[1]) if $target{shared_target} eq "aix-solib"; 28 my $in_libname = platform::BASE->staticname($_[1]); 32 return platform::BASE->staticname($_[1]) . ($disabled{shared} ? '' : '_a'); 39 return platform::Unix->sharedlib_simple($_[1], $_[0]->shlibextsimple()); 45 return platform::Unix->sharedlib_simple($_[1]) if $target{shared_target} eq "aix-solib";
|
| H A D | VMS.pm | 1 package platform::VMS; 9 require platform::BASE; 41 my $in_libname = platform::BASE->staticname($_[1]); 45 return platform::BASE::__concat($_[0]->osslprefix(), 46 platform::BASE->staticname($_[1]), 58 return platform::BASE::__concat($_[0]->osslprefix(), 59 platform::BASE->sharedname($_[1]),
|
| H A D | mingw.pm | 1 package platform::mingw; 9 require platform::Unix; 33 return platform::BASE::__concat(platform::BASE->sharedname($_[1]), 47 return platform::BASE::__concat(platform::BASE->sharedname($_[1]),
|
| H A D | Cygwin.pm | 1 package platform::Cygwin; 9 require platform::mingw; 17 my $lib = platform::mingw->sharedname(@_);
|
| /src/tools/tools/notescheck/ |
| H A D | notescheck.py | 70 def add_define(self, platform): argument 71 self.defines.add(platform) 73 def add_test(self, platform): argument 74 self.tests.add(platform) 247 def parse_files_line(line, platform): argument 287 option.add_define(platform) 291 def parse_options_line(line, platform): argument 301 option.add_define(platform) 306 def parse_notes_line(line, platform): argument 315 option.add_test(platform) [all …]
|
| /src/crypto/krb5/src/util/ss/ |
| H A D | deps | 6 $(COM_ERR_DEPS) $(top_srcdir)/include/k5-platform.h \ 10 $(BUILDTOP)/include/ss/ss_err.h $(COM_ERR_DEPS) $(top_srcdir)/include/k5-platform.h \ 15 $(COM_ERR_DEPS) $(top_srcdir)/include/k5-platform.h \ 19 $(BUILDTOP)/include/ss/ss_err.h $(COM_ERR_DEPS) $(top_srcdir)/include/k5-platform.h \ 23 $(BUILDTOP)/include/ss/ss_err.h $(COM_ERR_DEPS) $(top_srcdir)/include/k5-platform.h \ 27 $(BUILDTOP)/include/ss/ss_err.h $(COM_ERR_DEPS) $(top_srcdir)/include/k5-platform.h \ 31 $(BUILDTOP)/include/ss/ss_err.h $(COM_ERR_DEPS) $(top_srcdir)/include/k5-platform.h \ 36 $(COM_ERR_DEPS) $(top_srcdir)/include/k5-platform.h \ 41 $(COM_ERR_DEPS) $(top_srcdir)/include/k5-platform.h \ 45 $(BUILDTOP)/include/ss/ss_err.h $(COM_ERR_DEPS) $(top_srcdir)/include/k5-platform.h \ [all …]
|
| /src/crypto/openssl/Configurations/ |
| H A D | windows-makefile.tmpl | 9 our $sover_dirname = platform->shlib_version_as_filename(); 50 LIBS={- join(" ", map { ( platform->sharedlib_import($_), platform->staticlib($_) ) } @{$unified_in… 51 SHLIBS={- join(" ", map { platform->sharedlib($_) // () } @{$unified_info{libraries}}) -} 52 SHLIBPDBS={- join(" ", map { platform->sharedlibpdb($_) // () } @{$unified_info{libraries}}) -} 53 MODULES={- our @MODULES = map { platform->dso($_) } 61 MODULEPDBS={- join(" ", map { platform->dsopdb($_) } @{$unified_info{modules}}) -} 69 join(" ", map { platform->dso($_) } @fipsmodules) -} 71 join(", ", map { basename(platform->dso($_)) } @fipsmodules) -} 72 PROGRAMS={- our @PROGRAMS = map { platform->bin($_) } @{$unified_info{programs}}; join(" ", @PROGRA… 76 DEPS={- join(" ", map { platform->isobj($_) ? platform->dep($_) : () } [all …]
|
| /src/crypto/krb5/src/util/profile/ |
| H A D | deps | 6 $(COM_ERR_DEPS) $(top_srcdir)/include/k5-err.h $(top_srcdir)/include/k5-platform.h \ 11 $(COM_ERR_DEPS) $(top_srcdir)/include/k5-err.h $(top_srcdir)/include/k5-platform.h \ 16 $(COM_ERR_DEPS) $(top_srcdir)/include/k5-err.h $(top_srcdir)/include/k5-platform.h \ 21 $(COM_ERR_DEPS) $(top_srcdir)/include/k5-err.h $(top_srcdir)/include/k5-platform.h \ 26 $(COM_ERR_DEPS) $(top_srcdir)/include/k5-err.h $(top_srcdir)/include/k5-platform.h \ 33 $(COM_ERR_DEPS) $(top_srcdir)/include/k5-err.h $(top_srcdir)/include/k5-platform.h \ 38 $(COM_ERR_DEPS) $(top_srcdir)/include/k5-err.h $(top_srcdir)/include/k5-platform.h \ 43 $(COM_ERR_DEPS) $(top_srcdir)/include/k5-err.h $(top_srcdir)/include/k5-platform.h \ 48 $(COM_ERR_DEPS) $(top_srcdir)/include/k5-err.h $(top_srcdir)/include/k5-platform.h \ 53 $(COM_ERR_DEPS) $(top_srcdir)/include/k5-platform.h \
|
| /src/crypto/krb5/src/lib/gssapi/mechglue/ |
| H A D | deps | 10 $(top_srcdir)/include/k5-platform.h $(top_srcdir)/include/k5-thread.h \ 19 $(top_srcdir)/include/k5-platform.h $(top_srcdir)/include/k5-thread.h \ 28 $(top_srcdir)/include/k5-input.h $(top_srcdir)/include/k5-platform.h \ 37 $(top_srcdir)/include/k5-input.h $(top_srcdir)/include/k5-platform.h \ 46 $(top_srcdir)/include/k5-platform.h $(top_srcdir)/include/k5-thread.h \ 55 $(top_srcdir)/include/k5-platform.h $(top_srcdir)/include/k5-thread.h \ 64 $(top_srcdir)/include/k5-platform.h $(top_srcdir)/include/k5-thread.h \ 73 $(top_srcdir)/include/k5-platform.h $(top_srcdir)/include/k5-thread.h \ 82 $(top_srcdir)/include/k5-platform.h $(top_srcdir)/include/k5-thread.h \ 91 $(top_srcdir)/include/k5-platform.h $(top_srcdir)/include/k5-thread.h \ [all …]
|
| /src/usr.bin/etdump/ |
| H A D | output_shell.c | 42 const char *platform; in output_entry() local 53 platform = "default"; in output_entry() 55 platform = system_id_string(platform_id); in output_entry() 59 platform, system_id_string(bcse->system_type[0]), in output_entry()
|
| /src/crypto/krb5/src/lib/gssapi/generic/ |
| H A D | deps | 8 $(top_srcdir)/include/k5-platform.h $(top_srcdir)/include/k5-thread.h \ 15 $(top_srcdir)/include/k5-platform.h $(top_srcdir)/include/k5-thread.h \ 22 $(top_srcdir)/include/k5-platform.h $(top_srcdir)/include/k5-thread.h \ 29 $(top_srcdir)/include/k5-platform.h $(top_srcdir)/include/k5-thread.h \ 36 $(top_srcdir)/include/k5-platform.h $(top_srcdir)/include/k5-thread.h \ 43 $(top_srcdir)/include/k5-platform.h $(top_srcdir)/include/k5-thread.h \ 50 $(top_srcdir)/include/k5-platform.h $(top_srcdir)/include/k5-thread.h \ 57 $(top_srcdir)/include/k5-platform.h $(top_srcdir)/include/k5-thread.h \ 65 $(top_srcdir)/include/k5-input.h $(top_srcdir)/include/k5-platform.h \ 73 $(top_srcdir)/include/k5-platform.h $(top_srcdir)/include/k5-thread.h \ [all …]
|
| /src/contrib/llvm-project/lldb/tools/lldb-server/ |
| H A D | lldb-platform.cpp | 285 GDBRemoteCommunicationServerPlatform platform( in main_platform() local 288 platform.SetPortOffset(port_offset); in main_platform() 327 platform.SetPortMap(std::move(portmap_for_child)); in main_platform() 349 platform.SetPortMap(std::move(gdbserver_portmap)); in main_platform() 352 platform.SetConnection(std::unique_ptr<Connection>(conn)); in main_platform() 354 if (platform.IsConnected()) { in main_platform() 359 Status error = platform.LaunchGDBServer(inferior_arguments, in main_platform() 363 platform.SetPendingGdbServer(pid, *port, socket_name); in main_platform() 371 if (platform.GetPacketAndSendResponse(std::nullopt, error, interrupt, in main_platform()
|
| /src/sys/contrib/device-tree/Bindings/sound/ |
| H A D | sprd-pcm.txt | 1 * Spreadtrum DMA platform bindings 4 - compatible: Should be "sprd,pcm-platform". 11 audio_platform:platform@0 { 12 compatible = "sprd,pcm-platform";
|
| H A D | mt6797-mt6351.txt | 5 - mediatek,platform: the phandle of MT6797 ASoC platform 13 mediatek,platform = <&afe>;
|
| /src/sys/arm/arm/ |
| H A D | platform_if.m | 36 #include <machine/platform.h> 42 * @defgroup PLATFORM platform - KObj methods for ARM platform 44 * @brief A set of methods required by all platform implementations. 50 INTERFACE platform; 74 * @brief Probe for whether we are on this platform, returning the standard 83 * @brief Attach this platform module. This happens before the MMU is online, 84 * so the platform module can install its own high-priority MMU module at 101 * first byte of unusable KVA space. This allows a platform to carve out
|
| /src/sys/contrib/device-tree/Bindings/net/ |
| H A D | imx-dwmac.txt | 3 This file documents platform glue layer for IMX. 17 - "mem" clock is required for imx8dxl platform. 18 - "mem" clock is not required for imx8mp platform. 25 - required for imx8mp platform. 26 - is optional for imx8dxl platform. 29 - intf_mode: is optional for imx8dxl platform.
|
| /src/share/examples/bhyve/ |
| H A D | vmrun.sh | 115 platform=$(uname -m) 116 if [ "${platform}" != amd64 -a "${platform}" != arm64 ]; then 146 case ${platform} in 281 case ${platform} in 366 if [ ${platform} = amd64 -a ${efi_mode} -eq 0 ]; then 379 case ${platform} in
|
| /src/crypto/krb5/src/ccapi/lib/ |
| H A D | deps | 7 $(top_srcdir)/include/k5-platform.h $(top_srcdir)/include/k5-thread.h \ 16 $(top_srcdir)/include/k5-platform.h $(top_srcdir)/include/k5-thread.h \ 25 $(top_srcdir)/include/k5-platform.h $(top_srcdir)/include/k5-thread.h \ 36 $(top_srcdir)/include/k5-platform.h $(top_srcdir)/include/k5-thread.h \ 44 $(top_srcdir)/include/k5-platform.h $(top_srcdir)/include/k5-thread.h \ 53 $(top_srcdir)/include/k5-platform.h $(top_srcdir)/include/k5-thread.h \ 64 $(top_srcdir)/include/k5-platform.h $(top_srcdir)/include/k5-thread.h \ 72 $(top_srcdir)/include/k5-platform.h $(top_srcdir)/include/k5-thread.h \ 80 $(top_srcdir)/include/k5-platform.h $(top_srcdir)/include/k5-thread.h \
|
| /src/crypto/krb5/src/lib/krb5/krb/ |
| H A D | deps | 9 $(top_srcdir)/include/k5-int.h $(top_srcdir)/include/k5-platform.h \ 20 $(top_srcdir)/include/k5-int.h $(top_srcdir)/include/k5-platform.h \ 31 $(top_srcdir)/include/k5-int.h $(top_srcdir)/include/k5-platform.h \ 42 $(top_srcdir)/include/k5-int.h $(top_srcdir)/include/k5-platform.h \ 54 $(top_srcdir)/include/k5-platform.h $(top_srcdir)/include/k5-plugin.h \ 65 $(top_srcdir)/include/k5-int.h $(top_srcdir)/include/k5-platform.h \ 77 $(top_srcdir)/include/k5-platform.h $(top_srcdir)/include/k5-plugin.h \ 89 $(top_srcdir)/include/k5-platform.h $(top_srcdir)/include/k5-plugin.h \ 101 $(top_srcdir)/include/k5-platform.h $(top_srcdir)/include/k5-plugin.h \ 112 $(top_srcdir)/include/k5-int.h $(top_srcdir)/include/k5-platform.h \ [all …]
|
| /src/sys/contrib/device-tree/Bindings/phy/ |
| H A D | ti-phy-gmii-sel.txt | 39 - compatible : Should be "ti,am3352-phy-gmii-sel" for am335x platform 40 "ti,dra7xx-phy-gmii-sel" for dra7xx/am57xx platform 41 "ti,am43xx-phy-gmii-sel" for am43xx platform 42 "ti,dm814-phy-gmii-sel" for dm814x platform 43 "ti,am654-phy-gmii-sel" for AM654x/J721E platform
|