Searched refs:dumpid (Results 1 – 3 of 3) sorted by relevance
/openbmc/openpower-debug-collector/dump/tools/opdump/ |
H A D | opdreport | 20 -i, --dumpid <id> Dump identifier to associate with the archive. 221 --long name:,dir:,dumpid:,size:,type:,eid:,failingunit:,help \ 238 -i|--dumpid)
|
/openbmc/phosphor-debug-collector/tools/dreport.d/ |
H A D | dreport | 302 --long name:,dir:,dumpid:,type:,size:,path:,verbose,version,quiet,help \ 322 -i|--dumpid)
|
/openbmc/phosphor-rest-server/module/obmc/wsgi/apps/ |
H A D | rest_dbus.py | 1178 def do_get(self, dumpid): argument 1179 return self.do_download(dumpid) 1187 def do_download(self, dumpid): argument 1188 dump_loc = os.path.join(self.dump_loc, dumpid)
|