/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/linux/net/sched/ |
H A D | em_meta.c | 85 struct meta_value lvalue; member 853 if (meta_get(skb, info, &meta->lvalue, &l_value) < 0 || in em_meta_match() 857 r = meta_type_ops(&meta->lvalue)->compare(&l_value, &r_value); in em_meta_match() 859 switch (meta->lvalue.hdr.op) { in em_meta_match() 874 const struct meta_type_ops *ops = meta_type_ops(&meta->lvalue); in meta_delete() 877 ops->destroy(&meta->lvalue); in meta_delete() 936 memcpy(&meta->lvalue.hdr, &hdr->left, sizeof(hdr->left)); in em_meta_change() 939 if (!meta_is_supported(&meta->lvalue) || in em_meta_change() 945 if (meta_change_data(&meta->lvalue, tb[TCA_EM_META_LVALUE]) < 0 || in em_meta_change() 972 memcpy(&hdr.left, &meta->lvalue.hdr, sizeof(hdr.left)); in em_meta_dump() [all …]
|
/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 …]
|
H A D | README.rst | 388 instructions where there could be alternative values assigned to an ``lvalue``,
|
/openbmc/linux/tools/testing/ktest/ |
H A D | ktest.pl | 839 my ($lvalue, $rvalue, $override, $overrides, $name) = @_; 843 if ($lvalue =~ /^(TEST|BISECT|CONFIG_BISECT)_TYPE(\[.*\])?$/ && 859 if (defined($opt{$lvalue})) { 860 if (!$override || defined(${$overrides}{$lvalue})) { 865 die "$name: $.: Option $lvalue defined more than once!\n$extra"; 867 ${$overrides}{$lvalue} = $prvalue; 870 $opt{$lvalue} = $prvalue; 874 my ($lvalue, $rvalue, $name) = @_; 879 if (defined($evals{$lvalue})) { 880 $arr = $evals{$lvalue}; [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-graphics/renderdoc/renderdoc/ |
H A D | 0001-jpeg-compressor-Reorder-stdio.h-include-location.patch | 12 ….h:128:39: error: cannot initialize a parameter of type 'char *' with an lvalue of type 'FILE *con…
|
/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/linux/sound/soc/codecs/ |
H A D | rt712-sdca.c | 489 unsigned int lvalue, rvalue; in rt712_sdca_set_gain_put() local 496 regmap_read(rt712->mbq_regmap, mc->reg, &lvalue); in rt712_sdca_set_gain_put() 531 if (lvalue == gain_l_val && rvalue == gain_r_val) in rt712_sdca_set_gain_put()
|
H A D | da7218.c | 451 unsigned int lvalue = ucontrol->value.integer.value[0]; in da7218_alc_sw_put() local 458 if ((lvalue || rvalue) && (!da7218->alc_en)) in da7218_alc_sw_put() 463 da7218->alc_en |= (lvalue << lshift) | (rvalue << rshift); in da7218_alc_sw_put() 520 unsigned int lvalue = ucontrol->value.integer.value[0]; in da7218_mic_lvl_det_sw_put() local 527 da7218->mic_lvl_det_en |= (lvalue << lshift) | (rvalue << rshift); in da7218_mic_lvl_det_sw_put()
|
H A D | rt711-sdca.c | 544 unsigned int lvalue, rvalue; in rt711_sdca_set_gain_put() local 550 regmap_read(rt711->mbq_regmap, mc->reg, &lvalue); in rt711_sdca_set_gain_put() 598 if (lvalue != gain_l_val || rvalue != gain_r_val) in rt711_sdca_set_gain_put()
|
H A D | rt722-sdca.c | 355 unsigned int lvalue, rvalue; in rt722_sdca_set_gain_put() local 363 regmap_read(rt722->mbq_regmap, mc->reg, &lvalue); in rt722_sdca_set_gain_put() 398 if (lvalue != gain_l_val || rvalue != gain_r_val) in rt722_sdca_set_gain_put()
|
/openbmc/linux/drivers/scsi/lpfc/ |
H A D | lpfc_init.c | 5687 uint32_t dvalue, wvalue, lvalue, avalue; in lpfc_cmf_stats_timer() local 5713 lvalue = atomic_read(&phba->cgn_latency_evt_cnt); in lpfc_cmf_stats_timer() 5784 if (lvalue) { in lpfc_cmf_stats_timer() 5785 lvalue = (uint32_t)div_u64(latsum, lvalue); in lpfc_cmf_stats_timer() 5786 *lptr = cpu_to_le32(lvalue); in lpfc_cmf_stats_timer() 5812 lvalue = 0; in lpfc_cmf_stats_timer() 5819 lvalue += le32_to_cpu(cp->cgn_latency_min[i]); in lpfc_cmf_stats_timer() 5823 if (lvalue) /* Avg of latency averages */ in lpfc_cmf_stats_timer() 5824 lvalue /= LPFC_MIN_HOUR; in lpfc_cmf_stats_timer() 5833 *lptr = cpu_to_le32(lvalue); in lpfc_cmf_stats_timer() [all …]
|
/openbmc/qemu/scripts/ |
H A D | decodetree.py | 430 lvalue = lvalue_formatter(self.name)
|