Home
last modified time | relevance | path

Searched full:which (Results 1 – 25 of 4651) sorted by relevance

12345678910>>...187

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/imagemagick/
H A Dimagemagick_7.1.1-43.bb105 … = "cpe-incorrect: The current version (7.1.1) is not affected by the CVE which affects versions a…
106 … = "cpe-incorrect: The current version (7.1.1) is not affected by the CVE which affects versions a…
107 … = "cpe-incorrect: The current version (7.1.1) is not affected by the CVE which affects versions a…
108 … = "cpe-incorrect: The current version (7.1.1) is not affected by the CVE which affects versions a…
109 … = "cpe-incorrect: The current version (7.1.1) is not affected by the CVE which affects versions a…
110 … = "cpe-incorrect: The current version (7.1.1) is not affected by the CVE which affects versions a…
111 … = "cpe-incorrect: The current version (7.1.1) is not affected by the CVE which affects versions a…
112 … = "cpe-incorrect: The current version (7.1.1) is not affected by the CVE which affects versions a…
113 … = "cpe-incorrect: The current version (7.1.1) is not affected by the CVE which affects versions a…
114 … = "cpe-incorrect: The current version (7.1.1) is not affected by the CVE which affects versions a…
[all …]
/openbmc/openbmc/poky/meta/recipes-extended/which/
H A Dwhich_2.21.bb2 DESCRIPTION = "Which is a utility that prints out the full path of the \
7 HOMEPAGE = "https://carlowood.github.io/which/"
11 file://which.c;beginline=1;endline=17;md5=a9963693af2272e7a8df6f231164e7a2"
19 SRC_URI = "${GNU_MIRROR}/which/which-${PV}.tar.gz \
30 ALTERNATIVE:${PN} = "which"
33 ALTERNATIVE:${PN}-doc = "which.1"
34 ALTERNATIVE_LINK_NAME[which.1] = "${mandir}/man1/which.1"
/openbmc/u-boot/drivers/pinctrl/renesas/
H A DKconfig15 The driver is controlled by a device tree node which contains both
25 The driver is controlled by a device tree node which contains both
35 The driver is controlled by a device tree node which contains both
45 The driver is controlled by a device tree node which contains both
55 The driver is controlled by a device tree node which contains both
65 The driver is controlled by a device tree node which contains both
75 The driver is controlled by a device tree node which contains both
85 The driver is controlled by a device tree node which contains both
95 The driver is controlled by a device tree node which contains both
105 The driver is controlled by a device tree node which contains both
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/
H A DAllowDeny.v1_0_3.json95 …"description": "The TCP, UDP, or other destination port to which this rule begins application, inc…
96 …: "This property shall contain the TCP, UDP, or other destination port to which this rule begins a…
104 …"description": "The TCP, UDP, or other destination port to which this rule ends application, inclu…
105 …: "This property shall contain the TCP, UDP, or other destination port to which this rule ends app…
121 … "description": "Indicates the direction of the data to which this permission applies.",
122 …longDescription": "This value shall indicate the direction of the data to which this permission ap…
126 …"description": "The IANA protocol number to which this permission applies. For TCP, this is `6`. …
127 …ongDescription": "This property shall contain the IANA protocol number to which this permission ap…
135 "description": "The lower IP address to which this permission applies.",
136 …"longDescription": "This property shall contain the lower IP address to which this permission appl…
[all …]
H A DThermal.v1_7_3.json70 "description": "The state of the indicator LED, which identifies this fan.",
82 … "description": "The value at which the reading is below normal range but not yet fatal.",
83 …"longDescription": "This property shall contain the value at which the `Reading` property is below…
91 … "description": "The value at which the reading is below normal range and fatal.",
92 …"longDescription": "This property shall contain the value at which the `Reading` property is below…
100 "description": "The value at which the reading is below normal range.",
101 …"longDescription": "This property shall contain the value at which the `Reading` property is below…
180 …in a description of the affected device or region within the chassis with which this fan is associ…
201 … "description": "The units in which the fan reading and thresholds are measured.",
202 …"longDescription": "This property shall contain the units in which the fan reading and thresholds …
[all …]
/openbmc/u-boot/drivers/block/
H A DKconfig7 flash sticks. These provide a block-level interface which permits
9 devices often have a partition table which allows the device to
24 flash sticks. These provide a block-level interface which permits
26 devices often have a partition table which allows the device to
36 flash sticks. These provide a block-level interface which permits
38 devices often have a partition table which allows the device to
65 from U-Boot. See also CMD_IDE which provides an 'ide' command for
/openbmc/qemu/target/hexagon/idef-parser/
H A DREADME.rst42 and other data structures which hold information about the disassemblation
46 with a unique identifier, in this case ``A2_add``, which allows to distinguish
47 variants of the same instruction, and expresses the class to which the
59 - Keep track of which registers, among the declared one, have been
75 As you may notice, the description code modifies the registers which have been
116 which takes instruction semantics in ``semantics_generated.pyinc`` to C-like
118 ``J2_jumpr`` instruction which jumps to an address stored in a register
142 carried out by the ``prepare`` script which runs the C preprocessor on
157 declared anywhere, but rather a symbol which is easy to match in
174 executes the ``main`` function at the end of the ``idef-parser.y`` file, which
[all …]
/openbmc/qemu/docs/devel/
H A Dtcg-icount.rst10 TCG has long supported a feature known as icount which allows for
27 At its heart icount is simply a count of executed instructions which
30 which represents the amount of elapsed time in the system since
39 vCPU icount_decr field which shared with the machinery for handling
56 might potentially trigger an I/O event, at which point we will need an
70 MMIO isn't the only type of operation for which we might need a
73 to be handled by the individual translators which have the knowledge
74 of which operations are I/O operations.
79 point before the generation of the code which actually does
/openbmc/openbmc-test-automation/ffdc/plugins/
H A Dredfish.py18 # Variable to hold the pending list of resources for which enumeration.
30 the parms argument, which is expected to be a qualified string containing
33 The function also accepts an optional json_type parameter, which specifies
76 an optional return_json parameter, which specifies whether the result
107 # Variable having resources for which enumeration is completed.
130 # ones for which response is not obtained.
154 The function takes the data argument, which is expected to be a nested
157 The function also accepts an optional url argument, which specifies the
158 resource for which the response is obtained in the data dictionary.
165 url (str, optional): The resource for which the response is obtained
[all …]
/openbmc/qemu/docs/
H A Dbypass-iommu.txt7 devices in the system can only support go through vIOMMU or not, which
46 - a default host bridge which bypass SMMUv3
47 - a pxb host bridge which go through SMMUv3
48 - a pxb host bridge which bypass SMMUv3
60 - a default host bridge which bypass iommu
61 - a pxb host bridge which go through iommu
62 - a pxb host bridge which bypass iommu
79 RID mapping for devices which do not bypass iommu.
82 of devices which do not bypass iommu, then fill the DMAR drhd struct with
/openbmc/u-boot/include/asm-generic/
H A Dio.h23 * Returns a virtual address which the CPU can access that maps to the physical
27 * Returns: a virtual address which maps to @paddr
40 * Returns the physical address which the CPU-accessible virtual address @vaddr
43 * Returns: the physical address which @vaddr maps to
54 * support all of these, in which case they will be defined as zero here &
77 * Return a virtual address through which the CPU may access the memory at
95 * @vaddr: the virtual address which map_physmem() previously returned
98 * Unmap memory which was previously mapped by a call to map_physmem(). If
/openbmc/phosphor-mboxd/Documentation/
H A Dmbox_protocol.md69 The host uses the mailbox registers to send "commands" to the BMC, which
71 "window" (which is the LPC -> AHB FW space mapping) that is either a read
79 window can be a read or a write window. The commands allow to control which
80 window and which offset into the flash it maps.
100 Finally, there is a `RESET_STATE`. It's the state in which the bootloader in the
152 What we essentially have is a set of registers which either the host or BMC can
153 write to in order to communicate to the other which will respond in some way.
164 host which will be discussed later.
190 mailbox data register 15 to determine the event code which was set by the
191 BMC (see BMC Event notifications in Commands for detail). Events which are
[all …]
/openbmc/u-boot/include/net/
H A Dmdio.h23 * mdio_device_get_from_phy() - Get the mdio udevice which the phy belongs to
32 * mdio_mii_bus_get_from_phy() - Get the mii bus which the phy belongs to
43 * get the mdio udevice which the phy belongs to
45 * @dev: the ethernet udevice which contains the phy reference
54 * function can get the mii bus which the phy belongs to
56 * @eth: the ethernet udevice which contains the phy reference
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/openbox/files/
H A D0001-openbox-xdg-autostart-convert-to-python3.patch84 - print " --list Show a list of the files which would be run"
85 - print " Files which would be run are marked with an asterix"
86 - print " symbol [*]. For files which would not be run,"
91 - print "ENVIRONMENT specifies a list of environments for which to run autostart"
92 - print "applications. If none are specified, only applications which do not "
107 + print(" --list Show a list of the files which would be run")
108 + print(" Files which would be run are marked with an asterix")
109 + print(" symbol [*]. For files which would not be run,")
114 + print("ENVIRONMENT specifies a list of environments for which to run autostart")
115 + print("applications. If none are specified, only applications which do not ")
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DMPL-1.018 1.7. ``Larger Work`` means a work which combines Covered Code or portions thereof with code not gov…
28 …de of computer software code which is described in the Source Code notice required by Exhibit A as…
32 …issued under Section 6.1. For legal entities, ``You`` includes any entity which controls, is contr…
50 The Modifications which You create or to which You contribute are governed by the terms of this Lic…
52 Any Modification which You create or to which You contribute must be made available in Source Code …
55which you contribute to contain a file documenting the changes You made to create that Covered Cod…
60 …st include a text file with the source code distribution titled ``LEGAL`` which describes the clai…
63 If Your Modification is an application programming interface and You own or control patents which a…
69which You describe recipients` rights relating to the Covered Code. You may distribute the Executa…
78 This License applies to code to which the Initial Developer has attached the notice in Exhibit A, a…
[all …]
H A DFreeImage17 …1.7. "Larger Work" means a work which combines Covered Code or portions thereof with code not gove…
27 …de of computer software code which is described in the Source Code notice required by Exhibit A as…
31 …e issued under Section 6.1. For legal entities, "You" includes any entity which controls, is contr…
52 …The Modifications which You create or to which You contribute are governed by the terms of this Li…
55 …Any Modification which You create or to which You contribute must be made available in Source Code…
58which you contribute to contain a file documenting the changes You made to create that Covered Cod…
63 …must include a text file with the source code distribution titled "LEGAL" which describes the clai…
66 …on is an application programming interface and You own or control patents which are reasonably nec…
72which You descr ibe recipients' rights relating to the Covered Code. You may distribute the Execut…
81 This License applies to code to which the Initial Developer has attached the notice in Exhibit A, a…
[all …]
H A DNPL-1.012 …1.7. ``Larger Work'' means a work which combines Covered Code or portions thereof with code not go…
17 …ode of computer software code which is described in the Source Code notice required byExhibit A as…
19 …issued under Section 6.1. For legal entities, ``You'' includes any entity which controls, is contr…
33 …3.1. Application of License. The Modifications which You create or to which You contribute are gov…
35 …3.2. Availability of Source Code. Any Modification which You create or to which You contribute mus…
36which you contribute to contain a file documenting the changes You made to create that Covered Cod…
38 …st include a text file with the source code distribution titled ``LEGAL'' which describes the clai…
39 …on is an application programming interface and You own or control patents which are reasonably nec…
42which You describe recipients' rights relating to the Covered Code. You may distribute the Executa…
49 This License applies to code to which the Initial Developer has attached the notice in Exhibit A, a…
[all …]
/openbmc/qemu/include/hw/arm/
H A Darmsse.h14 * hardware, which include the IoT Kit and the SSE-050, SSE-100 and
16 * - the Arm IoT Kit which is documented in
18 * - the SSE-200 which is documented in
28 * a bus fabric which arranges that some parts of the address
33 * an optional CryptoCell (which we do not model)
54 * + QOM properties "CPU0_FPU", "CPU0_DSP", "CPU1_FPU" and "CPU1_DSP" which
60 * which set the number of MPU regions on the CPUs. If there is only one
63 * which are wired to its NVIC lines 32 .. n+32
65 * CPU 1, which are wired to its NVIC lines 32 .. n+32
66 * + sysbus MMIO region 0 is the "AHB Slave Expansion" which allows
[all …]
/openbmc/openbmc/meta-hpe/meta-dl360-g11/conf/templates/default/
H A Dlocal.conf.sample6 # local.conf.sample.extended which contains other examples of configuration which
8 # initially. There's also site.conf.sample which contains examples of site specific
20 # of emulated machines available which can boot and run in the QEMU emulator:
54 # The default is a downloads directory under TOPDIR which is the build directory.
62 # This is done using "shared state" files which can be thought of as cache objects
80 # which can use Gigabytes of hard disk space.
89 # The distribution setting controls which policy settings are used as defaults.
104 # This variable lists which packaging formats to enable. Multiple package backends
154 # The following is a list of additional classes to use when building images which
155 # enable extra features. Some available options which can be included in this variable
[all …]
/openbmc/openbmc/meta-hpe/meta-rl300-g11/conf/templates/default/
H A Dlocal.conf.sample6 # local.conf.sample.extended which contains other examples of configuration which
8 # initially. There's also site.conf.sample which contains examples of site specific
20 # of emulated machines available which can boot and run in the QEMU emulator:
54 # The default is a downloads directory under TOPDIR which is the build directory.
62 # This is done using "shared state" files which can be thought of as cache objects
80 # which can use Gigabytes of hard disk space.
89 # The distribution setting controls which policy settings are used as defaults.
104 # This variable lists which packaging formats to enable. Multiple package backends
154 # The following is a list of additional classes to use when building images which
155 # enable extra features. Some available options which can be included in this variable
[all …]
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/
H A DThermal.v1_7_3.json70 "description": "The state of the indicator LED, which identifies this fan.",
82 … "description": "The value at which the reading is below normal range but not yet fatal.",
83 …"longDescription": "This property shall contain the value at which the `Reading` property is below…
91 … "description": "The value at which the reading is below normal range and fatal.",
92 …"longDescription": "This property shall contain the value at which the `Reading` property is below…
100 "description": "The value at which the reading is below normal range.",
101 …"longDescription": "This property shall contain the value at which the `Reading` property is below…
180 …in a description of the affected device or region within the chassis with which this fan is associ…
201 … "description": "The units in which the fan reading and thresholds are measured.",
202 …"longDescription": "This property shall contain the units in which the fan reading and thresholds …
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/sharutils/sharutils/
H A D0001-libopts.m4-accept-POSIX_SHELL-from-the-environment-d.patch9 which(1) might return /usr/bin/bash (depending on PATH order).
12 from which they were generated do not seem to be present in the sharutils
33 POSIX_SHELL=`which bash`
35 POSIX_SHELL=`which dash`
45 POSIX_SHELL=`which bash`
47 POSIX_SHELL=`which dash`
/openbmc/phosphor-power/
H A DREADME.md44 - Which applications to build and install.
54 - Which attribute file in pmbus maps to which property and interface in D-Bus
55 - Which kernel device directory is used on which PSU
60 - `inventoryPMBusAccessType` defines the pmbus access type, which tells the
61 service which sysfs type to use to read the attributes. The possible values
/openbmc/openbmc/meta-facebook/meta-bletchley/conf/templates/default/
H A Dlocal.conf.sample6 # which contains other examples of configuration which can be placed in this file
28 # The default is a downloads directory under TOPDIR which is the build directory.
36 # This is done using "shared state" files which can be thought of as cache objects
54 # which can use Gigabytes of hard disk space.
63 # The distribution setting controls which policy settings are used as defaults.
78 # This variable lists which packaging formats to enable. Multiple package backends
129 # The following is a list of additional classes to use when building images which
130 # enable extra features. Some available options which can be included in this variable
154 # Examples of the occasions this may happen are when resolving patches which cannot
171 # files and damages the build in ways which may not be easily recoverable.
[all …]
/openbmc/openbmc/meta-ibm/meta-romulus/conf/templates/default/
H A Dlocal.conf.sample6 # which contains other examples of configuration which can be placed in this file
28 # The default is a downloads directory under TOPDIR which is the build directory.
36 # This is done using "shared state" files which can be thought of as cache objects
54 # which can use Gigabytes of hard disk space.
63 # The distribution setting controls which policy settings are used as defaults.
78 # This variable lists which packaging formats to enable. Multiple package backends
129 # The following is a list of additional classes to use when building images which
130 # enable extra features. Some available options which can be included in this variable
154 # Examples of the occasions this may happen are when resolving patches which cannot
171 # files and damages the build in ways which may not be easily recoverable.
[all …]

12345678910>>...187