Home
last modified time | relevance | path

Searched refs:addressLength (Results 1 – 2 of 2) sorted by relevance

/openbmc/ipmitool/src/plugins/imb/
H A Dimbapi.c1919 int addressLength, // how much to map in MapPhysicalMemory() argument
1927 if (startAddress == 0 || addressLength <= 0) in MapPhysicalMemory()
1935 pmi.Length = addressLength; in MapPhysicalMemory()
1981 MapPhysicalMemory(int startAddress,int addressLength, int *virtualAddress ) in MapPhysicalMemory() argument
1984 unsigned int length = addressLength; in MapPhysicalMemory()
1989 if ((startAddress == 0) || (addressLength <= 0)) in MapPhysicalMemory()
H A Dimbapi.h605 int addressLength,