/openbmc/openbmc/poky/meta/recipes-extended/pbzip2/pbzip2/ |
H A D | 0001-pbzip2-Fix-invalid-suffix-on-literal-C-11-warning.patch | 26 (uintmax_t) fileData->bufSize); 33 - fprintf(stderr, " Output Size: %"PRIuMAX" bytes\n", (uintmax_t)CompressedSize); 34 + fprintf(stderr, " Output Size: %" PRIuMAX " bytes\n", (uintmax_t)CompressedSize); 42 - fprintf(stderr, " Output Size: %"PRIuMAX" bytes\n", (uintmax_t)CompressedSize); 43 + fprintf(stderr, " Output Size: %" PRIuMAX " bytes\n", (uintmax_t)CompressedSize); 51 …2: *ERROR: Could not initialize (OutputBuffer); size=%"PRIuMAX"! Aborting...\n", (uintmax_t)size); 52 … *ERROR: Could not initialize (OutputBuffer); size=%" PRIuMAX "! Aborting...\n", (uintmax_t)size); 60 - fprintf(stderr, " Input Size: %"PRIuMAX" bytes\n", (uintmax_t)InFileSize); 61 + fprintf(stderr, " Input Size: %" PRIuMAX " bytes\n", (uintmax_t)InFileSize); 69 …ng* Max memory limit increased to %"PRIuMAX" MB to support %d CPUs\n", (uintmax_t)((NumBufferedBlo… [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/ |
H A D | 0006-Use-uintmax_t-for-handling-rlim_t.patch | 4 Subject: [PATCH 06/22] Use uintmax_t for handling rlim_t 8 uintmax_t. 57 …empt setting value " RLIM_FMT " instead.", (uintmax_t)rlim->rlim_max, rlimit_to_string(resource), … 66 + r = asprintf(&s, "infinity:" RLIM_FMT, (uintmax_t)rl->rlim_max); 69 + r = asprintf(&s, RLIM_FMT ":infinity", (uintmax_t)rl->rlim_cur); 72 + r = asprintf(&s, RLIM_FMT, (uintmax_t)rl->rlim_cur); 75 + r = asprintf(&s, RLIM_FMT ":" RLIM_FMT, (uintmax_t)rl->rlim_cur, (uintmax_t)rl->rl… 84 …o(errno, "Failed to lower RLIMIT_NOFILE's soft limit to " RLIM_FMT ": %m", (uintmax_t)rl.rlim_cur); 97 + prefix, rlimit_to_string(i), (uintmax_t)c->rlimit[i]->rlim_max); 100 + prefix, rlimit_to_string(i), (uintmax_t)c->rlimit[i]->rlim_cur);
|
/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/ |
H A D | 0007-Use-uintmax_t-for-handling-rlim_t.patch | 4 Subject: [PATCH 07/26] Use uintmax_t for handling rlim_t 8 uintmax_t. 57 …empt setting value " RLIM_FMT " instead.", (uintmax_t)rlim->rlim_max, rlimit_to_string(resource), … 66 + r = asprintf(&s, "infinity:" RLIM_FMT, (uintmax_t)rl->rlim_max); 69 + r = asprintf(&s, RLIM_FMT ":infinity", (uintmax_t)rl->rlim_cur); 72 + r = asprintf(&s, RLIM_FMT, (uintmax_t)rl->rlim_cur); 75 + r = asprintf(&s, RLIM_FMT ":" RLIM_FMT, (uintmax_t)rl->rlim_cur, (uintmax_t)rl->rl… 84 …o(errno, "Failed to lower RLIMIT_NOFILE's soft limit to " RLIM_FMT ": %m", (uintmax_t)rl.rlim_cur); 97 + prefix, rlimit_to_string(i), (uintmax_t)c->rlimit[i]->rlim_max); 100 + prefix, rlimit_to_string(i), (uintmax_t)c->rlimit[i]->rlim_cur);
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/open-vm-tools/open-vm-tools/ |
H A D | 0010-Use-uintmax_t-for-handling-rlim_t.patch | 4 Subject: [PATCH] Use uintmax_t for handling rlim_t 7 formats, therefore use uintmax_t to typecast rlim_t types 32 + // __FUNCTION__, (uintmax_t)fileSize.rlim_cur, (uintmax_t)fileSize.rlim_max));
|
/openbmc/pldm/fw-update/ |
H A D | package_parser.hpp | 62 uintmax_t pkgSize) = 0; 128 void validatePkgTotalSize(uintmax_t pkgSize); 173 virtual void parse(const std::vector<uint8_t>& pkgHdr, uintmax_t pkgSize);
|
H A D | package_parser.cpp | 190 void PackageParser::validatePkgTotalSize(uintmax_t pkgSize) in validatePkgTotalSize() 192 uintmax_t calcPkgSize = pkgHeaderSize; in validatePkgTotalSize() 225 uintmax_t pkgSize) in parse()
|
H A D | update_manager.cpp | 66 uintmax_t packageSize = package.tellg(); in processPackage()
|
/openbmc/phosphor-bmc-code-mgmt/common/pldm/ |
H A D | package_parser.hpp | 64 uintmax_t pkgSize) = 0; 130 void validatePkgTotalSize(uintmax_t pkgSize); 175 virtual void parse(const std::vector<uint8_t>& pkgHdr, uintmax_t pkgSize);
|
H A D | package_parser.cpp | 210 void PackageParser::validatePkgTotalSize(uintmax_t pkgSize) in validatePkgTotalSize() 212 uintmax_t calcPkgSize = pkgHeaderSize; in validatePkgTotalSize() 245 uintmax_t pkgSize) in parse()
|
/openbmc/pldm/test/ |
H A D | test_instance_id.hpp | 10 static constexpr uintmax_t pldmMaxInstanceIds = 32; 33 dbPath, static_cast<uintmax_t>(PLDM_MAX_TIDS) * pldmMaxInstanceIds); in createDb()
|
/openbmc/pldm/fw-update/test/ |
H A D | package_parser_test.cpp | 26 constexpr uintmax_t pkgSize = 166; in TEST() 86 constexpr uintmax_t pkgSize = 407; in TEST() 175 constexpr uintmax_t pkgSize = 166; in TEST()
|
H A D | device_updater_test.cpp | 44 constexpr uintmax_t testPkgSize = 1163; in TEST_F() 45 uintmax_t packageSize = package.tellg(); in TEST_F()
|
/openbmc/linux/tools/testing/selftests/ |
H A D | kselftest_harness.h | 713 uintmax_t __exp_print = (uintmax_t)__exp; \ 714 uintmax_t __seen_print = (uintmax_t)__seen; \ 721 uintmax_t __exp_print = (uintmax_t)__exp; \ 730 uintmax_t __seen_print = (uintmax_t)__seen; \
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-test/cmocka/files/ |
H A D | 0001-include-Check-for-previous-declaration-of-uintptr_t.patch | 24 @@ -121,7 +121,7 @@ typedef uintmax_t LargestIntegralType; 33 @@ -147,6 +147,7 @@ typedef uintmax_t LargestIntegralType;
|
/openbmc/linux/tools/testing/selftests/powerpc/ |
H A D | utils.c | 236 static int parse_bounded_uint(const char *buffer, size_t count, uintmax_t *result, in parse_bounded_uint() 237 int base, uintmax_t max) in parse_bounded_uint() 265 int parse_uintmax(const char *buffer, size_t count, uintmax_t *result, int base) in parse_uintmax() 281 uintmax_t parsed; in parse_uint() 299 uintmax_t parsed; in parse_ulong()
|
/openbmc/bmcweb/include/ibm/ |
H A D | management_console_rest.hpp | 91 std::uintmax_t saveAreaDirSize = 0; in handleFilePut() 106 std::uintmax_t fileSize = std::filesystem::file_size(it, ec); in handleFilePut() 157 std::uintmax_t newSizeToWrite = 0; in handleFilePut() 161 std::uintmax_t currentFileSize = std::filesystem::file_size(loc, ec); in handleFilePut()
|
/openbmc/linux/tools/include/nolibc/ |
H A D | stdint.h | 43 typedef uint64_t uintmax_t; typedef
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/ssiapi/ssiapi/ |
H A D | 0002-boost-Backport-clang-support.patch | 521 + using ::uintmax_t; 562 + typedef uint64_t uintmax_t; 567 + typedef uint32_t uintmax_t; 677 +// 64-bit types + intmax_t and uintmax_t ----------------------------------// 692 + typedef ::boost::ulong_long_type uintmax_t; 704 + typedef unsigned long uintmax_t; 716 + __extension__ typedef unsigned long long uintmax_t; 728 + typedef unsigned __int64 uintmax_t; 738 + typedef uint32_t uintmax_t; 874 +// 64-bit types + intmax_t and uintmax_t ----------------------------------//
|
/openbmc/phosphor-bmc-code-mgmt/bmc/test/ |
H A D | utest.cpp | 424 ASSERT_NE(fs::file_size(retFile), static_cast<uintmax_t>(-1)); in TEST_F() 425 ASSERT_NE(fs::file_size(dstFile), static_cast<uintmax_t>(-1)); in TEST_F()
|
/openbmc/linux/tools/testing/selftests/powerpc/include/ |
H A D | utils.h | 47 int parse_uintmax(const char *buffer, size_t count, uintmax_t *result, int base);
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/sdbus-c++/ |
H A D | sdbus-c++-libsystemd_255.6.bb | 29 file://0006-Use-uintmax_t-for-handling-rlim_t.patch \
|
/openbmc/phosphor-post-code-manager/src/ |
H A D | post_code.cpp | 31 std::uintmax_t n = fs::remove_all(postCodeListPath); in deleteAll()
|
/openbmc/libpldm/tests/ |
H A D | instance-id.cpp | 49 dbPath, (uintmax_t)(PLDM_MAX_TIDS)*pldmMaxInstanceIds); in SetUp()
|
/openbmc/phosphor-debug-collector/ |
H A D | dump_manager_bmc.cpp | 313 std::uintmax_t fileSize = std::filesystem::file_size(p); in getDirectorySize()
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/open-vm-tools/ |
H A D | open-vm-tools_12.5.0.bb | 41 file://0010-Use-uintmax_t-for-handling-rlim_t.patch;patchdir=.. \
|