Home
last modified time | relevance | path

Searched refs:check1 (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/scripts/coccinelle/
H A Derrp-guard.cocci109 @check1 disable optional_qualifier exists@
124 fn << check1.fn;
125 p1 << check1.p1;
126 p2 << check1.p2;
177 // examine manually. Rules check1 and check2 emit warnings to guide us
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Drepository.cpp501 bool check1 = (sevType == SeverityType::predictive) || in isServiceableSev() local
513 return check1 || check2 || check3; in isServiceableSev()
/openbmc/qemu/block/
H A Dvvfat.c2589 static void check1(BDRVVVFATState* s) in check1() function
3285 check1(vvv); in checkpoint()