Home
last modified time | relevance | path

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

/openbmc/ipmitool/src/plugins/imb/
H A Dimbapi.c1985 off_t startpAddress = (off_t)startAddress; in MapPhysicalMemory() local
2002 diff = (int)startpAddress % PAGESIZE; in MapPhysicalMemory()
2003 startpAddress -= diff; in MapPhysicalMemory()
2011 startpAddress in MapPhysicalMemory()
2022 DEBUG("%s: mmap of 0x%x success\n",__FUNCTION__,startpAddress); in MapPhysicalMemory()