HelenOS sources

smp_config_operations  122 kernel/arch/amd64/include/arch/smp/mps.h extern struct smp_config_operations mps_config_operations;
smp_config_operations  119 kernel/arch/amd64/src/smp/mps.c struct smp_config_operations mps_config_operations = {
smp_config_operations   62 kernel/arch/amd64/src/smp/smp.c static struct smp_config_operations *ops = NULL;
smp_config_operations  122 kernel/arch/ia32/include/arch/smp/mps.h extern struct smp_config_operations mps_config_operations;
smp_config_operations  119 kernel/arch/ia32/src/smp/mps.c struct smp_config_operations mps_config_operations = {
smp_config_operations   62 kernel/arch/ia32/src/smp/smp.c static struct smp_config_operations *ops = NULL;
smp_config_operations  141 kernel/genarch/include/genarch/acpi/madt.h extern struct smp_config_operations madt_config_operations;
smp_config_operations  126 kernel/genarch/src/acpi/madt.c struct smp_config_operations madt_config_operations = {
HelenOS homepage, sources at GitHub