Lines Matching defs:netfix
96 netfix = False
898 if 'netfix' in test:
899 fp.write('# netfix %s\n' % test['netfix'])
1212 cmd = self.getExec('netfix')
5563 if sv.netfix:
5564 tdata['netfix'] = sv.netfixon()
5565 sv.dlog('netfix, %s' % tdata['netfix'])
6054 for c in ['turbostat', 'mcelog', 'lspci', 'lsusb', 'netfix']:
6325 line = find_in_html(log, '# netfix ', '\n')
6327 extra['netfix'] = line
6716 ' -netfix Use netfix to reset the network in the event it fails to resume.\n'\
6845 elif(arg == '-netfix'):
6846 sysvals.netfix = True