Home
last modified time | relevance | path

Searched refs:max_section (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/qat/qat_common/
H A Dadf_cfg_bundle.c240 bundle->sections = malloc(sizeof(char *) * bundle->max_section, in adf_cfg_bundle_init()
244 for (i = 0; i < bundle->max_section; i++) { in adf_cfg_bundle_init()
257 for (i = 0; i < bundle->max_section; i++) { in adf_cfg_bundle_clear()
H A Dadf_cfg_device.c628 device->bundles[i]->max_section = max_inst; in adf_cfg_device_init()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbIndex.cpp64 uint32_t max_section = dbi().getSectionHeaders().size(); in MakeVirtualAddress() local
68 if (segment == 0 || segment > max_section) in MakeVirtualAddress()
/freebsd/sys/dev/qat/include/common/
H A Dadf_cfg_common.h153 int max_section; member