Searched refs:lvalue (Results 1 – 10 of 10) sorted by relevance
| /openbmc/qemu/bsd-user/freebsd/ |
| H A D | os-sys.c | 337 unsigned long lvalue; in do_freebsd_sysctl_oid() local 338 size_t len = sizeof(lvalue); in do_freebsd_sysctl_oid() 340 if (sysctl(mib, 2, &lvalue, &len, NULL, 0) == -1) { in do_freebsd_sysctl_oid() 343 lvalue = cap_memory(lvalue); in do_freebsd_sysctl_oid() 344 (*(abi_ulong *)holdp) = tswapal((abi_ulong)lvalue); in do_freebsd_sysctl_oid() 373 long lvalue; in do_freebsd_sysctl_oid() local 374 size_t len = sizeof(lvalue); in do_freebsd_sysctl_oid() 376 if (sysctlbyname("hw.availpages", &lvalue, &len, NULL, 0) == -1) { in do_freebsd_sysctl_oid() 380 lvalue = scale_to_guest_pages(lvalue); in do_freebsd_sysctl_oid() 381 (*(abi_ulong *)holdp) = tswapal((abi_ulong)lvalue); in do_freebsd_sysctl_oid()
|
| /openbmc/qemu/target/hexagon/idef-parser/ |
| H A D | idef-parser.y | 67 %type <rvalue> rvalue lvalue VAR assign_statement var var_decl var_type 274 assign_statement : lvalue '=' rvalue 286 | lvalue INC rvalue 293 | lvalue DEC rvalue 300 | lvalue ANDA rvalue 307 | lvalue ORA rvalue 314 | lvalue XORA rvalue 337 | LOAD '(' IMM ',' IMM ',' SIGN ',' var ',' lvalue ')' 372 | SETHALF '(' rvalue ',' lvalue ',' rvalue ')' 386 | INSBITS '(' lvalue ',' rvalue ',' rvalue ',' rvalue ')' [all …]
|
| /openbmc/openbmc-test-automation/lib/ |
| H A D | gen_plug_in_utils.py | 515 lvalue = gp.get_arg_name(0, -1, stack_frame_ix=2) 516 if lvalue: 517 var_name = lvalue
|
| H A D | gen_print.py | 415 for lvalue in lvalues_list: 416 lvalues[ix] = lvalue
|
| /openbmc/openbmc/poky/meta/recipes-support/gnupg/gnupg/ |
| H A D | 0001-Woverride-init-is-not-needed-with-gcc-9.patch | 7 | ../../gnupg-2.2.12/dirmngr/dns.h:525:16: error: lvalue required as
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/crash/crash/ |
| H A D | 0004-tools.c-do-not-use-keywords-nullptr-as-a-variable-in.patch | 15 tools.c:6259:17: error: lvalue required as left operand of assignment
|
| /openbmc/openbmc/meta-phosphor/recipes-core/systemd/systemd/ |
| H A D | 1000-socket-resolve-unit-specifiers-in-BindToDevice.patch | 28 assert(lvalue);
|
| /openbmc/ipmitool/lib/ |
| H A D | ipmi_dcmi.c | 1768 uint32_t lvalue = 0; in ipmi_dcmi_pwr_slimit() local 1895 if (str2uint(value, &lvalue) != 0) { in ipmi_dcmi_pwr_slimit() 1900 val.limit = *(uint16_t*)(&lvalue); in ipmi_dcmi_pwr_slimit() 1904 if (str2uint(value, &lvalue) != 0) { in ipmi_dcmi_pwr_slimit() 1909 val.correction = *(uint32_t*)(&lvalue); in ipmi_dcmi_pwr_slimit() 1913 if (str2uint(value, &lvalue) != 0) { in ipmi_dcmi_pwr_slimit() 1918 val.sample = *(uint16_t*)(&lvalue); in ipmi_dcmi_pwr_slimit()
|
| /openbmc/bmcweb/docs/ |
| H A D | COMMON_ERRORS.md | 447 ## 18. Auto lvalue for nontrivial function returns
|
| /openbmc/qemu/scripts/ |
| H A D | decodetree.py | 430 lvalue = lvalue_formatter(self.name)
|