Lines Matching refs:mempath
109 mempath = '/dev/mem' variable in SystemValues
327 out = dmidecode(self.mempath, fatal)
4883 def dmidecode(mempath, fatal=False): argument
4906 if(not os.path.exists(mempath)):
4908 doError('file does not exist: %s' % mempath)
4910 if(not os.access(mempath, os.R_OK)):
4912 doError('file is not readable: %s' % mempath)
4933 fp = open(mempath, 'rb')
4963 fp = open(mempath, 'rb')
5037 if(not os.path.exists(sysvals.mempath)):
5039 doError('file does not exist: %s' % sysvals.mempath)
5041 if(not os.access(sysvals.mempath, os.R_OK)):
5043 doError('file is not readable: %s' % sysvals.mempath)
5080 fp = open(sysvals.mempath, 'rb')
5095 print('Bad address 0x%x in %s' % (addr, sysvals.mempath))
6024 sysvals.systemInfo(dmidecode(sysvals.mempath))