Home
last modified time | relevance | path

Searched refs:lvalue (Results 1 – 10 of 10) sorted by relevance

/openbmc/qemu/bsd-user/freebsd/
H A Dos-sys.c337 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 Didef-parser.y67 %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 Dgen_plug_in_utils.py515 lvalue = gp.get_arg_name(0, -1, stack_frame_ix=2)
516 if lvalue:
517 var_name = lvalue
H A Dgen_print.py415 for lvalue in lvalues_list:
416 lvalues[ix] = lvalue
/openbmc/openbmc/poky/meta/recipes-support/gnupg/gnupg/
H A D0001-Woverride-init-is-not-needed-with-gcc-9.patch7 | ../../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 D0004-tools.c-do-not-use-keywords-nullptr-as-a-variable-in.patch15 tools.c:6259:17: error: lvalue required as left operand of assignment
/openbmc/openbmc/meta-phosphor/recipes-core/systemd/systemd/
H A D1000-socket-resolve-unit-specifiers-in-BindToDevice.patch28 assert(lvalue);
/openbmc/ipmitool/lib/
H A Dipmi_dcmi.c1768 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 DCOMMON_ERRORS.md447 ## 18. Auto lvalue for nontrivial function returns
/openbmc/qemu/scripts/
H A Ddecodetree.py430 lvalue = lvalue_formatter(self.name)