| /openbmc/qemu/target/s390x/ |
| H A D | cpu_models_system.c | 33 if (max_model->def->gen < model->def->gen || in check_unavailable_features() 34 (max_model->def->gen == model->def->gen && in check_unavailable_features() 35 max_model->def->ec_ga < model->def->ec_ga)) { in check_unavailable_features() 180 info->name = g_strdup_printf("%s-base", model->def->name); in cpu_info_from_model() 184 bitmap_andnot(bitmap, model->def->base_feat, model->features, in cpu_info_from_model() 191 bitmap_andnot(bitmap, model->features, model->def->base_feat, in cpu_info_from_model() 292 if (modela.def->gen == modelb.def->gen) { in qmp_query_cpu_model_comparison() 293 if (modela.def->ec_ga == modelb.def->ec_ga) { in qmp_query_cpu_model_comparison() 296 } else if (modela.def->ec_ga < modelb.def->ec_ga) { in qmp_query_cpu_model_comparison() 301 } else if (modela.def->gen < modelb.def->gen) { in qmp_query_cpu_model_comparison() [all …]
|
| H A D | cpu_models.c | 111 const S390CPUDef *def; in s390_cpudef_featoff() local 113 def = s390_find_cpu_def(0, gen, ec_ga, NULL); in s390_cpudef_featoff() 114 clear_bit(feat, (unsigned long *)&def->default_feat); in s390_cpudef_featoff() 122 const S390CPUDef *def = &s390_cpu_defs[i]; in s390_cpudef_featoff_greater() local 124 if (def->gen < gen) { in s390_cpudef_featoff_greater() 127 if (def->gen == gen && def->ec_ga < ec_ga) { in s390_cpudef_featoff_greater() 131 clear_bit(feat, (unsigned long *)&def->default_feat); in s390_cpudef_featoff_greater() 170 return cpu->model->def->hmfai; in s390_get_hmfai() 184 return cpu->model->def->mha_pow; in s390_get_mha_pow() 303 const S390CPUDef *def = &s390_cpu_defs[i]; in s390_find_cpu_def() local [all …]
|
| H A D | cpu_models.h | 45 const S390CPUDef *def; member 87 if (model->def->gen >= S390_GEN_Z10) { in s390_ibc_from_cpu_model() 88 ibc = ((model->def->gen - S390_GEN_Z10) << 4) + model->def->ec_ga; in s390_ibc_from_cpu_model() 111 ((uint64_t)model->def->type << 16) | in s390_cpuid_from_cpu_model() 112 (model->def->gen == 7 ? 0 : (uint64_t)model->cpu_id_format << 15); in s390_cpuid_from_cpu_model()
|
| /openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-jsmin/ |
| H A D | 7a75d76c2d6bfb917f30ced8f5c0a9a4157f7819.patch | 16 @@ -337,8 +337,8 @@ def testImplicitSemicolon3(self): 19 def testSingleComment2(self): 25 def testSlashesNearComments(self): 27 @@ -383,8 +383,8 @@ def test_space_in_regex(self): 30 def test_brackets_around_slashed_regex(self): 37 def test_angular_1(self): 38 @@ -455,12 +455,12 @@ def testBackticksTagged(self): 39 def test_issue_bitbucket_16(self): 51 def test_issue_bitbucket_17(self): 53 @@ -470,7 +470,7 @@ def test_issue_bitbucket_17(self): [all …]
|
| /openbmc/u-boot/scripts/kconfig/ |
| H A D | confdata.c | 126 static int conf_set_sym_val(struct symbol *sym, int def, int def_flags, char *p) in conf_set_sym_val() argument 133 sym->def[def].tri = mod; in conf_set_sym_val() 140 sym->def[def].tri = yes; in conf_set_sym_val() 145 sym->def[def].tri = no; in conf_set_sym_val() 149 if (def != S_DEF_AUTO) in conf_set_sym_val() 166 if (def != S_DEF_AUTO) in conf_set_sym_val() 177 sym->def[def].val = xstrdup(p); in conf_set_sym_val() 180 if (def != S_DEF_AUTO) in conf_set_sym_val() 247 int conf_read_simple(const char *name, int def) in conf_read_simple() argument 290 def_flags = SYMBOL_DEF << def; in conf_read_simple() [all …]
|
| H A D | conf.c | 84 static int conf_askvalue(struct symbol *sym, const char *def) in conf_askvalue() argument 95 printf("%s\n", def); in conf_askvalue() 105 printf("%s\n", def); in conf_askvalue() 121 printf("%s\n", def); in conf_askvalue() 133 const char *def; in conf_string() local 138 def = sym_get_string_value(sym); in conf_string() 140 printf("[%s] ", def); in conf_string() 141 if (!conf_askvalue(sym, def)) in conf_string() 150 def = NULL; in conf_string() 156 def = line; in conf_string() [all …]
|
| /openbmc/openbmc/poky/bitbake/contrib/vim/syntax/ |
| H A D | bitbake.vim | 100 " BitBake 'def'd python functions 101 syn keyword bbPyDef def contained 102 syn region bbPyDefRegion start='^\(def\s\+\)\([0-9A-Za-z_-]\+\)\(\s*(.*)\s*\):\s*$' end='^\(… 105 hi def link bbUnmatched Error 106 hi def link bbInclude Include 107 hi def link bbTodo Todo 108 hi def link bbComment Comment 109 hi def link bbQuote String 110 hi def link bbString String 111 hi def link bbDelimiter Keyword [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-yappi/ |
| H A D | 0001-test_functionality-convert-line-endings-to-Unix.patch | 37 - def test_callback_function_int_return_overflow(self): 43 - def _unsigned_overflow_margin(): 46 - def foo(): 55 - def test_issue60(self): 57 - def foo(): 77 - def test_issue54(self): 79 - def _tag_cbk(): 84 - def a(): 87 - def b(): 119 - def test_filter(self): [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-wpa-supplicant/ |
| H A D | 0001-cli-drop-the-second-argument-from-click.argument-dec.patch | 20 @@ -81,7 +81,7 @@ def root(ctx, debug): 27 def interface(ctx, ifname): 29 @@ -101,7 +101,7 @@ def interface_p2p_device(): 38 @@ -149,7 +149,7 @@ def persistent_group(): 47 @@ -161,7 +161,7 @@ def create_interface(ifname, bridge_if_name, driver, config_file): 53 def remove_interface(ifname): 56 @@ -170,7 +170,7 @@ def remove_interface(ifname): 62 def get_interface(ifname): 65 @@ -178,7 +178,7 @@ def get_interface(ifname): 71 def root_get(name): [all …]
|
| /openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/ |
| H A D | 0011-aarch64-Fix-include-paths-when-S-B.patch | 16 ./config/aarch64/aarch64.h:164:10: fatal error: aarch64-option-extensions.def: No such file or dire… 17 164 | #include "aarch64-option-extensions.def" 38 -#include "aarch64-isa-modes.def" 39 -#include "aarch64-option-extensions.def" 40 -#include "aarch64-arches.def" 41 +#include "config/aarch64/aarch64-isa-modes.def" 42 +#include "config/aarch64/aarch64-option-extensions.def" 43 +#include "config/aarch64/aarch64-arches.def" 51 -#include "aarch64-isa-modes.def" 52 -#include "aarch64-option-extensions.def" [all …]
|
| /openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/trusted-services/corstone1000/psa-apitest/ |
| H A D | 0001-corstone1000-port-crypto-config.patch | 36 * \def ARCH_TEST_ECC 54 * \def ARCH_TEST_AES 69 * \def ARCH_TEST_RAW 78 * \def ARCH_TEST_CIPHER_MODE_CTR 90 * \def ARCH_TEST_CIPHER_MODE_CFB 102 * \def ARCH_TEST_CBC_AES 114 * \def ARCH_TEST_CFB_AES 130 * \def ARCH_TEST_CBC_PKCS7 142 * \def ARCH_TEST_ASYMMETRIC_ENCRYPTION 181 * \def ARCH_TEST_HKDF [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/mcelog/mce-test/ |
| H A D | 0001-gcov_merge.py-scov_merge.py-switch-to-python3.patch | 29 def die(str): 34 def die_on(cond, str): 35 @@ -55,11 +55,11 @@ def merge(gcls1, gcls2): 38 def gcov_merge(fns, of): 49 @@ -67,10 +67,10 @@ def gcov_merge(fns, of): 52 def usage(): 75 def die(str): 80 def die_on(cond, str): 81 @@ -47,11 +47,11 @@ def merge(gcls1, gcls2): 84 def scov_merge(fns, of): [all …]
|
| /openbmc/phosphor-fan-presence/control/ |
| H A D | fan.cpp | 31 Fan::Fan(sdbusplus::bus_t& bus, const FanDefinition& def) : in Fan() argument 32 _bus(bus), _name(std::get<fanNamePos>(def)), in Fan() 33 _interface(std::get<targetInterfacePos>(def)) in Fan() 36 auto sensors = std::get<sensorListPos>(def); in Fan() 39 path = std::get<targetControlPathPos>(def) + s; in Fan()
|
| /openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-betamax/ |
| H A D | 0001-Drop-ptests-fixtures-and-recorde_modes.patch | 42 - def setup(self, request): 44 - def finalizer(): 56 - def test_pytest_fixture(self, betamax_session): 65 - def setup(self, request): 67 - def finalizer(): 81 - def test_pytest_fixture(self, betamax_parametrized_session, url): 88 -def test_pytest_parametrize_with_filesystem_problematic_chars( 108 - def test_records_new_interaction(self): 118 - def test_replays_response_from_cassette(self): 155 - def test_raises_exception_when_no_interactions_present(self): [all …]
|
| /openbmc/openbmc/poky/meta/recipes-devtools/python/python3/ |
| H A D | 0001-test_shutdown-skip-problematic-test.patch | 20 @@ -20,6 +20,7 @@ def sleep_and_print(t, msg): 26 def test_run_after_shutdown(self): 34 def test_threads_terminate(self): 35 def acquire_lock(lock): 42 def test_processes_terminate(self): 43 def acquire_lock(lock):
|
| /openbmc/u-boot/arch/arm/include/asm/mach-imx/ |
| H A D | iomux-v3.h | 269 #define SETUP_IOMUX_PAD(def) \ argument 271 imx_iomux_v3_setup_pad(MX6Q_##def); \ 273 imx_iomux_v3_setup_pad(MX6DL_##def); \ 279 #define SETUP_IOMUX_PAD(def) \ argument 280 imx_iomux_v3_setup_pad(MX6Q_##def); 285 #define SETUP_IOMUX_PAD(def) \ argument 286 imx_iomux_v3_setup_pad(MX6_##def); 291 #define SETUP_IOMUX_PAD(def) \ argument 292 imx_iomux_v3_setup_pad(MX6DL_##def);
|
| /openbmc/openbmc/meta-openembedded/meta-python/recipes-extended/python-blivet/python3-blivet/ |
| H A D | 0003-support-infinit-timeout.patch | 18 def __hash__(self): 22 def timeout_command(argv, timeout, *args, **kwargs): 25 @@ -182,7 +183,7 @@ def timeout_command(argv, timeout, *args, **kwargs): 34 @@ -196,7 +197,7 @@ def timeout_command(argv, timeout, *args, **kwargs): 38 -def _run_program(argv, root='/', stdin=None, env_prune=None, stderr_to_stdout=False, binary_output… 39 +def _run_program(argv, root='/', stdin=None, env_prune=None, stderr_to_stdout=False, binary_output… 43 @@ -205,7 +206,10 @@ def _run_program(argv, root='/', stdin=None, env_prune=None, stderr_to_stdout=… 55 @@ -218,7 +222,7 @@ def _run_program(argv, root='/', stdin=None, env_prune=None, stderr_to_stdout=Fa
|
| /openbmc/openbmc/meta-phosphor/classes/ |
| H A D | image_version.bbclass | 5 def do_get_os_release_value(d, key): 23 def do_get_version(d): 27 def do_get_versionID(d): 34 def do_get_buildID(d): 38 def do_get_extended_version(d):
|
| /openbmc/qemu/target/sparc/ |
| H A D | cpu.c | 76 env->mmuregs[0] |= env->def.mmu_bm; in sparc_cpu_reset_hold() 864 env->def.features |= CPU_FEATURE_FLOAT128; in sparc_cpu_realizefn() 867 env->version = env->def.iu_version; in sparc_cpu_realizefn() 868 env->nwindows = env->def.nwindows; in sparc_cpu_realizefn() 870 env->mmuregs[0] |= env->def.mmu_version; in sparc_cpu_realizefn() 872 env->mxccregs[7] |= env->def.mxcc_version; in sparc_cpu_realizefn() 874 env->mmu_version = env->def.mmu_version; in sparc_cpu_realizefn() 875 env->maxtl = env->def.maxtl; in sparc_cpu_realizefn() 876 env->version |= env->def.maxtl << 8; in sparc_cpu_realizefn() 877 env->version |= env->def.nwindows - 1; in sparc_cpu_realizefn() [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/jack/jack/ |
| H A D | 0002-Fix-all-DeprecationWarning-invalid-escape-sequence.patch | 58 def load_special_tools(self, var, ban=[]): 68 @@ -1044,7 +1044,7 @@ def funex(c): 76 def compile_fun_shell(line): 81 @@ -727,7 +727,7 @@ def sequence_order(self): 94 @@ -239,7 +239,7 @@ def validate_cfg(self, kw): 97 def exec_cfg(self, kw): 123 @@ -660,7 +660,7 @@ def extract_macro(txt): 129 def extract_include(txt, defs): 136 @@ -281,7 +281,7 @@ def gather_wince_supported_platforms(): 138 def gather_msvc_detected_versions(): [all …]
|
| /openbmc/phosphor-fan-presence/control/templates/ |
| H A D | defs.mako | 2 def indent(str, depth): 6 <%def name="genParams(par)" buffered="True"> 21 </%def>\ 23 <%def name="genSignal(sig)" buffered="True"> 35 </%def>\ 37 <%def name="genMethod(meth)" buffered="True"> 49 </%def>\ 51 <%def name="genSSE(event)" buffered="True"> 140 </%def>\
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libteam/libteam/ |
| H A D | 0001-team_basic_test.py-switch-to-python3.patch | 25 @@ -32,11 +32,11 @@ def usage(): 45 def print_output(out_type, string): 53 def cmd_exec(cmd, expected_output=None, cleaner=False): 61 @@ -74,7 +74,7 @@ def cmd_exec(cmd, expected_output=None, cleaner=False): 73 def _run_one_loop(self, run_nr): 82 def run(self): 87 def main(): 88 @@ -186,8 +186,8 @@ def main():
|
| /openbmc/skeleton/libopenbmc_intf/ |
| H A D | gpio.c | 242 cJSON* def; in get_gpio_def() local 243 cJSON_ArrayForEach(def, gpio_defs) in get_gpio_def() 245 cJSON* name = cJSON_GetObjectItem(def, "name"); in get_gpio_def() 250 return def; in get_gpio_def() 283 const cJSON* def = get_gpio_def(gpio->name); in gpio_get_params() local 284 if (def == NULL) in gpio_get_params() 291 const cJSON* dir = cJSON_GetObjectItem(def, "direction"); in gpio_get_params() 296 const cJSON* num = cJSON_GetObjectItem(def, "num"); in gpio_get_params() 332 const cJSON* pin = cJSON_GetObjectItem(def, "pin"); in gpio_get_params()
|
| /openbmc/u-boot/scripts/dtc/pylibfdt/ |
| H A D | libfdt.i_shipped | 63 def __init__(self, err): 66 def __str__(self): 69 def strerror(fdt_err): 80 def check_err(val, quiet=()): 100 def check_err_null(val, quiet=()): 137 def __init__(self, data): 141 def as_bytearray(self): 152 def next_node(self, nodeoffset, depth, quiet=()): 171 def first_subnode(self, nodeoffset, quiet=()): 186 def next_subnode(self, nodeoffset, quiet=()): [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-python/recipes-extended/python-pykickstart/files/ |
| H A D | 0001-support-authentication-for-kickstart.patch | 47 + def __init__(self, msg): 54 + def __str__(self): 77 -def load_to_str(location): 78 +def load_to_str(location, user=None, passwd=None): 82 @@ -39,7 +41,7 @@ def load_to_str(location): 91 @@ -69,11 +71,32 @@ def load_to_file(location, destination): 95 -def _load_url(location): 96 +def _get_auth(location, user=None, passwd=None): 115 +def _load_url(location, user=None, passwd=None): 134 - def readKickstart(self, f, reset=True): [all …]
|