Home
last modified time | relevance | path

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

/openbmc/qemu/hw/gpio/
H A Dsifive_gpio.c43 rise_ip, fall_ip, low_ip, high_ip, oval, actual_value, ival; in update_state() local
61 oval = output_en && (port ^ out_xor); in update_state()
73 actual_value = oval; in update_state()
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Ddata.py124 oval = d.getVar(var, False)
133 d.varhistory.emit(var, oval, val, o, d)
H A Dtinfoil.py57 def emit(self, var, oval, val, o, d): argument
58 …ret = self.tinfoil.run_command('dataStoreConnectorVarHistCmdEmit', self.dsindex, var, oval, val, d…
H A Dcommand.py540 oval = params[2]
545 command.remotedatastores[dsindex].varhistory.emit(var, oval, val, o, d)
H A Ddata_smart.py302 def emit(self, var, oval, val, o, d): argument
316 commentVal = re.sub('\n', '\n#', str(oval))
/openbmc/u-boot/scripts/
H A Dcheckpatch.pl616 my $oval = "";
629 $oval .= $omatch;
631 $oval =~ s/^\s*\|\s*//;
632 $oval =~ s/\s*\|\s*$//;
6440 my $oval = $1;
6441 my $octal = perms_to_octal($oval);
6443 …"Symbolic permissions '$oval' are not preferred. Consider using octal permissions '$octal'.\n" . $…
6445 $fixed[$fixlinenr] =~ s/\Q$oval\E/$octal/;