/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/multipath-tools/files/ |
H A D | 0010-Always-use-devmapper.patch | 29 DEFINES := 32 - DEFINES += LIBDM_API_FLUSH 36 - DEFINES += LIBDM_API_GET_ERRNO 40 - DEFINES += LIBDM_API_COOKIE 44 - DEFINES += LIBUDEV_API_RECVBUF 48 - DEFINES += LIBDM_API_DEFERRED 52 - DEFINES += LIBDM_API_HOLD_CONTROL 56 - DEFINES += FPIN_EVENT_HANDLER 59 +DEFINES += LIBDM_API_FLUSH 60 +DEFINES += LIBDM_API_GET_ERRNO [all …]
|
/openbmc/u-boot/doc/ |
H A D | README.m68k | 98 To specify a CPU model, some defines shoudl be used, i.e.: 106 CONFIG_SYS_MBAR -- defines the base address of the MCF5272 configuration 109 -- defines the base address of the FEC buffer descriptors 110 CONFIG_SYS_SCR -- defines the contents of the System Configuration Register 111 CONFIG_SYS_SPR -- defines the contents of the System Protection Register 112 CONFIG_SYS_MFD -- defines the PLL Multiplication Factor Divider 114 CONFIG_SYS_RFD -- defines the PLL Reduce Frequency Devider 117 -- defines the base address of chip select x 119 -- defines the memory size (address range) of chip select x 121 -- defines the bus with of chip select x [all …]
|
H A D | README.bus_vcxk | 24 The driver needs some defines to describe the target hardware: 32 defines the physical alignment of a pixel row 41 defines the number of the I/O line PIN in the port 61 defines the I/O port which is connected with the line 66 defines the register which configures the direction
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Telemetry/ |
H A D | Trigger.interface.yaml | 17 Defines actions which are taken when threshold conditions are met. 22 description: Defines if Trigger is stored in non volatile memory. 55 Defines the name of trigger to be exposed over D-Bus. 60 Defines a action which is taken once threshold condition is met. 72 Defines a context of a message that is logged when numeric threshold 81 Defines in which direction threshold value is crossed to fulfill 98 Defines a context of a message that is logged when discrete threshold
|
H A D | Report.interface.yaml | 32 Defines if the report configuration is stored in non volatile memory. 57 description: Defines how readings are updated. 62 description: Defines how Readings array is filled. 65 description: Defines the maximum number of entries in 'Readings' property. 71 Defines period of time in milliseconds when readings are updated. 84 Defines the name of reading report to be exposed over D-Bus. 117 The type that defines when Readings are updated. 130 The type that defines how Readings are updated.
|
H A D | TriggerManager.interface.yaml | 15 Defines unique identifier of created Trigger object to be 22 Defines user friendly name of created Trigger object. 26 Defines which actions are taken when threshold conditions are
|
/openbmc/u-boot/arch/arm/include/asm/arch-imx8/sci/svc/misc/ |
H A D | api.h | 9 /* Defines for sc_misc_boot_status_t */ 13 /* Defines for sc_misc_seco_auth_cmd_t */ 18 /* Defines for sc_misc_temp_t */ 23 /* Defines for sc_misc_seco_auth_cmd_t */
|
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-dbs/mongodb/mongodb/ |
H A D | arm64-support.patch | 22 'arm' : { 'endian': 'little', 'defines': ('__arm__',) }, 23 'aarch64' : { 'endian': 'little', 'defines': ('__arm64__', '__aarch64__')}, 24 + 'arm64' : { 'endian': 'little', 'defines': ('__arm64__', '__aarch64__')}, 25 'i386' : { 'endian': 'little', 'defines': ('__i386', '_M_IX86')}, 26 'ppc64le' : { 'endian': 'little', 'defines': ('__powerpc64__',)}, 27 's390x' : { 'endian': 'big', 'defines': ('__s390x__',)},
|
/openbmc/u-boot/arch/arm/include/asm/arch-imx8/sci/svc/pad/ |
H A D | api.h | 9 /* Defines for sc_pad_config_t */ 15 /* Defines for sc_pad_iso_t */ 21 /* Defines for sc_pad_28fdsoi_dse_t */ 37 /* Defines for sc_pad_28fdsoi_ps_t */ 43 /* Defines for sc_pad_28fdsoi_pus_t */ 49 /* Defines for sc_pad_wakeup_t */
|
/openbmc/u-boot/include/net/pfe_eth/pfe/cbus/ |
H A D | gpi.h | 42 /* GPI commons defines */ 46 /* EGPI 1 defines */ 51 /* EGPI 2 defines */ 56 /* HGPI defines */
|
/openbmc/u-boot/board/keymile/scripts/ |
H A D | README | 14 This file defines variables for working with rootfs via nfs for powerpc and 19 This file defines architecture specific variables for working with rootfs via 25 This file defines variables for working with rootfs inside the ram for powerpc 30 This file defines architecture specific variables for working with rootfs inside
|
/openbmc/u-boot/tools/env/ |
H A D | README | 24 Configuration can also be done via #defines in the fw_env.h file. The 50 ENVx_SIZE defines the size in bytes taken by the environment, which 54 DEVICEx_ESIZE defines the size of the first sector in the flash 57 DEVICEx_ENVSECTORS defines the number of sectors that may be used for
|
/openbmc/u-boot/arch/x86/cpu/quark/ |
H A D | smc.h | 13 /* System Memory Controller Register Defines */ 45 /* DRP register defines */ 53 /* DTR0 register defines */ 59 /* DTR1 register defines */ 71 /* DTR2 register defines */ 76 /* DTR3 register defines */ 83 /* DTR4 register defines */ 91 /* DPMC0 register defines */ 99 /* DRFC register defines */ 103 /* DSCH register defines */ [all …]
|
/openbmc/u-boot/arch/arm/include/asm/arch-imx8/sci/svc/rm/ |
H A D | api.h | 11 /* Defines for type widths */ 19 /* Defines for ALL parameters */ 23 /* Defines for sc_rm_spa_t */ 29 /* Defines for sc_rm_perm_t */
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/mysql/mariadb/ |
H A D | 0001-innobase-Define-__NR_futex-if-it-does-not-exist.patch | 6 __NR_futex is not defines by newer architectures e.g. arc, riscv32 as 7 they only have 64bit variant of time_t. Glibc defines SYS_futex interface based 10 to fail to build for these newer architectures. This patch defines a
|
/openbmc/openbmc/poky/meta/recipes-extended/shadow/files/ |
H A D | disable_syslog.patch | 8 Index: shadow-4.17.2/lib/defines.h 10 --- shadow-4.17.2.orig/lib/defines.h 11 +++ shadow-4.17.2/lib/defines.h
|
/openbmc/u-boot/arch/arm/include/asm/arch-imx8/sci/ |
H A D | types.h | 12 /* Defines */ 19 /* Defines for common frequencies */ 81 /* Defines for 24M related frequencies */ 111 /* Defines for A/V related frequencies */ 115 /* Defines for type widths */ 122 /* Defines for sc_bool_t */ 126 /* Defines for sc_err_t */ 141 /* Defines for sc_ctrl_t. */
|
/openbmc/u-boot/Documentation/sphinx/ |
H A D | parse-headers.pl | 25 my %defines; 84 $defines{$s} = "\\ :ref:`$s <$n>`\\ "; 157 delete $defines{$1} if (exists($defines{$1})); 204 $defines{$old} = $new if (exists($defines{$old})); 233 print Data::Dumper->Dump([\%defines], [qw(*defines)]) if (%defines); 270 foreach my $r (keys %defines) { 271 my $s = $defines{$r}; 341 enums and defines and create cross-references to a Sphinx book. 377 It is capable of identifying defines, functions, structs, typedefs,
|
/openbmc/u-boot/arch/arm/include/asm/arch-tegra/ |
H A D | pinmux.h | 21 /* Defines whether a pin group is tristated or in normal operation */ 76 /* Defines a pin group cfg's low-power mode select */ 87 /* Defines whether a pin group cfg's schmidt is enabled or not */ 96 /* Defines whether a pin group cfg's high-speed mode is enabled or not */ 105 * This defines the configuration for a pin, including the function assigned, 203 * This defines the configuration for a pin group's pad control config
|
H A D | warmboot.h | 13 /* Defines the supported operating modes */ 19 /* Defines the CMAC-AES-128 hash length in 32 bit words. (128 bits = 4 words) */ 24 /* Defines the storage for a hash value (128 bits) */ 30 * Defines the code header information for the boot rom.
|
/openbmc/u-boot/arch/arm/include/asm/arch-imx8/sci/svc/pm/ |
H A D | api.h | 9 /* Defines for sc_pm_power_mode_t */ 15 /* Defines for sc_pm_clk_t */ 30 /* Defines for sc_pm_clk_mode_t */
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/nbench-byte/nbench-byte/ |
H A D | nbench_32bits.patch | 30 $(CC) $(MACHINE) $(DEFINES) $(CFLAGS)\ 34 - $(CC) $(MACHINE) $(DEFINES) $(CFLAGS)\ 43 $(CC) $(MACHINE) $(DEFINES) $(CFLAGS)\
|
/openbmc/u-boot/include/configs/ |
H A D | ti_am335x_common.h | 30 /* Network defines. */ 37 * SPL related defines. The Public RAM memory map the ROM defines the
|
/openbmc/slpd-lite/ |
H A D | slp_meta.hpp | 18 /** @brief Defines the constants for slp header. 43 /** @brief Defines the constants for slp response. 65 /** @brief Defines the constants for slp request.
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/nss/nss/ |
H A D | 0001-nss-fix-support-cross-compiling.patch | 40 DEFINES += -DNSS_USE_64 45 + DEFINES += -DNS_PTR_LE_32 50 DEFINES += -DNSS_USE_ABI32_FPU
|