/openbmc/webui-vue/docs/customization/ |
H A D | build.md | 16 1. Create a `.env.<ENV_NAME>` file in the project root 34 2. Create a `<ENV_NAME>.js` file in `src/env/store` :::danger The filename needs 61 2. Create a `<ENV_NAME>.js` file in `src/env/router` :::danger The filename 79 2. Create a `<ENV_NAME>.js` file in `src/env/components/AppNavigation` :::danger 84 3. Your custom mixin should follow a very similar structure to the default 85 AppNavigationMixin.js file. It should include a data property named 99 2. Create a `_<ENV_NAME>.scss` partial in `src/env/assets/styles` :::danger The 101 file. The webpack sass loader will attempt to import a file with this name.
|
/openbmc/qemu/util/ |
H A D | host-utils.c | 32 uint64_t a, uint64_t b) in mul64() argument 47 a0.ll = a; in mul64() 67 void mulu64 (uint64_t *plow, uint64_t *phigh, uint64_t a, uint64_t b) in mulu64() argument 69 mul64(plow, phigh, a, b); in mulu64() 73 void muls64 (uint64_t *plow, uint64_t *phigh, int64_t a, int64_t b) in muls64() argument 77 mul64(plow, &rh, a, b); in muls64() 81 rh -= a; in muls64() 83 if (a < 0) { in muls64()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/rarpd/rarpd/ |
H A D | 0005-ethernet.c-remove-it.patch | 14 diff --git a/ethernet.c b/ethernet.c 17 --- a/ethernet.c 74 - return c - 'a' + 10; 119 - /* If this is a comment, or first thing on line 144 - /* If we started a new line, 'c' holds the char past the ether addr, 145 - which we assume is white space. If we are continuing a line, 161 - /* Must be a name. */ 207 -/* Map an ethernet address to a name; returns 0 on success, else 1. */
|
/openbmc/linux/Documentation/devicetree/bindings/power/supply/ |
H A D | battery.yaml | 15 on a fuel gauge chip. The battery node should be used where there is 19 represented cannot easily be replaced in the system by one of a 21 behavior should a replacement that changes the battery type occur 22 without a corresponding update to the dtb. 27 Batteries must be referenced by chargers and/or fuel-gauges using a phandle. 40 description: This is a blanket type for all lithium-ion batteries, 41 including those below. If possible, a precise compatible string 105 description: operating temperature range of a battery
|
/openbmc/linux/drivers/virtio/ |
H A D | Kconfig | 41 those that happen at a time where notifications are illegal. 71 This option enables building a transitional driver, supporting 73 If disabled, you get a slightly smaller, non-transitional driver, 76 So look out into your driveway. Do you have a flying car? If 90 an appropriate vDPA device implementation that operates on a 103 - with a virtio-based flushing interface. 114 of memory within a KVM guest. 173 This option adds a flavor of dma buffers that are backed by
|
/openbmc/linux/drivers/scsi/ |
H A D | mvumi.h | 345 #define HS_GET_STATE(a) (a & 0xFFFF) argument 346 #define HS_GET_STATUS(a) ((a & 0xFFFF0000) >> 16) argument 347 #define HS_SET_STATE(a, b) (a |= (b & 0xFFFF)) argument 348 #define HS_SET_STATUS(a, b) (a |= ((b & 0xFFFF) << 16)) argument
|
/openbmc/linux/Documentation/devicetree/bindings/pinctrl/ |
H A D | pinmux-node.yaml | 45 pin controller hardware. For hardware where there is a large number of identical 51 binding with a hardware based index and a number of pin configuration values: 76 registers, and must not be a virtual index of pin instances. The reason for 87 in a pinmux group. A pinmux group consists of the pin identifier and mux 88 settings represented as a single integer or an array of integers. 91 a single pin multiplexing configuration. 101 together in a pinmux group.
|
/openbmc/linux/arch/arm/xen/ |
H A D | enlighten.c | 284 struct xen_hvm_param a; in xen_acpi_guest_init() local 287 a.domid = DOMID_SELF; in xen_acpi_guest_init() 288 a.index = HVM_PARAM_CALLBACK_IRQ; in xen_acpi_guest_init() 290 if (HYPERVISOR_hvm_op(HVMOP_get_param, &a) in xen_acpi_guest_init() 291 || (a.value >> 56) != HVM_PARAM_CALLBACK_TYPE_PPI) { in xen_acpi_guest_init() 296 interrupt = a.value & 0xff; in xen_acpi_guest_init() 297 trigger = ((a.value >> 8) & 0x1) ? ACPI_EDGE_SENSITIVE in xen_acpi_guest_init() 299 polarity = ((a.value >> 8) & 0x2) ? ACPI_ACTIVE_LOW in xen_acpi_guest_init()
|
/openbmc/linux/drivers/iio/gyro/ |
H A D | Kconfig | 41 This driver can also be built as a module. If so, the module 53 This driver can also be built as a module. If so, the module will be 63 This driver can also be built as a module. If so, the module 78 This driver can also be built as a module. If so, the module 100 This driver can also be built as a module. If so, the module 135 This driver can be built as a module. The module will be called 158 To compile this driver as a module, choose M here. The module 170 To compile this driver as a module, choose M here. The module
|
/openbmc/openbmc-test-automation/redfish/systems/ |
H A D | test_sensor_monitoring.robot | 107 # sensor_info_list A list of a specified sensor info return by a redfish 110 # An example of a sensor redfish request: 169 # sensor_info_list A list of a specified sensor info return by a redfish 172 # return by a redfish request. It different between 191 # sensor_info_list A list of a specified sensor info return by a redfish
|
/openbmc/openbmc/poky/meta/recipes-devtools/pseudo/ |
H A D | pseudo.inc | 5 SUMMARY = "Pseudo gives fake root capabilities to a normal user" 7 DESCRIPTION = "The pseudo utility offers a way to run commands in a virtualized root environment." 81 # necessary in a native build. 85 # We need the 32-bit libpseudo on a 64-bit machine... 88 # if we're being rebuilt due to a dependency change, we need to make sure 106 # We need the 32-bit libpseudo on a 64-bit machine. 141 # necessary in a native build.
|
/openbmc/linux/drivers/net/ethernet/xircom/ |
H A D | Kconfig | 11 If you have a network (Ethernet) card belonging to this class, say Y. 24 Say Y here if you intend to attach a Xircom 16-bit PCMCIA (PC-card) 27 To compile this driver as a module, choose M here: the module will be
|
/openbmc/linux/Documentation/admin-guide/namespaces/ |
H A D | resource-control.rst | 5 There are a lot of kinds of objects in the kernel that don't have 6 individual limits or that have limits that are ineffective when a set 8 enabled in a kernel for people who don't trust their users or their
|
/openbmc/linux/drivers/virt/vboxguest/ |
H A D | Kconfig | 6 This is a driver for the Virtual Box Guest PCI device used in 17 to build this driver as a module, so that it can be updated 18 independently of the kernel. Select M to build this driver as a
|
/openbmc/linux/drivers/nfc/nxp-nci/ |
H A D | Kconfig | 8 This is a driver based on the NCI NFC kernel layers and 11 To compile this driver as a module, choose m here. The module will 23 To compile this driver as a module, choose m here. The module will
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-filter/ebtables/ebtables-2.0.11/ |
H A D | 0001-Makefile.am-do-not-install-etc-ethertypes.patch | 7 Do not instal the file in ebtables, otherwise there would be a conflict: 20 diff --git a/Makefile.am b/Makefile.am 22 --- a/Makefile.am
|
/openbmc/openbmc/poky/meta/recipes-extended/pam/libpam/pam.d/ |
H A D | common-session | 5 # and should contain a list of modules that define tasks to be performed 14 # prime the stack with a positive return value if there isn't one already; 15 # this avoids us returning an error just because nothing sets a success code
|
H A D | common-session-noninteractive | 6 # and should contain a list of modules that define tasks to be performed 14 # prime the stack with a positive return value if there isn't one already; 15 # this avoids us returning an error just because nothing sets a success code
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/espeak/files/ |
H A D | 0002-tr_languages-cast-string_ordinal-init-values.patch | 7 compiler try to convert int 0xc2 and 0xba to a signed char. 19 diff --git a/src/tr_languages.cpp b/src/tr_languages.cpp 21 --- a/src/tr_languages.cpp
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/netperf/files/ |
H A D | 0001-nettest_omni-Remove-duplicate-variable-definitions.patch | 16 diff --git a/src/nettest_omni.c b/src/nettest_omni.c 17 index 852eeb1..862088a 100644 18 --- a/src/nettest_omni.c
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/pm-graph/pm-graph/ |
H A D | 0001-sleepgraph-add-support-for-RT-kernel-ftrace-flags.patch | 6 with PREEMPT_RT enabled in kernel, ftrace have a different 27 diff --git a/sleepgraph.py b/sleepgraph.py 29 --- a/sleepgraph.py
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ruli/files/ |
H A D | 0001-src-ruli_addr.c-Add-missing-format-string.patch | 9 | ruli_addr.c:491:5: error: format not a string literal and no format arguments [-Werror=format-sec… 20 diff --git a/src/ruli_addr.c b/src/ruli_addr.c 22 --- a/src/ruli_addr.c
|
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-dbs/mongodb/mongodb/ |
H A D | 0001-Support-deprecated-resolver-functions.patch | 14 diff --git a/src/mongo/util/dns_query_posix-impl.h b/src/mongo/util/dns_query_posix-impl.h 16 --- a/src/mongo/util/dns_query_posix-impl.h 30 // The anonymous namespace is safe, in this header, as it is not really a header. It is only used
|
/openbmc/openbmc/poky/meta/recipes-core/udev/udev-extraconf/ |
H A D | automount.rules | 1 # There are a number of modifiers that are allowed to be used in some 5 # For example, 'sda3' has a "kernel number" of '3' 12 # %s{filename} the content of a sysfs attribute
|
/openbmc/openbmc/meta-phosphor/recipes-extended/pam/libpam/pam.d/ |
H A D | common-session | 5 # and should contain a list of modules that define tasks to be performed 14 # prime the stack with a positive return value if there isn't one already; 15 # this avoids us returning an error just because nothing sets a success code
|