/openbmc/linux/drivers/net/ethernet/aquantia/atlantic/hw_atl2/ |
H A D | hw_atl2_utils_fw.c | 18 #define hw_atl2_shared_buffer_write(HW, ITEM, VARIABLE) \ argument 23 BUILD_BUG_ON_MSG((sizeof(VARIABLE) % sizeof(u32)) != 0,\ 27 (u32 *)&(VARIABLE), sizeof(VARIABLE) / sizeof(u32));\ 30 #define hw_atl2_shared_buffer_get(HW, ITEM, VARIABLE) \ argument 35 BUILD_BUG_ON_MSG((sizeof(VARIABLE) % sizeof(u32)) != 0,\ 39 (u32 *)&(VARIABLE), \ 40 sizeof(VARIABLE) / sizeof(u32));\ 46 #define hw_atl2_shared_buffer_read(HW, ITEM, VARIABLE) \ argument 51 BUILD_BUG_ON_MSG((sizeof(VARIABLE) % sizeof(u32)) != 0,\ 53 BUILD_BUG_ON_MSG(sizeof(VARIABLE) > sizeof(u32),\ [all …]
|
/openbmc/openbmc/poky/scripts/ |
H A D | makefile-getvar | 17 for VARIABLE in $*; do 18 make -f - $VARIABLE.var <<EOF
|
/openbmc/openbmc/poky/meta/recipes-devtools/pkgconfig/pkgconfig/ |
H A D | 0001-glib-gettext.m4-Update-AM_GLIB_GNU_GETTEXT-to-match-.patch | 37 # AM_GLIB_DEFINE_LOCALEDIR(VARIABLE)
|
/openbmc/qemu/target/hexagon/idef-parser/ |
H A D | idef-parser.h | 71 VARIABLE, enumerator
|
H A D | idef-parser.y | 331 yyassert(c, &@1, $1.imm.type == VARIABLE,
|
H A D | parser-helpers.c | 177 case VARIABLE: in imm_print()
|
/openbmc/u-boot/include/ |
H A D | lattice.h | 64 #define VARIABLE 0x0400 /* Data is from a declared variable. */ macro
|
/openbmc/openbmc/poky/meta/recipes-devtools/valgrind/valgrind/ |
H A D | valgrind-make-ld-XXX.so-strlen-intercept-optional.patch | 38 /* VARIABLE PARTS */
|
/openbmc/openbmc/poky/documentation/ |
H A D | standards.md | 102 :term:`VARIABLE` 104 This assumes that `VARIABLE` is described either
|
H A D | README | 394 Note that a reference to a variable (:term:`VARIABLE`) automatically points to
|
/openbmc/linux/Documentation/trace/ |
H A D | boottime-trace.rst | 153 ftrace.[instance.INSTANCE.]event.GROUP.EVENT.hist.[N.]var.VARIABLE = EXPR 154 Define a new VARIABLE by EXPR expression.
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/hostapd/hostapd/ |
H A D | defconfig | 6 # just setting VARIABLE=n is not disabling that variable.
|
/openbmc/openbmc/poky/bitbake/doc/bitbake-user-manual/ |
H A D | bitbake-user-manual-metadata.rst | 22 The following example sets ``VARIABLE`` to "value". This assignment 26 VARIABLE = "value" 31 VARIABLE = " value" 32 VARIABLE = "value " 34 Setting ``VARIABLE`` to "" sets 38 VARIABLE = "" 39 VARIABLE = " " 45 VARIABLE = 'I have a " in my value' 847 VARIABLE = "" 848 VARIABLE:someoverride = "myclass" [all …]
|
/openbmc/openbmc/poky/bitbake/lib/toaster/orm/ |
H A D | models.py | 1077 …self._helptext = HelpText.objects.get(key=self.task_name, area=HelpText.VARIABLE, build=self.build… 1805 VARIABLE = 0 variable in HelpText 1806 HELPTEXT_AREA = ((VARIABLE, 'variable'), )
|
/openbmc/openbmc/poky/bitbake/ |
H A D | ChangeLog | 64 - Support the syntax "export VARIABLE"
|
/openbmc/openbmc/poky/bitbake/lib/bb/ui/ |
H A D | buildinfohelper.py | 840 area=HelpText.VARIABLE,
|
/openbmc/linux/tools/memory-model/Documentation/ |
H A D | explanation.txt | 24 16. SEQUENTIAL CONSISTENCY PER VARIABLE 945 SEQUENTIAL CONSISTENCY PER VARIABLE
|
/openbmc/linux/ |
H A D | MAINTAINERS | 7642 EFI VARIABLE FILESYSTEM
|