Home
last modified time | relevance | path

Searched full:expanded (Results 1 – 25 of 481) sorted by relevance

12345678910>>...20

/openbmc/phosphor-webui/app/server-health/controllers/
H A Dinventory-overview-controller.html30 …are__title row column" ng-class="{'expanded': inventory.expanded}" ng-click="inventory.expanded = …
32expanded}" aria-expanded="{{inventory.expanded ? 'true' : 'false'}}" aria-expanded="{{inventory.ex…
34 …<div class="hardware__items" ng-hide="!inventory.expanded" ng-class="{'expanded': inventory.expand…
/openbmc/linux/Documentation/kbuild/
H A Dkconfig-macro-language.rst23 The macro language replaces the variable references with their expanded form,
54 variable is expanded "in place" to yield a text string that may then be
55 expanded further. To get the value of a variable, enclose the variable name in
59 There are two types of variables: simply expanded variables and recursively
60 expanded variables.
62 A simply expanded variable is defined using the := assignment operator. Its
63 righthand side is expanded immediately upon reading the line from the Kconfig
66 A recursively expanded variable is defined using the = assignment operator.
72 variable. The righthand side of += is expanded immediately if the lefthand
83 Useful functions must be expanded when they are used since the same function is
[all …]
/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/VPD/
H A DManager.interface.yaml38 An un-expanded Location code.
57 A method to get list of FRU D-BUS object paths for a given expanded
63 Location code in expanded format.
77 An api to get expanded location code corresponding to a given
78 un-expanded location code. Expanded location codes gives the location
84 Location code in un-expanded format.
94 Location code in expanded format.
/openbmc/linux/scripts/kconfig/tests/preprocess/variable/
H A DKconfig6 # Simply expanded variable.
12 # Recursively expanded variable.
18 # Append something to a simply expanded variable.
24 # Append something to a recursively expanded variable.
31 # This works as a recursively expanded variable.
/openbmc/u-boot/include/
H A Duboot_aes.h25 AES_STATECOLS = 4, /* columns in the state & expanded key */
40 * @expkey Buffer to place expanded key, AES_EXPAND_KEY_LENGTH
48 * @expkey Expanded key to use for encryption (from aes_expand_key())
57 * @expkey Expanded key to use for decryption (from aes_expand_key())
76 * @key_exp Expanded key to use
88 * @key_exp Expanded key to use
/openbmc/linux/scripts/kconfig/tests/preprocess/escape/
H A DKconfig23 # The following should print "$(X)". It should not be expanded further.
32 # A simple expanded should not be expanded multiple times.
33 # The following should print "$(X)". It should not be expanded further.
/openbmc/qemu/rust/qemu-api-macros/src/
H A Dlib.rs40 let expanded = quote! { in derive_object() localVariable
48 TokenStream::from(expanded) in derive_object()
91 let expanded = derive_offsets_or_error(input).unwrap_or_else(Into::into); in derive_offsets() localVariable
93 TokenStream::from(expanded) in derive_offsets()
/openbmc/linux/arch/x86/include/asm/
H A Dcpu_device_id.h63 * The name is expanded to X86_VENDOR_@_vendor
103 * The name is expanded to X86_VENDOR_@_vendor
121 * The name is expanded to X86_VENDOR_@vendor
138 * The name is expanded to X86_VENDOR_@vendor
166 * The name is expanded to X86_VENDOR_@vendor
183 * The name is expanded to X86_VENDOR_@vendor
198 * The model name is expanded to INTEL_FAM6_@model internally
/openbmc/openpower-vpd-parser/vpd-manager/include/
H A Dmanager.hpp135 * @brief Get expanded location code.
137 * API to get expanded location code from the unexpanded location code.
153 * @brief Get D-Bus object path of FRUs from expanded location code.
155 * An API to get list of FRU D-Bus object paths for a given expanded
158 * @param[in] i_expandedLocationCode - Expanded location code.
207 * An API to get unexpanded location code and node number from expanded
210 * @param[in] i_expandedLocationCode - Expanded location code.
/openbmc/linux/sound/ppc/
H A Dawacs.h52 #define MASK_ADDR0 (0x0 << 12) /* Expanded Data Mode Address 0 */
56 #define MASK_ADDR1 (0x1 << 12) /* Expanded Data Mode Address 1 */
60 #define MASK_ADDR2 (0x2 << 12) /* Expanded Data Mode Address 2 */
64 #define MASK_ADDR4 (0x4 << 12) /* Expanded Data Mode Address 4 */
69 #define MASK_ADDR5 (0x5 << 12) /* Expanded Data Mode Address 5 */
70 #define MASK_ADDR6 (0x6 << 12) /* Expanded Data Mode Address 6 */
71 #define MASK_ADDR7 (0x7 << 12) /* Expanded Data Mode Address 7 */
/openbmc/openbmc/poky/meta/recipes-devtools/e2fsprogs/e2fsprogs/
H A Dmkdir_p.patch7 not expanded so no locale data is written into usr/share/locale.
24 +dnl @MKDIR_P@ is expanded in AM_GNU_GETTEXT
/openbmc/linux/arch/loongarch/include/uapi/asm/
H A Ducontext.h19 /* There's some padding here to allow sigset_t to be expanded in the
22 * expanded, so we didn't want to box ourselves in here. */
/openbmc/linux/arch/riscv/include/uapi/asm/
H A Ducontext.h19 * There's some padding here to allow sigset_t to be expanded in the
22 * expanded, so we didn't want to box ourselves in here.
/openbmc/linux/Documentation/core-api/
H A Dlibrs.rst60 The expanded data can be inverted on the fly by providing a non-zero
61 inversion mask. The expanded data is XOR'ed with the mask. This is used
67 The databytes are expanded to the given symbol size on the fly. There is
97 The databytes are expanded to the given symbol size on the fly. There is
/openbmc/phosphor-webui/app/server-health/styles/
H A Dinventory.scss39 &.expanded {
50 &.expanded {
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Ddata_interface.hpp378 * @return std::string - The expanded location code
387 * @param[in] locationCode - If an expanded location code, then the
389 * If not expanded, a location code value
394 * expanded location code is passed in.
396 * @param[in] expanded - If the location code already has the relevent
403 bool expanded) const = 0;
811 * @return std::string - The expanded location code
820 * @param[in] locationCode - If an expanded location code, then the
822 * If not expanded, a location code value
827 * expanded location code is passed in.
[all …]
/openbmc/openbmc/poky/meta/classes/
H A Drecipe_sanity.bbclass89 expanded = d.getVar(k)
95 cfgexpanded == expanded:
98 (p, cfgunexpanded, unexpanded, expanded))
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/
H A Djquery.treetable.js57 this.row.removeClass("expanded").addClass("collapsed");
76 if (this.expanded()) {
80 this.row.removeClass("collapsed").addClass("expanded");
95 Node.prototype.expanded = function() { method in Node
96 return this.row.hasClass("expanded");
184 if (this.expanded()) {
191 if (this.expanded()) {
/openbmc/linux/include/linux/
H A Decryptfs.h27 * in-memory representations are expanded hex, so it better adapted to
78 /* Always in expanded hex */
/openbmc/webui-vue/tests/unit/__snapshots__/
H A DAppNavigation.spec.js.snap51 aria-expanded="false"
138 aria-expanded="false"
240 aria-expanded="false"
378 aria-expanded="false"
483 aria-expanded="false"
597 aria-expanded="false"
730 aria-expanded="false"
817 aria-expanded="false"
919 aria-expanded="false"
1057 aria-expanded="false"
[all …]
/openbmc/qemu/qapi/
H A Dmachine-target.json37 # model will never change, the expanded CPU model will be the
48 # .. note:: When a non-migration-safe CPU model is expanded in static
245 # @model: the expanded CpuModelInfo.
250 # enabled-properties for the expanded model; "full" properties are
299 # Returns: a CpuModelExpansionInfo describing the expanded CPU model
303 # - if the model cannot be expanded
/openbmc/openpower-vpd-parser/vpd-manager/include/utility/
H A Dvpd_specific_utility.hpp225 * @return Expanded location code. In case of any error, unexpanded is returned
232 auto expanded{unexpandedLocationCode}; in getExpandedLocationCode() local
236 // Expanded location code is formed by combining two keywords in getExpandedLocationCode()
329 expanded.replace( in getExpandedLocationCode()
335 expanded.replace(pos, 3, firstKwdValue + "." + secondKwdValue); in getExpandedLocationCode()
344 return expanded; in getExpandedLocationCode()
/openbmc/linux/include/uapi/linux/
H A Dkd.h9 #define GIO_FONT 0x4B60 /* gets font in expanded form */
10 #define PIO_FONT 0x4B61 /* use font in expanded form */
17 char __user *chardata; /* font data in expanded form */
/openbmc/linux/tools/bootconfig/scripts/
H A Dftrace2bconf.sh52 …el.fgraph_notrace are not supported, since the wild card expression was expanded and lost from mem…
231 if echo $val | grep -vq "expanded" ; then
250 …el.ftrace.notrace are not supported, since the wild card expression was expanded and lost from mem…
/openbmc/qemu/include/exec/
H A Dhelper-info.c.inc5 * Define HELPER_H for the header file to be expanded.
14 * to get all the macros expanded first.

12345678910>>...20