| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/tnftp/tnftp/ |
| H A D | 0001-Add-casts-to-appease-conversions-between-wchar_t-and.patch | 17 @@ -111,7 +111,7 @@ re_nextline(EditLine *el) 19 if (el->el_refresh.r_cursor.v + 1 >= el->el_terminal.t_size.v) { 20 int i, lins = el->el_terminal.t_size.v; 21 - wchar_t *firstline = el->el_vdisplay[0]; 22 + wint_t *firstline = el->el_vdisplay[0]; 25 el->el_vdisplay[i - 1] = el->el_vdisplay[i]; 26 @@ -340,7 +340,8 @@ re_refresh(EditLine *el) 27 ELRE_DEBUG(1, (__F, "updating %d lines.\r\n", el->el_refresh.r_newcv)); 28 for (i = 0; i <= el->el_refresh.r_newcv; i++) { 30 - re_update_line(el, el->el_display[i], el->el_vdisplay[i], i); [all …]
|
| H A D | 0002-Add-casts-to-appease-conversions-between-wchar_t-and.patch | 19 * el->el_cursor.h!!! 21 - terminal_overwrite(el, &el->el_display[ 22 + terminal_overwrite(el, 23 + (wchar_t *)&el->el_display[ 24 el->el_cursor.v][el->el_cursor.h], 25 (size_t)(where - el->el_cursor.h));
|
| /openbmc/qemu/tests/unit/ |
| H A D | test-rcu-list.c | 105 struct list_element *el = container_of(prcu, struct list_element, rcu); in reclaim_list_el() local 106 g_free(el); in reclaim_list_el() 126 #define TEST_LIST_REMOVE_RCU(el, f) \ argument 127 QSIMPLEQ_REMOVE_RCU(&Q_list_head, el, list_element, f) 129 #define TEST_LIST_INSERT_AFTER_RCU(list_el, el, f) \ argument 130 QSIMPLEQ_INSERT_AFTER_RCU(&Q_list_head, list_el, el, f) 140 #define TEST_LIST_REMOVE_RCU(el, f) QTAILQ_REMOVE_RCU(&Q_list_head, el, f) argument 142 #define TEST_LIST_INSERT_AFTER_RCU(list_el, el, f) \ argument 143 QTAILQ_INSERT_AFTER_RCU(&Q_list_head, list_el, el, f) 153 #define TEST_LIST_REMOVE_RCU(el, f) \ argument [all …]
|
| /openbmc/u-boot/lib/ |
| H A D | list_sort.c | 217 struct debug_el *el; in list_sort_test() local 231 el = kmalloc(sizeof(*el), GFP_KERNEL); in list_sort_test() 232 if (!el) { in list_sort_test() 238 el->value = prandom_u32() % (TEST_LIST_LEN / 3); in list_sort_test() 239 el->serial = i; in list_sort_test() 240 el->poison1 = TEST_POISON1; in list_sort_test() 241 el->poison2 = TEST_POISON2; in list_sort_test() 242 elts[i] = el; in list_sort_test() 243 list_add_tail(&el->list, &head); in list_sort_test() 265 el = container_of(cur, struct debug_el, list); in list_sort_test() [all …]
|
| /openbmc/qemu/target/arm/tcg/ |
| H A D | pauth_helper.c | 463 static void pauth_check_trap(CPUARMState *env, int el, uintptr_t ra) in pauth_check_trap() argument 465 if (el < 2 && arm_is_el2_enabled(env)) { in pauth_check_trap() 468 if (el == 0) { in pauth_check_trap() 477 if (el < 3 && arm_feature(env, ARM_FEATURE_EL3)) { in pauth_check_trap() 484 static bool pauth_key_enabled(CPUARMState *env, int el, uint32_t bit) in pauth_key_enabled() argument 486 return (arm_sctlr(env, el) & bit) != 0; in pauth_key_enabled() 491 int el = arm_current_el(env); in HELPER() local 492 if (!pauth_key_enabled(env, el, SCTLR_EnIA)) { in HELPER() 495 pauth_check_trap(env, el, GETPC()); in HELPER() 501 int el = arm_current_el(env); in HELPER() local [all …]
|
| /openbmc/u-boot/arch/arm/include/asm/ |
| H A D | system.h | 135 unsigned int el; in current_el() local 136 asm volatile("mrs %0, CurrentEL" : "=r" (el) : : "cc"); in current_el() 137 return el >> 2; in current_el() 142 unsigned int el, val; in get_sctlr() local 144 el = current_el(); in get_sctlr() 145 if (el == 1) in get_sctlr() 147 else if (el == 2) in get_sctlr() 157 unsigned int el; in set_sctlr() local 159 el = current_el(); in set_sctlr() 160 if (el == 1) in set_sctlr() [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/anthy/anthy/ |
| H A D | not_build_elc.patch | 10 @@ -8,7 +8,8 @@ ELISP_FILES = anthy.el anthy-dic.el anth 11 anthy-isearch.el anthy-azik.el anthy-kyuri.el
|
| /openbmc/u-boot/arch/arm/include/asm/armv8/ |
| H A D | mmu.h | 106 static inline void set_ttbr_tcr_mair(int el, u64 table, u64 tcr, u64 attr) in set_ttbr_tcr_mair() argument 109 if (el == 1) { in set_ttbr_tcr_mair() 113 } else if (el == 2) { in set_ttbr_tcr_mair() 117 } else if (el == 3) { in set_ttbr_tcr_mair() 136 u64 get_tcr(int el, u64 *pips, u64 *pva_bits);
|
| /openbmc/qemu/scripts/simplebench/ |
| H A D | table_templater.py | 40 c_switches.append([el.children[0].value for el in x.children]) 42 r_switches.append([el.children[0].value for el in x.children])
|
| /openbmc/phosphor-webui/app/common/directives/ |
| H A D | click-outside.js | 9 link: function(scope, el, attr) { 11 if (el !== e.target && !el[0].contains(e.target)) {
|
| H A D | file.js | 7 link: function(scope, el, attrs) { 8 el.bind('change', function(event) {
|
| /openbmc/qemu/util/ |
| H A D | thread-pool.c | 394 g_autofree ThreadPoolElement *el = data; in thread_pool_func() local 396 el->func(el->opaque); in thread_pool_func() 398 if (el->opaque_destroy) { in thread_pool_func() 399 el->opaque_destroy(el->opaque); in thread_pool_func() 447 ThreadPoolElement *el = g_new(ThreadPoolElement, 1); in thread_pool_submit() local 449 el->func = func; in thread_pool_submit() 450 el->opaque = opaque; in thread_pool_submit() 451 el->opaque_destroy = opaque_destroy; in thread_pool_submit() 462 g_thread_pool_push(pool->t, el, NULL); in thread_pool_submit()
|
| /openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/ |
| H A D | oescripts.py | 30 for el in expected_endlines: 31 if line.endswith(el): 32 expected_endlines.remove(el) 142 for el in expected_endlines: 143 if line and line.split()[0] == el.split()[0] and \ 144 ' '.join(sorted(el.split())) in ' '.join(sorted(line.split())): 145 expected_endlines.remove(el)
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/minifi-cpp/files/ |
| H A D | 0004-Pass-noline-flag-to-flex.patch | 21 el-scanner 23 ${CMAKE_BINARY_DIR}/el-generated/Scanner.cpp 28 set(EL_GENERATED_INCLUDE_DIR ${CMAKE_BINARY_DIR}/el-generated)
|
| /openbmc/webui-vue/src/components/Global/ |
| H A D | FormFile.vue | 106 if (refInput.$el) { 107 // If $el is the input itself 108 if (refInput.$el.tagName === 'INPUT') { 109 input = refInput.$el; 110 } else if (typeof refInput.$el.querySelector === 'function') { 111 // If $el is a wrapper, find the input inside 112 input = refInput.$el.querySelector('input[type="file"]');
|
| /openbmc/u-boot/board/el/el6x/ |
| H A D | Kconfig | 7 default "el" 20 default "el"
|
| /openbmc/u-boot/tools/ |
| H A D | kwbimage.c | 1318 struct image_cfg_element *el) in image_create_config_parse_oneline() argument 1333 el->type = keyword_id; in image_create_config_parse_oneline() 1344 el->version = atoi(value1); in image_create_config_parse_oneline() 1353 el->bootfrom = ret; in image_create_config_parse_oneline() 1356 el->nandblksz = strtoul(value1, NULL, 16); in image_create_config_parse_oneline() 1359 el->nandbadblklocation = strtoul(value1, NULL, 16); in image_create_config_parse_oneline() 1368 el->nandeccmode = ret; in image_create_config_parse_oneline() 1371 el->nandpagesz = strtoul(value1, NULL, 16); in image_create_config_parse_oneline() 1376 el->binary.file = strdup(value1); in image_create_config_parse_oneline() 1382 el->binary.args[argi] = strtoul(value, NULL, 16); in image_create_config_parse_oneline() [all …]
|
| /openbmc/openbmc/meta-security/meta-tpm/lib/oeqa/runtime/cases/ |
| H A D | tpm2.py | 21 for el in expected_endlines: 22 if line == el: 23 expected_endlines.remove(el)
|
| /openbmc/qemu/block/ |
| H A D | parallels-ext.c | 195 GSList *bitmaps = NULL, *el; in parallels_parse_format_extension() local 273 for (el = bitmaps; el; el = el->next) { in parallels_parse_format_extension() 274 bdrv_release_dirty_bitmap(el->data); in parallels_parse_format_extension()
|
| /openbmc/qemu/tests/qtest/libqos/ |
| H A D | qgraph.c | 325 static void qos_push(QOSGraphNode *el, QOSStackElement *parent, in qos_push() argument 338 .node = el, in qos_push() 368 static QOSGraphNode *qos_reverse_path(QOSStackElement *el) in qos_reverse_path() argument 370 if (!el) { in qos_reverse_path() 374 el->node->path_edge = NULL; in qos_reverse_path() 376 while (el->parent) { in qos_reverse_path() 377 el->parent->node->path_edge = el->parent_edge; in qos_reverse_path() 378 el = el->parent; in qos_reverse_path() 381 return el->node; in qos_reverse_path()
|
| /openbmc/qemu/target/arm/ |
| H A D | debug_helper.c | 99 int el = arm_current_el(env); in aa32_generate_debug_exceptions() local 101 if (el == 0 && arm_el_is_aa64(env, 1)) { in aa32_generate_debug_exceptions() 108 if (el == 0 && (env->cp15.sder & 1)) { in aa32_generate_debug_exceptions() 136 return el != 2; in aa32_generate_debug_exceptions() 793 int el = arm_current_el(env); in access_tdosa() local 798 if (el < 2 && mdcr_el2_tdosa) { in access_tdosa() 801 if (el < 3 && (env->cp15.mdcr_el3 & MDCR_TDOSA)) { in access_tdosa() 814 int el = arm_current_el(env); in access_tdra() local 819 if (el < 2 && mdcr_el2_tdra) { in access_tdra() 822 if (el < 3 && (env->cp15.mdcr_el3 & MDCR_TDA)) { in access_tdra() [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-shells/tcsh/ |
| H A D | tcsh_6.24.12.bb | 35 install -D -m 0644 ${S}/csh-mode.el ${D}${datadir}/emacs/site-lisp/csh-mode.el 38 FILES:${PN} += "${datadir}/emacs/site-lisp/csh-mode.el"
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/emacs/files/ |
| H A D | use-emacs-native-tools-for-cross-compiling.patch | 42 $(lispsource)/international/charprop.el ${charsets} 85 @@ -109,7 +109,7 @@ MAIN_FIRST = ./emacs-lisp/eieio.el ./ema 86 ./org/oc.el ./org/ol.el ./emacs-lisp/cl-lib.el
|
| /openbmc/u-boot/arch/arm/cpu/armv8/ |
| H A D | cache_v8.c | 37 u64 get_tcr(int el, u64 *pips, u64 *pva_bits) in get_tcr() argument 69 if (el == 1) { in get_tcr() 71 } else if (el == 2) { in get_tcr() 406 int el; in mmu_setup() local 412 el = current_el(); in mmu_setup() 413 set_ttbr_tcr_mair(el, gd->arch.tlb_addr, get_tcr(el, NULL, NULL), in mmu_setup()
|
| /openbmc/openbmc/poky/bitbake/lib/bs4/ |
| H A D | __init__.py | 648 def _linkage_fixer(self, el): argument 651 first = el.contents[0] 652 child = el.contents[-1] 655 if child is first and el.parent is not None: 657 el.next_element = child 660 if prev_el is not None and prev_el is not el: 663 child.previous_element = el 678 target = el
|