Home
last modified time | relevance | path

Searched refs:e (Results 176 – 200 of 7020) sorted by relevance

12345678910>>...281

/openbmc/openpower-dbus-interfaces/
H A Dgenerate_makefile.sh28 for e in ${errors};
30 iface_path=`dirname $e`/`basename $e .errors.yaml`
34 ${e%.errors.yaml}/error.cpp: ${e} ${e%.errors.yaml}/error.hpp
38 ${e%.errors.yaml}/error.hpp: ${e}
51 for e in ${errors};
62 for e in ${errors};
/openbmc/linux/drivers/firewire/
H A Dcore-cdev.c392 e = kzalloc(sizeof(*e), GFP_KERNEL); in queue_bus_reset_event()
399 &e->reset, sizeof(e->reset), NULL, 0); in queue_bus_reset_event()
664 kfree(e); in init_request()
728 e = kmalloc(sizeof(*e), GFP_ATOMIC); in handle_request()
793 kfree(e); in handle_request()
980 queue_event(client, &e->event, &e->interrupt, in iso_callback()
990 e = kmalloc(sizeof(*e), GFP_ATOMIC); in iso_mc_callback()
998 queue_event(client, &e->event, &e->interrupt, in iso_mc_callback()
1594 queue_event(e->client, &e->event, &e->phy_packet, sizeof(*pp) + pp->length, in outbound_phy_packet_callback()
1604 queue_event(e->client, &e->event, &e->phy_packet, sizeof(*pp) + pp->length, in outbound_phy_packet_callback()
[all …]
/openbmc/u-boot/tools/binman/
H A Dftest.py479 str(e.exception))
498 str(e.exception))
682 str(e.exception))
764 str(e.exception))
792 str(e.exception))
1043 str(e.exception))
1156 str(e.exception))
1236 str(e.exception))
1254 str(e.exception))
1270 str(e.exception))
[all …]
/openbmc/linux/arch/x86/kvm/
H A Dioapic.c116 e = &ioapic->redirtbl[RTC_GSI]; in __rtc_irq_eoi_tracking_restore_one()
118 e->fields.dest_id, in __rtc_irq_eoi_tracking_restore_one()
293 e = &ioapic->redirtbl[index]; in kvm_ioapic_scan_entry()
350 e->bits &= 0xffffffff; in ioapic_write_indirect()
351 e->bits |= (u64) val << 32; in ioapic_write_indirect()
353 e->bits &= ~0xffffffffULL; in ioapic_write_indirect()
354 e->bits |= (u32) val; in ioapic_write_indirect()
366 e->fields.remote_irr = 0; in ioapic_write_indirect()
368 mask_after = e->fields.mask; in ioapic_write_indirect()
372 ioapic->irr & (1 << index) && !e->fields.mask && !e->fields.remote_irr) { in ioapic_write_indirect()
[all …]
/openbmc/linux/tools/testing/selftests/powerpc/pmu/event_code_tests/
H A Dgroup_pmc56_exclude_constraints_test.c22 struct event *e, events[3]; in group_pmc56_exclude_constraints() local
35 e = &events[0]; in group_pmc56_exclude_constraints()
36 event_init(e, 0x500fa); in group_pmc56_exclude_constraints()
38 e = &events[1]; in group_pmc56_exclude_constraints()
39 event_init(e, 0x600f4); in group_pmc56_exclude_constraints()
41 e = &events[2]; in group_pmc56_exclude_constraints()
42 event_init(e, 0x22C040); in group_pmc56_exclude_constraints()
H A Dgroup_constraint_unit_test.c29 struct event *e, events[3]; in group_constraint_unit() local
41 e = &events[0]; in group_constraint_unit()
42 event_init(e, EventCode_1); in group_constraint_unit()
48 e = &events[1]; in group_constraint_unit()
49 event_init(e, EventCode_2); in group_constraint_unit()
55 e = &events[2]; in group_constraint_unit()
56 event_init(e, EventCode_3); in group_constraint_unit()
/openbmc/boost-dbus/include/dbus/impl/
H A Dconnection.ipp33 error e;
35 e.throw_if_set();
43 error e;
45 e.throw_if_set();
48 e.throw_if_set();
56 error e;
60 e.throw_if_set();
64 error e;
66 e.throw_if_set();
89 error e;
[all …]
/openbmc/linux/arch/x86/include/asm/
H A Dpgtable_64.h34 #define pte_ERROR(e) \ argument
36 __FILE__, __LINE__, &(e), pte_val(e))
37 #define pmd_ERROR(e) \ argument
39 __FILE__, __LINE__, &(e), pmd_val(e))
40 #define pud_ERROR(e) \ argument
42 __FILE__, __LINE__, &(e), pud_val(e))
45 #define p4d_ERROR(e) \ argument
47 __FILE__, __LINE__, &(e), p4d_val(e))
50 #define pgd_ERROR(e) \ argument
52 __FILE__, __LINE__, &(e), pgd_val(e))
/openbmc/phosphor-logging/
H A Dlog_manager.cpp242 serialize(*e); in createEntry()
245 isCalloutPresent(*e)) in createEntry()
283 e); in isQuiesceOnErrorEnabled()
362 e); in checkAndQuiesceHost()
426 std::string e{endpoint}; in doExtensionLogCreate() local
427 e += '/' + reverseType; in doExtensionLogCreate()
428 assocs.push_back(e); in doExtensionLogCreate()
442 "ERROR", e); in doExtensionLogCreate()
512 auto e = iter->first; in eraseAll() local
514 erase(e); in eraseAll()
[all …]
/openbmc/linux/scripts/coccinelle/tests/
H A Dunsigned_lesser_than_zero.cocci28 expression e;
31 \( v = e \| &v \)
39 expression c, e, v;
45 ... when != v = e;
46 * (\( v@p <=@e 0 \| v@p >@e 0 \))
58 * (\( v@p <@e 0 \| v@p >=@e 0 \))
64 e << r.e;
67 msg = "WARNING: Unsigned expression compared with zero: %s" % (e)
72 e << r.e;
75 msg = "WARNING: Unsigned expression compared with zero: %s" % (e)
/openbmc/linux/arch/powerpc/crypto/
H A Dsha1-spe-asm.S113 add e,e,rT0; /* 1: E = E + A' */ \
115 add e,e,w0; /* 1: E = E + W */ \
117 add e,e,rT2; /* 1: E = E + F */ \
119 add e,e,rK; /* 1: E = E + K */ \
137 add e,e,rT1; /* 1: E = E + F */ \
141 add e,e,rT2; /* 1: E = E + A' */ \
146 add e,e,rT0; /* 1: E = E + WK */ \
162 add e,e,rT2; /* 1: E = E + F */ \
166 add e,e,rT2; /* 1: E = E + A' */ \
171 add e,e,rT0; /* 1: E = E + WK */ \
[all …]
/openbmc/linux/net/bridge/netfilter/
H A Debtables.c147 NF_INVF(e, EBT_IPROTO, e->ethproto != ethproto)) in ebt_basic_match()
150 if (NF_INVF(e, EBT_IIN, ebt_dev_check(e->in, in))) in ebt_basic_match()
152 if (NF_INVF(e, EBT_IOUT, ebt_dev_check(e->out, out))) in ebt_basic_match()
571 e->watchers_offset > e->target_offset || in ebt_check_entry_size_and_hooks()
572 e->target_offset >= e->next_offset) in ebt_check_entry_size_and_hooks()
747 gap = e->next_offset - e->target_offset; in ebt_check_entry()
811 e = cl_s[chain_nr].cs.e; in check_chainloops()
850 cl_s[i].cs.e = ebt_next_entry(e); in check_chainloops()
860 e = ebt_next_entry(e); in check_chainloops()
1487 if (copy_to_user(ubase + ((char *)e - base), e, in ebt_entry_to_user()
[all …]
/openbmc/linux/Documentation/admin-guide/
H A Dlcd-panel-cgram.rst7 '\e[LG' followed by one digit from 0 to 7, representing the character
16 printf "\e[LG0010101050D1F0C04;" => 0 = [enter]
17 printf "\e[LG1040E1F0000000000;" => 1 = [up]
18 printf "\e[LG2000000001F0E0400;" => 2 = [down]
19 printf "\e[LG3040E1F001F0E0400;" => 3 = [up-down]
20 printf "\e[LG40002060E1E0E0602;" => 4 = [left]
21 printf "\e[LG500080C0E0F0E0C08;" => 5 = [right]
22 printf "\e[LG60016051516141400;" => 6 = "IP"
24 printf "\e[LG00103071F1F070301;" => big speaker
25 printf "\e[LG00002061E1E060200;" => small speaker
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/
H A Dprojecttopbar.js21 projectNameFormToggle.click(function(e){ argument
22 e.preventDefault();
27 projectNameChangeCancel.click(function(e){ argument
28 e.preventDefault();
77 newBuildTargetBuildBtn.click(function (e) { argument
78 e.preventDefault();
95 updateProjectBtn.click(function (e) { argument
96 e.preventDefault();
107 cancelProjectBtn.click(function (e) { argument
108 e.preventDefault();
/openbmc/openbmc/poky/meta/recipes-extended/gzip/
H A Dgzip_1.13.bb28 sed -e 's/^abs_srcdir = ..*/abs_srcdir = \.\./' \
29 -e 's/^top_srcdir = ..*/top_srcdir = \.\./' \
30 -e 's/^GREP = ..*/GREP = grep/' \
31 -e 's/^AWK = ..*/AWK = awk/' \
32 -e 's/^srcdir = ..*/srcdir = \./' \
33 -e 's/^Makefile: ..*/Makefile: /' \
34 -e 's,--sysroot=${STAGING_DIR_TARGET},,g' \
35 -e 's|${DEBUG_PREFIX_MAP}||g' \
36 -e 's:${HOSTTOOLS_DIR}/::g' \
37 -e 's:${BASE_WORKDIR}/${MULTIMACH_TARGET_SYS}::g' \
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/net-snmp/
H A Dnet-snmp_5.9.4.bb125 sed -e "s@^NSC_SRCDIR=.*@NSC_SRCDIR=.@g" \
127 sed -e 's@^NSC_SRCDIR=.*@NSC_SRCDIR=.@g' \
128 -e 's@[^ ]*-ffile-prefix-map=[^ "]*@@g' \
129 -e 's@[^ ]*-fdebug-prefix-map=[^ "]*@@g' \
131 -e 's@[^ ]*--sysroot=[^ "]*@@g' \
134 -e 's@[^ ]*PKG_CONFIG_PATH=[^ "]*@@g' \
135 -e 's@[^ ]*PKG_CONFIG_LIBDIR=[^ "]*@@g' \
138 sed -e 's@[^ ]*-ffile-prefix-map=[^ "]*@@g' \
146 sed -e 's@${STAGING_DIR_HOST}@@g' \
168 if [ -e "$i" ]; then
[all …]
/openbmc/openpower-proc-control/
H A Dproc_control.cpp73 catch (const file_error::Seek& e) in main() local
78 catch (const file_error::Open& e) in main() local
83 catch (const device_error::WriteFailure& e) in main() local
88 catch (const device_error::ReadFailure& e) in main() local
93 catch (const common_error::InvalidArgument& e) in main() local
98 catch (const fsi_error::MasterDetectionFailure& e) in main() local
103 catch (const fsi_error::SlaveDetectionFailure& e) in main() local
108 catch (const std::exception& e) in main() local
110 log<level::ERR>("exception raised", entry("EXCEPTION=%s", e.what())); in main()
/openbmc/qemu/.gitlab-ci.d/
H A Dcirrus.yml26 -e "s|[@]CI_COMMIT_SHA@|$CI_COMMIT_SHA|g"
30 -e "s|[@]CIRRUS_VM_CPUS@|$CIRRUS_VM_CPUS|g"
31 -e "s|[@]CIRRUS_VM_RAM@|$CIRRUS_VM_RAM|g"
32 -e "s|[@]UPDATE_COMMAND@|$UPDATE_COMMAND|g"
36 -e "s|[@]PKGS@|$PKGS|g"
37 -e "s|[@]MAKE@|$MAKE|g"
38 -e "s|[@]PYTHON@|$PYTHON|g"
39 -e "s|[@]PIP3@|$PIP3|g"
40 -e "s|[@]PYPI_PKGS@|$PYPI_PKGS|g"
41 -e "s|[@]CONFIGURE_ARGS@|$CONFIGURE_ARGS|g"
[all …]
/openbmc/linux/drivers/ssb/
H A Ddriver_chipcommon_pmu.c81 e = &pmu0_plltab[i]; in pmu0_plltab_find_entry()
83 return e; in pmu0_plltab_find_entry()
100 if (!e) in ssb_pmu0_pllinit_r0()
102 BUG_ON(!e); in ssb_pmu0_pllinit_r0()
103 crystalfreq = e->freq; in ssb_pmu0_pllinit_r0()
157 if (e->wb_frac == 0) in ssb_pmu0_pllinit_r0()
212 e = &pmu1_plltab[i]; in pmu1_plltab_find_entry()
214 return e; in pmu1_plltab_find_entry()
239 if (!e) in ssb_pmu1_pllinit_r0()
241 BUG_ON(!e); in ssb_pmu1_pllinit_r0()
[all …]
/openbmc/phosphor-user-manager/phosphor-ldap-config/
H A Dldap_config.cpp150 catch (const InternalFailure& e) in certificateInstalled() local
154 catch (const std::exception& e) in certificateInstalled() local
321 catch (const std::exception& e) in writeConfig() local
348 catch (const std::exception& e) in ldapBindDNPassword() local
407 catch (const std::exception& e) in ldapServerURI() local
450 catch (const std::exception& e) in ldapBindDN() local
493 catch (const std::exception& e) in ldapBaseDN() local
525 catch (const std::exception& e) in ldapSearchScope() local
569 catch (const std::exception& e) in enableService() local
601 catch (const std::exception& e) in userNameAttribute() local
[all …]
/openbmc/linux/security/tomoyo/
H A Dcondition.c566 e.argc++; in tomoyo_get_condition()
567 e.condc++; in tomoyo_get_condition()
569 e.argc--; in tomoyo_get_condition()
581 e.envc++; in tomoyo_get_condition()
584 e.envc--; in tomoyo_get_condition()
611 e.condc++; in tomoyo_get_condition()
613 e.condc--; in tomoyo_get_condition()
656 __LINE__, e.condc, e.numbers_count, e.names_count, e.argc, in tomoyo_get_condition()
657 e.envc); in tomoyo_get_condition()
659 BUG_ON(e.names_count | e.numbers_count | e.argc | e.envc | in tomoyo_get_condition()
[all …]
/openbmc/openbmc/meta-security/dynamic-layers/meta-perl/recipes-security/bastille/files/
H A Dset_required_questions.py22 except ValueError as e:
24 except ValueError as e:
38 except ValueError as e:
39 raise ValueError("Error splitting REQUIRE_DISTRO line: %s" % e)
62 except ValueError as e:
129 except ValueError as e:
133 sys.exit("Fatal error:\n%s" % e)
143 except IOError as e:
147 sys.exit("Fatal error reading or writing file:\n%s" % e)
148 except ValueError as e:
[all …]
/openbmc/linux/drivers/dma/idxd/
H A Ddebugfs.c27 if (!entry->e.desc_valid) in dump_event_entry()
37 entry->e.desc_valid, entry->e.wq_idx_valid, in dump_event_entry()
38 entry->e.batch, entry->e.fault_rw, entry->e.priv, in dump_event_entry()
39 entry->e.error, entry->e.wq_idx, entry->e.operation, in dump_event_entry()
40 entry->e.pasid, entry->e.batch_idx, entry->e.fault_addr); in dump_event_entry()
/openbmc/qemu/tests/tcg/multiarch/gdbstub/
H A Dregisters.py148 for e in reg_map.values():
149 name = e["name"]
150 regnum = e["regnum"]
153 if "hidden" in e:
155 e["initial"] = value
156 elif "seen" in e:
158 e["initial"] = value
181 for e in reg_map.values():
182 if "initial" in e and "hidden" not in e:
183 name = e["name"]
[all …]
/openbmc/openbmc/poky/meta/recipes-devtools/perl/
H A Dperl-ptest.inc11 sed -e "s:\/opt:\/usr:" -i Porting/add-package.pl
12 sed -e "s:\/local\/gnu\/:\/:" -i hints/cxux.sh
29 -e "s,${D},,g" \
30 -e "s,--sysroot=${STAGING_DIR_HOST},,g" \
31 -e "s,-isystem${STAGING_INCDIR} ,,g" \
32 -e 's^${DEBUG_PREFIX_MAP_REGEX}^^g' \
34 -e "s,${STAGING_LIBDIR},${libdir},g" \
35 -e "s,${STAGING_BINDIR},${bindir},g" \
37 -e "s,${STAGING_BINDIR_NATIVE}/,,g" \
39 -e 's:${RECIPE_SYSROOT_NATIVE}::g' \
[all …]

12345678910>>...281