Home
last modified time | relevance | path

Searched refs:eptr (Results 1 – 14 of 14) sorted by relevance

/openbmc/phosphor-power/phosphor-regulators/test/
H A Derror_logging_utils_tests.cpp50 std::exception_ptr eptr; in TEST() local
90 std::exception_ptr eptr; in TEST() local
102 std::exception_ptr eptr; in TEST() local
130 std::exception_ptr eptr; in TEST() local
165 std::exception_ptr eptr; in TEST() local
197 std::exception_ptr eptr; in TEST() local
232 std::exception_ptr eptr; in TEST() local
268 std::exception_ptr eptr; in TEST() local
300 std::exception_ptr eptr; in TEST() local
331 std::exception_ptr eptr; in TEST() local
[all …]
H A Dexception_utils_tests.cpp33 std::exception_ptr eptr; in TEST() local
35 exception_utils::getExceptions(eptr); in TEST()
42 std::exception_ptr eptr; in TEST() local
57 eptr = std::current_exception(); in TEST()
62 exception_utils::getExceptions(eptr); in TEST()
124 std::exception_ptr eptr; in TEST() local
126 exception_utils::internal::getExceptions(eptr, exceptions); in TEST()
133 std::exception_ptr eptr; in TEST() local
140 eptr = std::current_exception(); in TEST()
167 std::exception_ptr eptr; in TEST() local
[all …]
/openbmc/phosphor-power/phosphor-regulators/src/
H A Dexception_utils.cpp22 std::vector<std::exception_ptr> getExceptions(std::exception_ptr eptr) in getExceptions() argument
25 internal::getExceptions(eptr, exceptions); in getExceptions()
39 void getExceptions(std::exception_ptr eptr, in getExceptions() argument
43 if (eptr) in getExceptions()
48 std::rethrow_exception(eptr); in getExceptions()
58 exceptions.emplace_back(eptr); in getExceptions()
H A Derror_logging_utils.cpp33 void logError(std::exception_ptr eptr, Entry::Level severity, in logError() argument
38 logError(eptr, severity, services, history); in logError()
41 void logError(std::exception_ptr eptr, Entry::Level severity, in logError() argument
45 if (!eptr) in logError()
51 std::exception_ptr exceptionToLog = internal::getExceptionToLog(eptr); in logError()
131 std::exception_ptr getExceptionToLog(std::exception_ptr eptr) in getExceptionToLog() argument
134 std::exception_ptr exceptionToLog{eptr}; in getExceptionToLog()
138 exception_utils::getExceptions(eptr); in getExceptionToLog()
H A Derror_logging_utils.hpp40 void logError(std::exception_ptr eptr, Entry::Level severity,
63 void logError(std::exception_ptr eptr, Entry::Level severity,
81 std::exception_ptr getExceptionToLog(std::exception_ptr eptr);
H A Dexception_utils.hpp45 std::vector<std::exception_ptr> getExceptions(std::exception_ptr eptr);
76 void getExceptions(std::exception_ptr eptr,
/openbmc/linux/lib/
H A Dtest_ubsan.c62 enum ubsan_test_enum eval, eval2, *eptr; in test_ubsan_load_invalid_value() local
78 eptr = &eval2; in test_ubsan_load_invalid_value()
/openbmc/linux/drivers/net/hippi/
H A Drrunner.c1475 size_t eptr, segptr; in rr_load_firmware() local
1517 eptr = rr_read_eeprom_word(rrpriv, in rr_load_firmware()
1519 eptr = ((eptr & 0x1fffff) >> 3); in rr_load_firmware()
1526 if ((eptr < p2size) || (eptr > (p2size + p2len))){ in rr_load_firmware()
1540 nr_seg = rr_read_eeprom_word(rrpriv, eptr); in rr_load_firmware()
1541 eptr +=4; in rr_load_firmware()
1547 sptr = rr_read_eeprom_word(rrpriv, eptr); in rr_load_firmware()
1548 eptr += 4; in rr_load_firmware()
1549 len = rr_read_eeprom_word(rrpriv, eptr); in rr_load_firmware()
1550 eptr += 4; in rr_load_firmware()
[all …]
/openbmc/u-boot/drivers/gpio/
H A Dsunxi_gpio.c102 char *eptr; in sunxi_name_to_gpio() local
112 pin = simple_strtol(name, &eptr, 10); in sunxi_name_to_gpio()
113 if (!*name || *eptr) in sunxi_name_to_gpio()
/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/
H A D0013-eglibc-Forward-port-cross-locale-generation-support.patch161 @@ -1776,8 +1776,7 @@ symbol `%s' has the same encoding as"), (*eptr)->name);
163 if ((*eptr)->nwcs == runp->nwcs)
165 - int c = wmemcmp ((wchar_t *) (*eptr)->wcs,
167 + int c = wmemcmp_uint32 ((*eptr)->wcs, runp->wcs, runp->nwcs);
/openbmc/linux/drivers/crypto/
H A Dtalitos.h22 u8 eptr; /* extended address */ member
H A Dtalitos.c54 ptr->eptr = upper_32_bits(dma_addr); in to_talitos_ptr()
66 dst_ptr->eptr = src_ptr->eptr; in copy_talitos_ptr()
/openbmc/linux/fs/gfs2/
H A Dlops.c1044 __be32 *eptr = (__be32 *)bh_ip->b_data; in databuf_lo_scan_elements() local
1045 *eptr = cpu_to_be32(GFS2_MAGIC); in databuf_lo_scan_elements()
/openbmc/linux/tools/perf/util/
H A Devlist.c932 char *eptr; in parse_pages_arg() local
933 pages = strtoul(str, &eptr, 10); in parse_pages_arg()
934 if (*eptr != '\0') in parse_pages_arg()