| /freebsd-13.1/usr.sbin/bsdinstall/partedit/ |
| H A D | partedit_powerpc.c | 37 static char platform[255] = ""; variable 41 size_t platlen = sizeof(platform); in default_scheme() 42 if (strlen(platform) == 0) in default_scheme() 47 if (strcmp(platform, "chrp") == 0 || strcmp(platform, "ps3") == 0 || in default_scheme() 58 if (strlen(platform) == 0) in is_scheme_bootable() 65 if ((strcmp(platform, "chrp") == 0 || strcmp(platform, "ps3") == 0) && in is_scheme_bootable() 88 if (strlen(platform) == 0) in bootpart_size() 97 if (strcmp(platform, "ps3") == 0 || strcmp(platform, "powernv") == 0) in bootpart_size() 108 if (strlen(platform) == 0) in bootpart_type() 115 if (strcmp(platform, "powernv") == 0 || strcmp(platform, "ps3") == 0) { in bootpart_type() [all …]
|
| /freebsd-13.1/tools/tools/notescheck/ |
| H A D | notescheck.py | 71 def add_define(self, platform): argument 72 self.defines.add(platform) 74 def add_test(self, platform): argument 75 self.tests.add(platform) 248 def parse_files_line(line, platform): argument 288 option.add_define(platform) 302 option.add_define(platform) 316 option.add_test(platform) 322 option.add_test(platform) 350 for platform in platforms: [all …]
|
| /freebsd-13.1/sys/contrib/libsodium/ |
| H A D | appveyor.yml | 7 - platform: Win32 9 - platform: Win32 11 - platform: x64 13 - platform: x64
|
| /freebsd-13.1/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()
|
| /freebsd-13.1/contrib/llvm-project/lldb/tools/lldb-server/ |
| H A D | lldb-platform.cpp | 310 GDBRemoteCommunicationServerPlatform platform( in main_platform() local 314 platform.SetPortOffset(port_offset); in main_platform() 317 platform.SetPortMap(std::move(gdbserver_portmap)); in main_platform() 351 platform.SetConnection(std::unique_ptr<Connection>(conn)); in main_platform() 353 if (platform.IsConnected()) { in main_platform() 358 Status error = platform.LaunchGDBServer(inferior_arguments, in main_platform() 362 platform.SetPendingGdbServer(pid, *port, socket_name); in main_platform() 368 if (platform.HandshakeWithClient()) { in main_platform() 372 if (platform.GetPacketAndSendResponse(llvm::None, error, interrupt, in main_platform()
|
| /freebsd-13.1/sys/arm/arm/ |
| H A D | platform_if.m | 37 #include <machine/platform.h> 43 * @defgroup PLATFORM platform - KObj methods for ARM platform 45 * @brief A set of methods required by all platform implementations. 51 INTERFACE platform; 75 * @brief Probe for whether we are on this platform, returning the standard 84 * @brief Attach this platform module. This happens before the MMU is online, 85 * so the platform module can install its own high-priority MMU module at 102 * first byte of unusable KVA space. This allows a platform to carve out
|
| /freebsd-13.1/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.
|
| H A D | cpsw-phy-sel.txt | 5 - compatible : Should be "ti,am3352-cpsw-phy-sel" for am335x platform and 6 "ti,dra7xx-cpsw-phy-sel" for dra7xx platform 7 "ti,am43xx-cpsw-phy-sel" for am43xx platform
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/sound/ |
| H A D | mt8173-max98090.txt | 6 - mediatek,platform: the phandle of MT8173 ASoC platform 13 mediatek,platform = <&afe>;
|
| H A D | mt6797-mt6351.txt | 5 - mediatek,platform: the phandle of MT6797 ASoC platform 13 mediatek,platform = <&afe>;
|
| H A D | mt8173-rt5650-rt5514.txt | 6 - mediatek,platform: the phandle of MT8173 ASoC platform 13 mediatek,platform = <&afe>;
|
| H A D | mt8173-rt5650-rt5676.txt | 7 - mediatek,platform: the phandle of MT8173 ASoC platform 14 mediatek,platform = <&afe>;
|
| H A D | mt8183-da7219-max98357.txt | 7 - mediatek,platform: the phandle of MT8183 ASoC platform 18 mediatek,platform = <&afe>;
|
| H A D | sprd-pcm.txt | 4 - compatible: Should be "sprd,pcm-platform". 11 audio_platform:platform@0 { 12 compatible = "sprd,pcm-platform";
|
| H A D | mt2701-wm8960.txt | 5 - mediatek,platform: the phandle of MT2701 ASoC platform 15 mediatek,platform = <&afe>;
|
| H A D | mt8183-mt6358-ts3a227-max98357.txt | 7 - mediatek,platform: the phandle of MT8183 ASoC platform 22 mediatek,platform = <&afe>;
|
| H A D | mt8173-rt5650.txt | 7 - mediatek,platform: the phandle of MT8173 ASoC platform 25 mediatek,platform = <&afe>;
|
| /freebsd-13.1/usr.sbin/bsdinstall/scripts/ |
| H A D | bootconfig | 95 platform=`sysctl -n hw.platform` 96 if [ "$platform" == ps3 -o "$platform" == powernv ]; then
|
| /freebsd-13.1/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
|
| /freebsd-13.1/sys/dev/virtio/mmio/ |
| H A D | virtio_mmio.c | 108 if (sc->platform != NULL) \ 111 if (sc->platform != NULL) \ 112 VIRTIO_MMIO_NOTE(sc->platform, (o), (v)); \ 116 if (sc->platform != NULL) \ 119 if (sc->platform != NULL) \ 120 VIRTIO_MMIO_NOTE(sc->platform, (o), (v)); \ 124 if (sc->platform != NULL) \ 127 if (sc->platform != NULL) \ 225 if (sc->platform != NULL) { in vtmmio_setup_intr() 586 if (sc->platform != NULL) in vtmmio_poll() [all …]
|
| H A D | virtio_mmio_fdt.c | 111 sc->platform = NULL; in vtmmio_setup_platform() 125 sc->platform = ic->dev; in vtmmio_setup_platform() 130 if (sc->platform == NULL) { in vtmmio_setup_platform()
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/clock/ |
| H A D | qoriq-clock.txt | 69 platform PLL. 87 4 platform pll n=pll/(n+1). For example, when n=1, 124 * "fsl,qoriq-platform-pll-1.0" for the platform PLL clock (v1.0) 125 * "fsl,qoriq-platform-pll-2.0" for the platform PLL clock (v2.0) 193 platform-pll: platform-pll@c00 { 196 compatible = "fsl,qoriq-platform-pll-1.0"; 198 clock-output-names = "platform-pll", "platform-pll-div2";
|
| /freebsd-13.1/crypto/openssl/apps/ |
| H A D | version.c | 66 int cflags = 0, version = 0, date = 0, options = 0, platform = 0, dir = 0; in version_main() local 99 dirty = platform = 1; in version_main() 108 seed = options = cflags = version = date = platform = dir = engdir in version_main() 129 if (platform) in version_main()
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/display/bridge/ |
| H A D | dw_hdmi.txt | 6 specification by itself but is meant to be referenced by platform-specific 9 When referenced from platform device tree bindings the properties defined in 10 this document are defined as follows. The platform device tree bindings are 33 is platform-specific.
|
| /freebsd-13.1/sys/powerpc/powerpc/ |
| H A D | platform_if.m | 36 #include <machine/platform.h> 42 * @defgroup PLATFORM platform - KObj methods for PowerPC platform 44 * @brief A set of methods required by all platform implementations. 50 INTERFACE platform; 100 * @brief Probe for whether we are on this platform, returning the standard 110 * @brief Attach this platform module. This happens before the MMU is online, 111 * so the platform module can install its own high-priority MMU module at
|