/openbmc/phosphor-webui/app/server-health/controllers/ |
H A D | inventory-overview-controller.html | 30 …are__title row column" ng-class="{'expanded': inventory.expanded}" ng-click="inventory.expanded = … 32 …expanded}" 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 D | kconfig-macro-language.rst | 23 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 D | Manager.interface.yaml | 38 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 D | Kconfig | 6 # 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 D | uboot_aes.h | 25 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 D | Kconfig | 23 # 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 D | lib.rs | 40 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 D | cpu_device_id.h | 63 * 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 D | manager.hpp | 135 * @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 D | awacs.h | 52 #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 D | mkdir_p.patch | 7 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 D | ucontext.h | 19 /* 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 D | ucontext.h | 19 * 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 D | librs.rst | 60 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 D | inventory.scss | 39 &.expanded { 50 &.expanded {
|
/openbmc/phosphor-logging/extensions/openpower-pels/ |
H A D | data_interface.hpp | 378 * @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 D | recipe_sanity.bbclass | 89 expanded = d.getVar(k) 95 cfgexpanded == expanded: 98 (p, cfgunexpanded, unexpanded, expanded))
|
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/ |
H A D | jquery.treetable.js | 57 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 D | ecryptfs.h | 27 * in-memory representations are expanded hex, so it better adapted to 78 /* Always in expanded hex */
|
/openbmc/webui-vue/tests/unit/__snapshots__/ |
H A D | AppNavigation.spec.js.snap | 51 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 D | machine-target.json | 37 # 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 D | vpd_specific_utility.hpp | 225 * @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 D | kd.h | 9 #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 D | ftrace2bconf.sh | 52 …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 D | helper-info.c.inc | 5 * Define HELPER_H for the header file to be expanded. 14 * to get all the macros expanded first.
|