Searched refs:setval (Results 1 – 3 of 3) sorted by relevance
| /openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-filesystems/logfsprogs/logfsprogs/ |
| H A D | 0001-btree-Avoid-conflicts-with-libc-namespace-about-setk.patch | 45 setval(geo, node, (unsigned long)head->node, 0); 54 setval(geo, right, bval(geo, right, i), i + no_entries); 60 setval(geo, right, bval(geo, left, lfill - no_entries + i), i); 74 setval(geo, left, bval(geo, right, i), lfill + i); 83 setval(geo, right, bval(geo, right, i), i - no_entries); 92 setval(geo, new, bval(geo, node, i), i); 95 setval(geo, node, bval(geo, node, i + fill / 2), i); 101 setval(geo, node, bval(geo, node, fill - 1), i); 110 setval(geo, node, bval(geo, node, i - 1), i); 114 setval(geo, node, val, pos); [all …]
|
| /openbmc/qemu/hw/intc/ |
| H A D | armv7m_nvic.c | 2347 unsigned setval = 0; in nvic_sysreg_write() local 2359 setval = 1; in nvic_sysreg_write() 2367 s->vectors[startvec + i].enabled = setval; in nvic_sysreg_write() 2377 setval = 1; in nvic_sysreg_write() 2390 !(setval == 0 && s->vectors[startvec + i].level && in nvic_sysreg_write() 2392 s->vectors[startvec + i].pending = setval; in nvic_sysreg_write()
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/scsirastools/scsirastools/ |
| H A D | print-format.patch | 219 if (setval != 0 && drivenum == -1) drivenum = 0; /*default to first drive*/
|