/openbmc/qemu/ |
H A D | pythondeps.toml | 10 # - accepted: accepted versions when using a system package 13 # defaults to the same as "accepted" or, if also missing, 22 meson = { accepted = ">=1.5.0", installed = "1.5.0", canary = "meson" } 23 pycotap = { accepted = ">=1.1.0", installed = "1.3.1" } 27 sphinx = { accepted = ">=3.4.3", installed = "5.3.0", canary = "sphinx-build" } 28 sphinx_rtd_theme = { accepted = ">=0.5", installed = "1.1.1" } 32 # Prefer an LTS version when updating the accepted versions of 34 avocado-framework = { accepted = "(>=103.0, <104.0)", installed = "103.0", canary = "avocado" } 35 pycdlib = { accepted = ">=1.11.0" }
|
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/trusted-firmware-m/files/corstone1000/ |
H A D | 0007-Plaform-Corstone1000-Switch-to-metadata-v2.patch | 114 - _metadata.img_entry[i].img_props[BANK_0].accepted = IMAGE_ACCEPTED; 116 + _metadata.fw_desc.img_entry[i].img_props[BANK_0].accepted = IMAGE_ACCEPTED; 119 - _metadata.img_entry[i].img_props[BANK_1].accepted = IMAGE_NOT_ACCEPTED; 121 + _metadata.fw_desc.img_entry[i].img_props[BANK_1].accepted = IMAGE_NOT_ACCEPTED; 135 - if ((metadata_ptr->img_entry[i].img_props[boot_index].accepted) 136 + if ((metadata_ptr->fw_desc.img_entry[i].img_props[boot_index].accepted) 153 - metadata->img_entry[i].img_props[previous_active_index].accepted = 154 + metadata->fw_desc.img_entry[i].img_props[previous_active_index].accepted = 165 - metadata->img_entry[i].img_props[active_index].accepted = 166 + metadata->fw_desc.img_entry[i].img_props[active_index].accepted = [all …]
|
/openbmc/linux/tools/perf/pmu-events/arch/x86/amdzen4/ |
H A D | cache.json | 448 …"BriefDescription": "L2 prefetches accepted by the L2 pipeline which hit in the L2 cache of type L… 454 …"BriefDescription": "L2 prefetches accepted by the L2 pipeline which hit in the L2 cache of type L… 460 …"BriefDescription": "L2 prefetches accepted by the L2 pipeline which hit in the L2 cache of type L… 466 …"BriefDescription": "L2 prefetches accepted by the L2 pipeline which hit in the L2 cache of type L… 472 …"BriefDescription": "L2 prefetches accepted by the L2 pipeline which hit in the L2 cache of type L… 478 …"BriefDescription": "L2 prefetches accepted by the L2 pipeline which hit in the L2 cache of type L… 484 …"BriefDescription": "L2 prefetches accepted by the L2 pipeline which hit in the L2 cache of type L… 490 …"BriefDescription": "L2 prefetches accepted by the L2 pipeline which hit in the L2 cache of type L… 496 …"BriefDescription": "L2 prefetches accepted by the L2 pipeline which hit in the L2 cache of all ty… 502 …"BriefDescription": "L2 prefetches accepted by the L2 pipeline which miss the L2 cache and hit in … [all …]
|
/openbmc/linux/net/core/ |
H A D | request_sock.c | 51 * complex with TFO. A child socket, accepted or not, has to access its 54 * until either the child socket is accepted, or in the rare case when the 55 * listener is closed before the child is accepted. 58 * (or aborted) and the child socket has been accepted (or listener closed). 59 * When a child socket is accepted, its corresponding req->sk is set to 62 * accepted or not, and the check is protected by the fastopenq->lock 100 if (req->sk) /* the child socket hasn't been accepted yet */ in reqsk_fastopen_remove()
|
/openbmc/linux/include/sound/ |
H A D | sb16_csp.h | 49 unsigned int acc_format; /* accepted PCM formats */ 50 int acc_channels; /* accepted channels */ 51 int acc_width; /* accepted sample width */ 52 int acc_rates; /* accepted sample rates */
|
/openbmc/linux/tools/testing/selftests/net/ |
H A D | fin_ack_lat.c | 88 int accepted; in server() local 93 accepted = accept(sock, (struct sockaddr *)&address, in server() 95 if (accepted < 0) in server() 98 if (read(accepted, &buffer, sizeof(buffer)) == -1) in server() 100 close(accepted); in server()
|
/openbmc/linux/Documentation/virt/kvm/arm/ |
H A D | hypercalls.rst | 43 Accepted values are: 61 Accepted values are: 103 The following bits are accepted: 112 The following bits are accepted: 121 The following bits are accepted:
|
/openbmc/linux/include/uapi/sound/ |
H A D | sb16_csp.h | 73 unsigned int acc_format; /* accepted PCM formats */ 74 unsigned short acc_channels; /* accepted channels */ 75 unsigned short acc_width; /* accepted sample width */ 76 unsigned short acc_rates; /* accepted sample rates */
|
/openbmc/u-boot/arch/mips/mach-pic32/include/mach/ |
H A D | ddr.h | 25 u32 req_period; /* request period threshold for accepted cmds */ 26 u32 min_cmd_acpt; /* min number of accepted cmds */
|
/openbmc/linux/tools/perf/pmu-events/arch/x86/graniterapids/ |
H A D | frontend.json | 3 …eline due to instruction fetch limitations when the back-end could have accepted more operations. … 6 …eline due to instruction fetch limitations when the back-end could have accepted more operations. …
|
/openbmc/linux/drivers/firmware/efi/libstub/ |
H A D | unaccepted_memory.c | 50 * memory has to be accepted before access. in allocate_unaccepted_bitmap() 90 * The accepted memory bitmap only works at unit_size granularity. Take 115 * Only the first 4k has been accepted. The 0MB->2MB region can not be in process_unaccepted_memory() 118 * immediately accepted in its entirety. in process_unaccepted_memory()
|
/openbmc/openbmc/poky/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant/ |
H A D | wpa_supplicant.conf | 195 # proto: list of accepted protocols 200 # key_mgmt: list of accepted authenticated key management protocols 216 # pairwise: list of accepted pairwise (unicast) ciphers for WPA 223 # group: list of accepted group (broadcast/multicast) ciphers for WPA 265 # eap: space-separated list of accepted EAP methods 336 # sertificate is only accepted if it contains this string in the subject. 341 # If this string is set, the server sertificate is only accepted if it 442 # Only WPA-PSK is used. Any valid cipher combination is accepted. 453 # Only WPA-EAP is used. Both CCMP and TKIP is accepted. An AP that used WEP104 454 # or WEP40 as the group cipher will not be accepted. [all …]
|
/openbmc/qemu/include/hw/hyperv/ |
H A D | dynmem-proto.h | 181 * if the host has accepted the version sent by the guest. 183 * is_accepted: If TRUE, host has accepted the version and the guest 210 * guest. This message notifies if the host has accepted the guest's 211 * capabilities. If the host has not accepted, the guest must shutdown 214 * is_accepted: Indicates if the host has accepted guest's capabilities.
|
/openbmc/linux/Documentation/devicetree/bindings/hwmon/ |
H A D | g762.txt | 12 - "fan_startv": fan startup voltage. Accepted values are 0, 1, 2 and 3. 15 - "pwm_polarity": pwm polarity. Accepted values are 0 (positive duty)
|
/openbmc/linux/include/crypto/ |
H A D | des.h | 40 * the key is accepted but has been found to be weak. 51 * the key is accepted but has been found to be weak. Note that weak keys will
|
/openbmc/docs/ |
H A D | kernel-development.md | 32 When developing a new driver, your goal is to have the code accepted upstream. 48 Once the driver has been accepted upstream, send the good news to the OpenBMC 141 uImage format is no longer accepted.
|
H A D | maintainer-workflow.md | 4 Agreement) before their contributions can be accepted. This page is a checklist 44 Ensure that accepted changes actually merge into OpenBMC repositories.
|
/openbmc/linux/crypto/asymmetric_keys/ |
H A D | restrict.c | 64 * Returns 0 if the new certificate was accepted, -ENOKEY if we couldn't find a 121 * Returns 0 if the new certificate was accepted, -ENOKEY if the 162 * Returns 0 if the new certificate was accepted, -ENOKEY if the 318 * Returns 0 if the new certificate was accepted, -ENOKEY if we 346 * Returns 0 if the new certificate was accepted, -ENOKEY if we
|
/openbmc/linux/kernel/trace/ |
H A D | trace_nop.c | 22 /* Option that will be accepted by set_flag callback */ 62 * automatically accepted.
|
/openbmc/pldm/oem/ibm/libpldmresponder/ |
H A D | utils.hpp | 18 * one socket connection. returns accepted socket after accepting connection 22 * @return on success returns accepted socket fd
|
/openbmc/linux/drivers/firmware/efi/ |
H A D | unaccepted_memory.c | 24 * an action. All the remaining memory is implicitly accepted and doesn't need 73 * "guard" page is accepted in addition to the memory that needs to be in accept_memory() 119 * Register that the range is about to be accepted. in accept_memory()
|
/openbmc/linux/Documentation/process/ |
H A D | stable-kernel-rules.rst | 6 Rules on what kind of patches are accepted, and which ones are not, into the 173 The sender will receive an ACK when the patch has been accepted into the 177 If accepted, the patch will be added to the -stable queue, for review by other 203 - Security patches will be accepted into the -stable tree directly from the
|
/openbmc/linux/sound/ |
H A D | ac97_bus.c | 53 * accepted, otherwise only the ID that matches @id and @id_mask is accepted.
|
/openbmc/linux/Documentation/usb/ |
H A D | functionfs.rst | 58 with listed names are accepted. In particular, if the "functions" 61 only a function with the specified name is accepted.
|
/openbmc/openbmc/meta-arm/meta-arm-systemready/recipes-test/arm-systemready-linux-distros/unattended-boot-conf/openSUSE/ |
H A D | autoinst.xml | 25 …. Incoming packets that are related to outgoing network connections are accepted. Outgoing network… 36 …ted access to your internal network. Only selected incoming connections are accepted.</description> 49 <description>All network connections are accepted.</description> 62 …. Incoming packets that are related to outgoing network connections are accepted. Outgoing network… 73 … networks to not harm your computer. Only selected incoming connections are accepted.</description> 86 … networks to not harm your computer. Only selected incoming connections are accepted.</description> 102 … networks to not harm your computer. Only selected incoming connections are accepted.</description> 118 … networks to not harm your computer. Only selected incoming connections are accepted.</description> 134 <description>All network connections are accepted.</description> 145 … networks to not harm your computer. Only selected incoming connections are accepted.</description>
|