Searched refs:blexec (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/tools/power/pm-graph/ |
H A D | bootgraph.py | 70 blexec = [] variable in SystemValues 188 self.blexec = [blcmd] 190 self.blexec = [blcmd, '-o', cfg] 755 call(sysvals.blexec, stderr=PIPE, stdout=PIPE, 802 res = call(sysvals.blexec) 1035 pprint('Boot Loader: %s\n%s' % (sysvals.bootloader, sysvals.blexec))
|
/kernel/linux/linux-6.6/tools/power/pm-graph/ |
H A D | bootgraph.py | 70 blexec = [] variable in SystemValues 190 self.blexec = [blcmd] 192 self.blexec = [blcmd, '-o', cfg] 757 call(sysvals.blexec, stderr=PIPE, stdout=PIPE, 804 res = call(sysvals.blexec) 1037 pprint('Boot Loader: %s\n%s' % (sysvals.bootloader, sysvals.blexec))
|
Completed in 3 milliseconds