Home
last modified time | relevance | path

Searched refs:check2 (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/scripts/coccinelle/
H A Derrp-guard.cocci134 @check2 disable optional_qualifier exists@
157 fn << check2.fn;
158 p1 << check2.p1;
159 p2 << check2.p2;
177 // examine manually. Rules check1 and check2 emit warnings to guide us
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Drepository.cpp505 bool check2 = ((sevType == SeverityType::recovered) || in isServiceableSev() local
513 return check1 || check2 || check3; in isServiceableSev()
/openbmc/linux/drivers/usb/serial/
H A Diuu_phoenix.c438 unsigned int check2; in iuu_clk() local
450 check2 = (12000000 / lQ); in iuu_clk()
451 if (check2 < 250000) in iuu_clk()
/openbmc/qemu/block/
H A Dvvfat.c2609 static void check2(BDRVVVFATState* s) in check2() function
3286 check2(vvv); in checkpoint()