Home
last modified time | relevance | path

Searched refs:processorList (Results 1 – 5 of 5) sorted by relevance

/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Classes/Configuration/Processor/
H A DPlaceholderProcessorList.php32 public function __construct($processorList = []) argument
34 $this->processors = $processorList;
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/core/Classes/Configuration/Processor/
H A DPlaceholderProcessorList.php32 public function __construct($processorList = []) argument
34 $this->processors = $processorList;
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Classes/Configuration/Loader/
H A DYamlFileLoader.php233 $processorList = GeneralUtility::makeInstance(
237 foreach ($processorList->compile() as $processor) {
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/core/Classes/Configuration/Loader/
H A DYamlFileLoader.php233 $processorList = GeneralUtility::makeInstance(
237 foreach ($processorList->compile() as $processor) {
/dports/devel/libvirt/libvirt-7.10.0/src/hyperv/
H A Dhyperv_driver.c58 Win32_Processor **processorList) in hypervGetProcessorsByName() argument
67 if (hypervGetWmiClass(Win32_Processor, processorList) < 0) in hypervGetProcessorsByName()
70 if (!processorList) { in hypervGetProcessorsByName()
1927 g_autoptr(Win32_Processor) processorList = NULL; in hypervNodeGetInfo()
1941 tmp = processorList->data->Name; in hypervNodeGetInfo()
1963 if (virStrcpyStatic(info->model, processorList->data->Name) < 0) { in hypervNodeGetInfo()
1966 processorList->data->Name); in hypervNodeGetInfo()
1971 info->mhz = processorList->data->MaxClockSpeed; in hypervNodeGetInfo()
1975 for (processor = processorList; processor != NULL; in hypervNodeGetInfo()
1980 info->cores = processorList->data->NumberOfCores; in hypervNodeGetInfo()
[all …]