Searched refs:MDI (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/sys/dev/mii/
H A Dmii_bitbang.c63 #define MDI ops->mbo_bits[MII_BIT_MDI] macro
139 error = MREAD & MDI;
149 if (error == 0 && (MREAD & MDI) != 0)
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DIvarInvalidationChecker.cpp248 for (const auto *MDI : D->methods())
249 if (isInvalidationMethod(MDI, Partial))
251 cast<ObjCMethodDecl>(MDI->getCanonicalDecl()));

Completed in 104 milliseconds