summaryrefslogtreecommitdiffstats
path: root/src/hardware
diff options
context:
space:
mode:
Diffstat (limited to 'src/hardware')
-rw-r--r--src/hardware/LMI_AssociatedProcessorCacheMemoryProvider.c16
-rw-r--r--src/hardware/LMI_BatteryProvider.c4
-rw-r--r--src/hardware/LMI_BatterySystemDeviceProvider.c4
-rw-r--r--src/hardware/LMI_DiskDriveATAPortProvider.c4
-rw-r--r--src/hardware/LMI_DiskDriveATAProtocolEndpointProvider.c4
-rw-r--r--src/hardware/LMI_DiskDriveDeviceSAPImplementationProvider.c8
-rw-r--r--src/hardware/LMI_DiskDriveElementSoftwareIdentityProvider.c4
-rw-r--r--src/hardware/LMI_DiskDriveProvider.c4
-rw-r--r--src/hardware/LMI_DiskDriveRealizesProvider.c4
-rw-r--r--src/hardware/LMI_DiskDriveSAPAvailableForElementProvider.c8
-rw-r--r--src/hardware/LMI_DiskDriveSystemDeviceProvider.c4
-rw-r--r--src/hardware/LMI_MemoryProvider.c4
-rw-r--r--src/hardware/LMI_MemorySystemDeviceProvider.c4
-rw-r--r--src/hardware/LMI_PCIBridgeProvider.c4
-rw-r--r--src/hardware/LMI_PCIBridgeSystemDeviceProvider.c4
-rw-r--r--src/hardware/LMI_PCIDeviceProvider.c4
-rw-r--r--src/hardware/LMI_PCIDeviceSystemDeviceProvider.c4
-rw-r--r--src/hardware/LMI_PhysicalBatteryRealizesProvider.c4
-rw-r--r--src/hardware/LMI_PhysicalMemoryRealizesProvider.c4
-rw-r--r--src/hardware/LMI_PointingDeviceProvider.c4
-rw-r--r--src/hardware/LMI_ProcessorCacheMemoryProvider.c4
-rw-r--r--src/hardware/LMI_ProcessorChipRealizesProvider.c4
-rw-r--r--src/hardware/LMI_ProcessorElementCapabilitiesProvider.c4
-rw-r--r--src/hardware/LMI_ProcessorProvider.c4
-rw-r--r--src/hardware/LMI_ProcessorSystemDeviceProvider.c4
25 files changed, 60 insertions, 60 deletions
diff --git a/src/hardware/LMI_AssociatedProcessorCacheMemoryProvider.c b/src/hardware/LMI_AssociatedProcessorCacheMemoryProvider.c
index 9c627a9..23cf5cd 100644
--- a/src/hardware/LMI_AssociatedProcessorCacheMemoryProvider.c
+++ b/src/hardware/LMI_AssociatedProcessorCacheMemoryProvider.c
@@ -133,8 +133,8 @@ static CMPIStatus LMI_AssociatedProcessorCacheMemoryEnumInstances(
LMI_ProcessorRef_Init(&lmi_cpu, _cb, ns);
LMI_ProcessorRef_Set_SystemCreationClassName(&lmi_cpu,
- get_system_creation_class_name());
- LMI_ProcessorRef_Set_SystemName(&lmi_cpu, get_system_name());
+ lmi_get_system_creation_class_name());
+ LMI_ProcessorRef_Set_SystemName(&lmi_cpu, lmi_get_system_name());
LMI_ProcessorRef_Set_CreationClassName(&lmi_cpu,
LMI_ORGID "_" CPU_CLASS_NAME);
LMI_ProcessorRef_Set_DeviceID(&lmi_cpu, dmi_cpus[i].id);
@@ -150,9 +150,9 @@ static CMPIStatus LMI_AssociatedProcessorCacheMemoryEnumInstances(
LMI_ProcessorCacheMemoryRef_Init(&lmi_cpu_cache, _cb, ns);
LMI_ProcessorCacheMemoryRef_Set_SystemCreationClassName(
- &lmi_cpu_cache, get_system_creation_class_name());
+ &lmi_cpu_cache, lmi_get_system_creation_class_name());
LMI_ProcessorCacheMemoryRef_Set_SystemName(&lmi_cpu_cache,
- get_system_name());
+ lmi_get_system_name());
LMI_ProcessorCacheMemoryRef_Set_CreationClassName(
&lmi_cpu_cache, LMI_ORGID "_" CPU_CACHE_CLASS_NAME);
LMI_ProcessorCacheMemoryRef_Set_DeviceID(
@@ -214,9 +214,9 @@ static CMPIStatus LMI_AssociatedProcessorCacheMemoryEnumInstances(
LMI_ProcessorCacheMemoryRef_Init(&lmi_cpu_cache, _cb, ns);
LMI_ProcessorCacheMemoryRef_Set_SystemCreationClassName(
- &lmi_cpu_cache, get_system_creation_class_name());
+ &lmi_cpu_cache, lmi_get_system_creation_class_name());
LMI_ProcessorCacheMemoryRef_Set_SystemName(&lmi_cpu_cache,
- get_system_name());
+ lmi_get_system_name());
LMI_ProcessorCacheMemoryRef_Set_CreationClassName(&lmi_cpu_cache,
LMI_ORGID "_" CPU_CACHE_CLASS_NAME);
LMI_ProcessorCacheMemoryRef_Set_DeviceID(&lmi_cpu_cache,
@@ -227,8 +227,8 @@ static CMPIStatus LMI_AssociatedProcessorCacheMemoryEnumInstances(
LMI_ProcessorRef_Init(&lmi_cpu, _cb, ns);
LMI_ProcessorRef_Set_SystemCreationClassName(&lmi_cpu,
- get_system_creation_class_name());
- LMI_ProcessorRef_Set_SystemName(&lmi_cpu, get_system_name());
+ lmi_get_system_creation_class_name());
+ LMI_ProcessorRef_Set_SystemName(&lmi_cpu, lmi_get_system_name());
LMI_ProcessorRef_Set_CreationClassName(&lmi_cpu,
LMI_ORGID "_" CPU_CLASS_NAME);
diff --git a/src/hardware/LMI_BatteryProvider.c b/src/hardware/LMI_BatteryProvider.c
index 4996c8e..0907bbc 100644
--- a/src/hardware/LMI_BatteryProvider.c
+++ b/src/hardware/LMI_BatteryProvider.c
@@ -72,8 +72,8 @@ static CMPIStatus LMI_BatteryEnumInstances(
LMI_Battery_Init(&lmi_batt, _cb, ns);
LMI_Battery_Set_SystemCreationClassName(&lmi_batt,
- get_system_creation_class_name());
- LMI_Battery_Set_SystemName(&lmi_batt, get_system_name());
+ lmi_get_system_creation_class_name());
+ LMI_Battery_Set_SystemName(&lmi_batt, lmi_get_system_name());
LMI_Battery_Set_CreationClassName(&lmi_batt,
LMI_ORGID "_" BATTERY_CLASS_NAME);
LMI_Battery_Set_BatteryStatus(&lmi_batt,
diff --git a/src/hardware/LMI_BatterySystemDeviceProvider.c b/src/hardware/LMI_BatterySystemDeviceProvider.c
index 90a2076..c3d465c 100644
--- a/src/hardware/LMI_BatterySystemDeviceProvider.c
+++ b/src/hardware/LMI_BatterySystemDeviceProvider.c
@@ -71,8 +71,8 @@ static CMPIStatus LMI_BatterySystemDeviceEnumInstances(
LMI_BatteryRef_Init(&lmi_batt, _cb, ns);
LMI_BatteryRef_Set_SystemCreationClassName(&lmi_batt,
- get_system_creation_class_name());
- LMI_BatteryRef_Set_SystemName(&lmi_batt, get_system_name());
+ lmi_get_system_creation_class_name());
+ LMI_BatteryRef_Set_SystemName(&lmi_batt, lmi_get_system_name());
LMI_BatteryRef_Set_CreationClassName(&lmi_batt,
LMI_ORGID "_" BATTERY_CLASS_NAME);
LMI_BatteryRef_Set_DeviceID(&lmi_batt, dmi_batt[i].name);
diff --git a/src/hardware/LMI_DiskDriveATAPortProvider.c b/src/hardware/LMI_DiskDriveATAPortProvider.c
index 56a1aa7..626d5f2 100644
--- a/src/hardware/LMI_DiskDriveATAPortProvider.c
+++ b/src/hardware/LMI_DiskDriveATAPortProvider.c
@@ -83,8 +83,8 @@ static CMPIStatus LMI_DiskDriveATAPortEnumInstances(
LMI_DiskDriveATAPort_Init(&lmi_hdd_ata_port, _cb, ns);
LMI_DiskDriveATAPort_Set_SystemCreationClassName(&lmi_hdd_ata_port,
- get_system_creation_class_name());
- LMI_DiskDriveATAPort_Set_SystemName(&lmi_hdd_ata_port, get_system_name());
+ lmi_get_system_creation_class_name());
+ LMI_DiskDriveATAPort_Set_SystemName(&lmi_hdd_ata_port, lmi_get_system_name());
LMI_DiskDriveATAPort_Set_CreationClassName(&lmi_hdd_ata_port,
LMI_ORGID "_" DISK_DRIVE_ATA_PORT_CLASS_NAME);
LMI_DiskDriveATAPort_Set_Caption(&lmi_hdd_ata_port,
diff --git a/src/hardware/LMI_DiskDriveATAProtocolEndpointProvider.c b/src/hardware/LMI_DiskDriveATAProtocolEndpointProvider.c
index 089f8c6..c7525d4 100644
--- a/src/hardware/LMI_DiskDriveATAProtocolEndpointProvider.c
+++ b/src/hardware/LMI_DiskDriveATAProtocolEndpointProvider.c
@@ -75,9 +75,9 @@ static CMPIStatus LMI_DiskDriveATAProtocolEndpointEnumInstances(
LMI_DiskDriveATAProtocolEndpoint_Init(&lmi_hdd_endpoint, _cb, ns);
LMI_DiskDriveATAProtocolEndpoint_Set_SystemCreationClassName(
- &lmi_hdd_endpoint, get_system_creation_class_name());
+ &lmi_hdd_endpoint, lmi_get_system_creation_class_name());
LMI_DiskDriveATAProtocolEndpoint_Set_SystemName(&lmi_hdd_endpoint,
- get_system_name());
+ lmi_get_system_name());
LMI_DiskDriveATAProtocolEndpoint_Set_CreationClassName(&lmi_hdd_endpoint,
LMI_ORGID "_" DISK_DRIVE_ATA_PROTO_ENDPOINT_CLASS_NAME);
LMI_DiskDriveATAProtocolEndpoint_Set_Caption(&lmi_hdd_endpoint,
diff --git a/src/hardware/LMI_DiskDriveDeviceSAPImplementationProvider.c b/src/hardware/LMI_DiskDriveDeviceSAPImplementationProvider.c
index ab4ee90..5b2c186 100644
--- a/src/hardware/LMI_DiskDriveDeviceSAPImplementationProvider.c
+++ b/src/hardware/LMI_DiskDriveDeviceSAPImplementationProvider.c
@@ -82,9 +82,9 @@ static CMPIStatus LMI_DiskDriveDeviceSAPImplementationEnumInstances(
LMI_DiskDriveATAPortRef_Init(&lmi_hdd_ata_port, _cb, ns);
LMI_DiskDriveATAPortRef_Set_SystemCreationClassName(&lmi_hdd_ata_port,
- get_system_creation_class_name());
+ lmi_get_system_creation_class_name());
LMI_DiskDriveATAPortRef_Set_SystemName(&lmi_hdd_ata_port,
- get_system_name());
+ lmi_get_system_name());
LMI_DiskDriveATAPortRef_Set_CreationClassName(&lmi_hdd_ata_port,
LMI_ORGID "_" DISK_DRIVE_ATA_PORT_CLASS_NAME);
LMI_DiskDriveATAPortRef_Set_DeviceID(&lmi_hdd_ata_port, name);
@@ -95,9 +95,9 @@ static CMPIStatus LMI_DiskDriveDeviceSAPImplementationEnumInstances(
LMI_DiskDriveATAProtocolEndpointRef_Init(&lmi_hdd_ata_endp, _cb, ns);
LMI_DiskDriveATAProtocolEndpointRef_Set_SystemCreationClassName(
- &lmi_hdd_ata_endp, get_system_creation_class_name());
+ &lmi_hdd_ata_endp, lmi_get_system_creation_class_name());
LMI_DiskDriveATAProtocolEndpointRef_Set_SystemName(&lmi_hdd_ata_endp,
- get_system_name());
+ lmi_get_system_name());
LMI_DiskDriveATAProtocolEndpointRef_Set_CreationClassName(&lmi_hdd_ata_endp,
LMI_ORGID "_" DISK_DRIVE_ATA_PROTO_ENDPOINT_CLASS_NAME);
LMI_DiskDriveATAProtocolEndpointRef_Set_Name(&lmi_hdd_ata_endp, name);
diff --git a/src/hardware/LMI_DiskDriveElementSoftwareIdentityProvider.c b/src/hardware/LMI_DiskDriveElementSoftwareIdentityProvider.c
index e07e2ed..cf599be 100644
--- a/src/hardware/LMI_DiskDriveElementSoftwareIdentityProvider.c
+++ b/src/hardware/LMI_DiskDriveElementSoftwareIdentityProvider.c
@@ -78,8 +78,8 @@ static CMPIStatus LMI_DiskDriveElementSoftwareIdentityEnumInstances(
LMI_DiskDriveRef_Init(&lmi_hdd, _cb, ns);
LMI_DiskDriveRef_Set_SystemCreationClassName(&lmi_hdd,
- get_system_creation_class_name());
- LMI_DiskDriveRef_Set_SystemName(&lmi_hdd, get_system_name());
+ lmi_get_system_creation_class_name());
+ LMI_DiskDriveRef_Set_SystemName(&lmi_hdd, lmi_get_system_name());
LMI_DiskDriveRef_Set_CreationClassName(&lmi_hdd,
LMI_ORGID "_" DISK_DRIVE_CLASS_NAME);
LMI_DiskDriveRef_Set_DeviceID(&lmi_hdd, lsblk_hdds[i].name);
diff --git a/src/hardware/LMI_DiskDriveProvider.c b/src/hardware/LMI_DiskDriveProvider.c
index 5a28a0a..21e5b18 100644
--- a/src/hardware/LMI_DiskDriveProvider.c
+++ b/src/hardware/LMI_DiskDriveProvider.c
@@ -95,8 +95,8 @@ static CMPIStatus LMI_DiskDriveEnumInstances(
LMI_DiskDrive_Init(&lmi_hdd, _cb, ns);
LMI_DiskDrive_Set_SystemCreationClassName(&lmi_hdd,
- get_system_creation_class_name());
- LMI_DiskDrive_Set_SystemName(&lmi_hdd, get_system_name());
+ lmi_get_system_creation_class_name());
+ LMI_DiskDrive_Set_SystemName(&lmi_hdd, lmi_get_system_name());
LMI_DiskDrive_Set_CreationClassName(&lmi_hdd,
LMI_ORGID "_" DISK_DRIVE_CLASS_NAME);
LMI_DiskDrive_Set_Caption(&lmi_hdd, "Disk Drive");
diff --git a/src/hardware/LMI_DiskDriveRealizesProvider.c b/src/hardware/LMI_DiskDriveRealizesProvider.c
index 2756dec..5d184e9 100644
--- a/src/hardware/LMI_DiskDriveRealizesProvider.c
+++ b/src/hardware/LMI_DiskDriveRealizesProvider.c
@@ -77,8 +77,8 @@ static CMPIStatus LMI_DiskDriveRealizesEnumInstances(
LMI_DiskDriveRef_Init(&lmi_hdd, _cb, ns);
LMI_DiskDriveRef_Set_SystemCreationClassName(&lmi_hdd,
- get_system_creation_class_name());
- LMI_DiskDriveRef_Set_SystemName(&lmi_hdd, get_system_name());
+ lmi_get_system_creation_class_name());
+ LMI_DiskDriveRef_Set_SystemName(&lmi_hdd, lmi_get_system_name());
LMI_DiskDriveRef_Set_CreationClassName(&lmi_hdd,
LMI_ORGID "_" DISK_DRIVE_CLASS_NAME);
LMI_DiskDriveRef_Set_DeviceID(&lmi_hdd, lsblk_hdds[i].name);
diff --git a/src/hardware/LMI_DiskDriveSAPAvailableForElementProvider.c b/src/hardware/LMI_DiskDriveSAPAvailableForElementProvider.c
index 51b5f44..be68c87 100644
--- a/src/hardware/LMI_DiskDriveSAPAvailableForElementProvider.c
+++ b/src/hardware/LMI_DiskDriveSAPAvailableForElementProvider.c
@@ -78,8 +78,8 @@ static CMPIStatus LMI_DiskDriveSAPAvailableForElementEnumInstances(
LMI_DiskDriveRef_Init(&lmi_hdd, _cb, ns);
LMI_DiskDriveRef_Set_SystemCreationClassName(&lmi_hdd,
- get_system_creation_class_name());
- LMI_DiskDriveRef_Set_SystemName(&lmi_hdd, get_system_name());
+ lmi_get_system_creation_class_name());
+ LMI_DiskDriveRef_Set_SystemName(&lmi_hdd, lmi_get_system_name());
LMI_DiskDriveRef_Set_CreationClassName(&lmi_hdd,
LMI_ORGID "_" DISK_DRIVE_CLASS_NAME);
LMI_DiskDriveRef_Set_DeviceID(&lmi_hdd, lsblk_hdds[i].name);
@@ -90,9 +90,9 @@ static CMPIStatus LMI_DiskDriveSAPAvailableForElementEnumInstances(
LMI_DiskDriveATAProtocolEndpointRef_Init(&lmi_hdd_ata_endp, _cb, ns);
LMI_DiskDriveATAProtocolEndpointRef_Set_SystemCreationClassName(
- &lmi_hdd_ata_endp, get_system_creation_class_name());
+ &lmi_hdd_ata_endp, lmi_get_system_creation_class_name());
LMI_DiskDriveATAProtocolEndpointRef_Set_SystemName(&lmi_hdd_ata_endp,
- get_system_name());
+ lmi_get_system_name());
LMI_DiskDriveATAProtocolEndpointRef_Set_CreationClassName(&lmi_hdd_ata_endp,
LMI_ORGID "_" DISK_DRIVE_ATA_PROTO_ENDPOINT_CLASS_NAME);
LMI_DiskDriveATAProtocolEndpointRef_Set_Name(&lmi_hdd_ata_endp, name);
diff --git a/src/hardware/LMI_DiskDriveSystemDeviceProvider.c b/src/hardware/LMI_DiskDriveSystemDeviceProvider.c
index 87fc99d..fd27b91 100644
--- a/src/hardware/LMI_DiskDriveSystemDeviceProvider.c
+++ b/src/hardware/LMI_DiskDriveSystemDeviceProvider.c
@@ -76,8 +76,8 @@ static CMPIStatus LMI_DiskDriveSystemDeviceEnumInstances(
LMI_DiskDriveRef_Init(&lmi_hdd, _cb, ns);
LMI_DiskDriveRef_Set_SystemCreationClassName(&lmi_hdd,
- get_system_creation_class_name());
- LMI_DiskDriveRef_Set_SystemName(&lmi_hdd, get_system_name());
+ lmi_get_system_creation_class_name());
+ LMI_DiskDriveRef_Set_SystemName(&lmi_hdd, lmi_get_system_name());
LMI_DiskDriveRef_Set_CreationClassName(&lmi_hdd,
LMI_ORGID "_" DISK_DRIVE_CLASS_NAME);
LMI_DiskDriveRef_Set_DeviceID(&lmi_hdd, lsblk_hdds[i].name);
diff --git a/src/hardware/LMI_MemoryProvider.c b/src/hardware/LMI_MemoryProvider.c
index 4626bea..bea9bf2 100644
--- a/src/hardware/LMI_MemoryProvider.c
+++ b/src/hardware/LMI_MemoryProvider.c
@@ -82,8 +82,8 @@ static CMPIStatus LMI_MemoryEnumInstances(
LMI_Memory_Init(&lmi_mem, _cb, ns);
LMI_Memory_Set_SystemCreationClassName(&lmi_mem,
- get_system_creation_class_name());
- LMI_Memory_Set_SystemName(&lmi_mem, get_system_name());
+ lmi_get_system_creation_class_name());
+ LMI_Memory_Set_SystemName(&lmi_mem, lmi_get_system_name());
LMI_Memory_Set_CreationClassName(&lmi_mem, LMI_ORGID "_" MEM_CLASS_NAME);
LMI_Memory_Set_DeviceID(&lmi_mem, "0");
diff --git a/src/hardware/LMI_MemorySystemDeviceProvider.c b/src/hardware/LMI_MemorySystemDeviceProvider.c
index 0c3c7c5..0f79ab7 100644
--- a/src/hardware/LMI_MemorySystemDeviceProvider.c
+++ b/src/hardware/LMI_MemorySystemDeviceProvider.c
@@ -62,8 +62,8 @@ static CMPIStatus LMI_MemorySystemDeviceEnumInstances(
LMI_MemoryRef_Init(&lmi_mem, _cb, ns);
LMI_MemoryRef_Set_SystemCreationClassName(&lmi_mem,
- get_system_creation_class_name());
- LMI_MemoryRef_Set_SystemName(&lmi_mem, get_system_name());
+ lmi_get_system_creation_class_name());
+ LMI_MemoryRef_Set_SystemName(&lmi_mem, lmi_get_system_name());
LMI_MemoryRef_Set_CreationClassName(&lmi_mem, LMI_ORGID "_" MEM_CLASS_NAME);
LMI_MemoryRef_Set_DeviceID(&lmi_mem, "0");
diff --git a/src/hardware/LMI_PCIBridgeProvider.c b/src/hardware/LMI_PCIBridgeProvider.c
index ee8aa50..9863186 100644
--- a/src/hardware/LMI_PCIBridgeProvider.c
+++ b/src/hardware/LMI_PCIBridgeProvider.c
@@ -135,8 +135,8 @@ static CMPIStatus LMI_PCIBridgeEnumInstances(
LMI_PCIBridge_Init(&lmi_dev, _cb, ns);
LMI_PCIBridge_Set_SystemCreationClassName(&lmi_dev,
- get_system_creation_class_name());
- LMI_PCIBridge_Set_SystemName(&lmi_dev, get_system_name());
+ lmi_get_system_creation_class_name());
+ LMI_PCIBridge_Set_SystemName(&lmi_dev, lmi_get_system_name());
LMI_PCIBridge_Set_CreationClassName(&lmi_dev,
LMI_ORGID "_" PCI_BRIDGE_CLASS_NAME);
LMI_PCIBridge_Set_Caption(&lmi_dev,
diff --git a/src/hardware/LMI_PCIBridgeSystemDeviceProvider.c b/src/hardware/LMI_PCIBridgeSystemDeviceProvider.c
index c413d1f..6618d08 100644
--- a/src/hardware/LMI_PCIBridgeSystemDeviceProvider.c
+++ b/src/hardware/LMI_PCIBridgeSystemDeviceProvider.c
@@ -84,8 +84,8 @@ static CMPIStatus LMI_PCIBridgeSystemDeviceEnumInstances(
LMI_PCIBridgeRef_Init(&lmi_dev, _cb, ns);
LMI_PCIBridgeRef_Set_SystemCreationClassName(&lmi_dev,
- get_system_creation_class_name());
- LMI_PCIBridgeRef_Set_SystemName(&lmi_dev, get_system_name());
+ lmi_get_system_creation_class_name());
+ LMI_PCIBridgeRef_Set_SystemName(&lmi_dev, lmi_get_system_name());
LMI_PCIBridgeRef_Set_CreationClassName(&lmi_dev,
LMI_ORGID "_" PCI_BRIDGE_CLASS_NAME);
LMI_PCIBridgeRef_Set_DeviceID(&lmi_dev, device_id_str);
diff --git a/src/hardware/LMI_PCIDeviceProvider.c b/src/hardware/LMI_PCIDeviceProvider.c
index e2d0e55..edb1528 100644
--- a/src/hardware/LMI_PCIDeviceProvider.c
+++ b/src/hardware/LMI_PCIDeviceProvider.c
@@ -115,8 +115,8 @@ static CMPIStatus LMI_PCIDeviceEnumInstances(
LMI_PCIDevice_Init(&lmi_dev, _cb, ns);
LMI_PCIDevice_Set_SystemCreationClassName(&lmi_dev,
- get_system_creation_class_name());
- LMI_PCIDevice_Set_SystemName(&lmi_dev, get_system_name());
+ lmi_get_system_creation_class_name());
+ LMI_PCIDevice_Set_SystemName(&lmi_dev, lmi_get_system_name());
LMI_PCIDevice_Set_CreationClassName(&lmi_dev,
LMI_ORGID "_" PCI_DEVICE_CLASS_NAME);
LMI_PCIDevice_Set_Caption(&lmi_dev,
diff --git a/src/hardware/LMI_PCIDeviceSystemDeviceProvider.c b/src/hardware/LMI_PCIDeviceSystemDeviceProvider.c
index 7231c08..84279c8 100644
--- a/src/hardware/LMI_PCIDeviceSystemDeviceProvider.c
+++ b/src/hardware/LMI_PCIDeviceSystemDeviceProvider.c
@@ -84,8 +84,8 @@ static CMPIStatus LMI_PCIDeviceSystemDeviceEnumInstances(
LMI_PCIDeviceRef_Init(&lmi_dev, _cb, ns);
LMI_PCIDeviceRef_Set_SystemCreationClassName(&lmi_dev,
- get_system_creation_class_name());
- LMI_PCIDeviceRef_Set_SystemName(&lmi_dev, get_system_name());
+ lmi_get_system_creation_class_name());
+ LMI_PCIDeviceRef_Set_SystemName(&lmi_dev, lmi_get_system_name());
LMI_PCIDeviceRef_Set_CreationClassName(&lmi_dev,
LMI_ORGID "_" PCI_DEVICE_CLASS_NAME);
LMI_PCIDeviceRef_Set_DeviceID(&lmi_dev, device_id_str);
diff --git a/src/hardware/LMI_PhysicalBatteryRealizesProvider.c b/src/hardware/LMI_PhysicalBatteryRealizesProvider.c
index 5cc6afb..a9d1f16 100644
--- a/src/hardware/LMI_PhysicalBatteryRealizesProvider.c
+++ b/src/hardware/LMI_PhysicalBatteryRealizesProvider.c
@@ -72,8 +72,8 @@ static CMPIStatus LMI_PhysicalBatteryRealizesEnumInstances(
LMI_BatteryRef_Init(&lmi_batt, _cb, ns);
LMI_BatteryRef_Set_SystemCreationClassName(&lmi_batt,
- get_system_creation_class_name());
- LMI_BatteryRef_Set_SystemName(&lmi_batt, get_system_name());
+ lmi_get_system_creation_class_name());
+ LMI_BatteryRef_Set_SystemName(&lmi_batt, lmi_get_system_name());
LMI_BatteryRef_Set_CreationClassName(&lmi_batt,
LMI_ORGID "_" BATTERY_CLASS_NAME);
LMI_BatteryRef_Set_DeviceID(&lmi_batt, dmi_batt[i].name);
diff --git a/src/hardware/LMI_PhysicalMemoryRealizesProvider.c b/src/hardware/LMI_PhysicalMemoryRealizesProvider.c
index 9128450..4f44db7 100644
--- a/src/hardware/LMI_PhysicalMemoryRealizesProvider.c
+++ b/src/hardware/LMI_PhysicalMemoryRealizesProvider.c
@@ -68,8 +68,8 @@ static CMPIStatus LMI_PhysicalMemoryRealizesEnumInstances(
LMI_MemoryRef_Init(&lmi_mem, _cb, ns);
LMI_MemoryRef_Set_SystemCreationClassName(&lmi_mem,
- get_system_creation_class_name());
- LMI_MemoryRef_Set_SystemName(&lmi_mem, get_system_name());
+ lmi_get_system_creation_class_name());
+ LMI_MemoryRef_Set_SystemName(&lmi_mem, lmi_get_system_name());
LMI_MemoryRef_Set_CreationClassName(&lmi_mem, LMI_ORGID "_" MEM_CLASS_NAME);
LMI_MemoryRef_Set_DeviceID(&lmi_mem, "0");
diff --git a/src/hardware/LMI_PointingDeviceProvider.c b/src/hardware/LMI_PointingDeviceProvider.c
index 1b169df..1999a00 100644
--- a/src/hardware/LMI_PointingDeviceProvider.c
+++ b/src/hardware/LMI_PointingDeviceProvider.c
@@ -72,8 +72,8 @@ static CMPIStatus LMI_PointingDeviceEnumInstances(
LMI_PointingDevice_Init(&lmi_dev, _cb, ns);
LMI_PointingDevice_Set_SystemCreationClassName(&lmi_dev,
- get_system_creation_class_name());
- LMI_PointingDevice_Set_SystemName(&lmi_dev, get_system_name());
+ lmi_get_system_creation_class_name());
+ LMI_PointingDevice_Set_SystemName(&lmi_dev, lmi_get_system_name());
LMI_PointingDevice_Set_CreationClassName(&lmi_dev,
LMI_ORGID "_" POINTING_DEVICE_CLASS_NAME);
LMI_PointingDevice_Set_Caption(&lmi_dev, "Pointing Device");
diff --git a/src/hardware/LMI_ProcessorCacheMemoryProvider.c b/src/hardware/LMI_ProcessorCacheMemoryProvider.c
index 2365856..92c3a91 100644
--- a/src/hardware/LMI_ProcessorCacheMemoryProvider.c
+++ b/src/hardware/LMI_ProcessorCacheMemoryProvider.c
@@ -88,9 +88,9 @@ static CMPIStatus LMI_ProcessorCacheMemoryEnumInstances(
LMI_ProcessorCacheMemory_Init(&lmi_cpu_cache, _cb, ns);
LMI_ProcessorCacheMemory_Set_SystemCreationClassName(&lmi_cpu_cache,
- get_system_creation_class_name());
+ lmi_get_system_creation_class_name());
LMI_ProcessorCacheMemory_Set_SystemName(&lmi_cpu_cache,
- get_system_name());
+ lmi_get_system_name());
LMI_ProcessorCacheMemory_Set_CreationClassName(&lmi_cpu_cache,
LMI_ORGID "_" CPU_CACHE_CLASS_NAME);
diff --git a/src/hardware/LMI_ProcessorChipRealizesProvider.c b/src/hardware/LMI_ProcessorChipRealizesProvider.c
index e1b0bed..dc50b8d 100644
--- a/src/hardware/LMI_ProcessorChipRealizesProvider.c
+++ b/src/hardware/LMI_ProcessorChipRealizesProvider.c
@@ -72,8 +72,8 @@ static CMPIStatus LMI_ProcessorChipRealizesEnumInstances(
LMI_ProcessorRef_Init(&lmi_cpu, _cb, ns);
LMI_ProcessorRef_Set_SystemCreationClassName(&lmi_cpu,
- get_system_creation_class_name());
- LMI_ProcessorRef_Set_SystemName(&lmi_cpu, get_system_name());
+ lmi_get_system_creation_class_name());
+ LMI_ProcessorRef_Set_SystemName(&lmi_cpu, lmi_get_system_name());
LMI_ProcessorRef_Set_CreationClassName(&lmi_cpu,
LMI_ORGID "_" CPU_CLASS_NAME);
LMI_ProcessorRef_Set_DeviceID(&lmi_cpu, dmi_cpus[i].id);
diff --git a/src/hardware/LMI_ProcessorElementCapabilitiesProvider.c b/src/hardware/LMI_ProcessorElementCapabilitiesProvider.c
index 5ec6a96..aa8ed68 100644
--- a/src/hardware/LMI_ProcessorElementCapabilitiesProvider.c
+++ b/src/hardware/LMI_ProcessorElementCapabilitiesProvider.c
@@ -91,8 +91,8 @@ static CMPIStatus LMI_ProcessorElementCapabilitiesEnumInstances(
LMI_ProcessorRef_Init(&lmi_cpu, _cb, ns);
LMI_ProcessorRef_Set_SystemCreationClassName(&lmi_cpu,
- get_system_creation_class_name());
- LMI_ProcessorRef_Set_SystemName(&lmi_cpu, get_system_name());
+ lmi_get_system_creation_class_name());
+ LMI_ProcessorRef_Set_SystemName(&lmi_cpu, lmi_get_system_name());
LMI_ProcessorRef_Set_CreationClassName(&lmi_cpu,
LMI_ORGID "_" CPU_CLASS_NAME);
diff --git a/src/hardware/LMI_ProcessorProvider.c b/src/hardware/LMI_ProcessorProvider.c
index 67d1987..a2a0dc7 100644
--- a/src/hardware/LMI_ProcessorProvider.c
+++ b/src/hardware/LMI_ProcessorProvider.c
@@ -125,8 +125,8 @@ static CMPIStatus LMI_ProcessorEnumInstances(
LMI_Processor_Init(&lmi_cpu, _cb, ns);
LMI_Processor_Set_SystemCreationClassName(&lmi_cpu,
- get_system_creation_class_name());
- LMI_Processor_Set_SystemName(&lmi_cpu, get_system_name());
+ lmi_get_system_creation_class_name());
+ LMI_Processor_Set_SystemName(&lmi_cpu, lmi_get_system_name());
LMI_Processor_Set_CreationClassName(&lmi_cpu, LMI_ORGID "_" CPU_CLASS_NAME);
LMI_Processor_Set_Caption(&lmi_cpu, CPU_CLASS_NAME);
LMI_Processor_Set_Description(&lmi_cpu,
diff --git a/src/hardware/LMI_ProcessorSystemDeviceProvider.c b/src/hardware/LMI_ProcessorSystemDeviceProvider.c
index e8ac492..8bf8e3d 100644
--- a/src/hardware/LMI_ProcessorSystemDeviceProvider.c
+++ b/src/hardware/LMI_ProcessorSystemDeviceProvider.c
@@ -71,8 +71,8 @@ static CMPIStatus LMI_ProcessorSystemDeviceEnumInstances(
LMI_ProcessorRef_Init(&lmi_cpu, _cb, ns);
LMI_ProcessorRef_Set_SystemCreationClassName(&lmi_cpu,
- get_system_creation_class_name());
- LMI_ProcessorRef_Set_SystemName(&lmi_cpu, get_system_name());
+ lmi_get_system_creation_class_name());
+ LMI_ProcessorRef_Set_SystemName(&lmi_cpu, lmi_get_system_name());
LMI_ProcessorRef_Set_CreationClassName(&lmi_cpu,
LMI_ORGID "_" CPU_CLASS_NAME);
LMI_ProcessorRef_Set_DeviceID(&lmi_cpu, dmi_cpus[i].id);