Home
last modified time | relevance | path

Searched refs:cend (Results 26 – 45 of 45) sorted by relevance

12

/openbmc/linux/fs/ntfs/
H A Dfile.c566 VCN vcn, highest_vcn = 0, cpos, cend, bh_cpos, bh_cend; in ntfs_prepare_pages_for_non_resident_write() local
627 cend = (end + vol->cluster_size - 1) >> vol->cluster_size_bits; in ntfs_prepare_pages_for_non_resident_write()
850 if (likely(vcn + vcn_len >= cend)) { in ntfs_prepare_pages_for_non_resident_write()
926 if ((bh_cend <= cpos || bh_cpos >= cend)) { in ntfs_prepare_pages_for_non_resident_write()
1161 if (likely(vcn + vcn_len >= cend)) { in ntfs_prepare_pages_for_non_resident_write()
/openbmc/dbus-sensors/src/
H A DIntelCPUSensor.cpp201 if (mapIt != map.cend()) in updateMinMaxValues()
/openbmc/bmcweb/redfish-core/lib/
H A Dprocessor.hpp572 auto highPriorityGroup = baseSpeedSettings.cend(); in highSpeedCoreIdsHandler()
574 for (auto it = baseSpeedSettings.cbegin(); it != baseSpeedSettings.cend(); in highSpeedCoreIdsHandler()
590 if (highPriorityGroup != baseSpeedSettings.cend()) in highSpeedCoreIdsHandler()
H A Daccount_service.hpp249 (accountTypes.cend() == in patchAccountTypes()
250 std::find(accountTypes.cbegin(), accountTypes.cend(), "Redfish"))) in patchAccountTypes()
H A Dsensors.hpp2779 std::find_if(sensors::paths.cbegin(), sensors::paths.cend(), in retrieveUriToDbusMap()
2781 if (pathIt == sensors::paths.cend()) in retrieveUriToDbusMap()
/openbmc/bmcweb/src/
H A Djson_html_serializer.cpp476 for (auto i = val.cbegin(); i != val.cend() - 1; ++i) in dump()
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dfapi_data_process.cpp267 ffdc.hwp_errorinfo.ffdcs_data.cend(), in processClockInfoErrorHelper()
/openbmc/slpd-lite/
H A Dslp_message_handler.cpp92 for_each(svcList.cbegin(), svcList.cend(), in processSrvTypeRequest()
/openbmc/linux/fs/ocfs2/
H A Docfs2_trace.h1916 TP_PROTO(unsigned int cstart, unsigned int cend, unsigned int clen,
1919 TP_ARGS(cstart, cend, clen, r_start, r_end,
1923 __field(unsigned int, cend)
1933 __entry->cend = cend;
1942 __entry->cstart, __entry->cend, __entry->clen,
H A Daops.c842 u32 cend; in ocfs2_alloc_write_ctxt() local
851 cend = (pos + len - 1) >> osb->s_clustersize_bits; in ocfs2_alloc_write_ctxt()
852 wc->w_clen = cend - wc->w_cpos + 1; in ocfs2_alloc_write_ctxt()
H A Ddir.c849 unsigned int cend, clen; in ocfs2_dx_dir_lookup() local
861 cend = cpos + clen; in ocfs2_dx_dir_lookup()
862 if (name_hash >= cend) { in ocfs2_dx_dir_lookup()
/openbmc/intel-ipmi-oem/src/
H A Dmanufacturingcommands.cpp988 uint8_t cs = calculateChecksum(readBuf.cbegin(), readBuf.cend()); in readMacFromFru()
1026 std::for_each(ethData.cbegin(), ethData.cend(), in writeMacToFru()
1029 writeData.cend()); in writeMacToFru()
H A Dallowlist-filter.cpp392 allowlist.cbegin(), allowlist.cend(), in filterMessage()
/openbmc/phosphor-power/phosphor-power-supply/
H A Dpsu_manager.cpp387 if (itIntf != interfaces.cend()) in entityManagerIfaceAdded()
394 if (itIntf != interfaces.cend()) in entityManagerIfaceAdded()
/openbmc/phosphor-net-ipmid/
H A Dmessage_parsers.cpp370 packet.cend()); in verifyPacketIntegrity()
/openbmc/phosphor-logging/
H A Dlog_manager.cpp160 for (auto i = metalist.cbegin(); i != metalist.cend();) in _commit()
/openbmc/linux/fs/ntfs3/
H A Dfrecord.c2182 CLST vcn, cend, lcn, clen, end; in ni_decompress_file() local
2191 cend = bytes_to_cluster(sbi, i_size); in ni_decompress_file()
2197 if (cend > wnd_zeroes(&sbi->used.bitmap)) { in ni_decompress_file()
2230 err = attr_data_get_block(ni, vcn, cend - vcn, &lcn, in ni_decompress_file()
/openbmc/pldm/libpldmresponder/
H A Dplatform.cpp604 it != hostPDRHandler->tlPDRInfo.cend();) in pldmPDRRepositoryChgEvent()
/openbmc/linux/arch/arm/boot/compressed/
H A Dhead.S94 .macro dbgkc, begin, end, cbegin, cend argument
113 kphex \cend, 8 /* End of kernel copy */
/openbmc/pldm/pldmtool/
H A Dpldm_platform_cmd.cpp925 std::transform(u16NameString.cbegin(), u16NameString.cend(), in printAuxNamePDR()

12