Home
last modified time | relevance | path

Searched refs:Bbs (Results 1 – 6 of 6) sorted by relevance

/freebsd/lib/libefivar/
H A Defivar-dp-parse.c3715 BBS_BBS_DEVICE_PATH *Bbs; in DevPathFromTextBBS() local
3720 Bbs = (BBS_BBS_DEVICE_PATH *)CreateDeviceNode ( in DevPathFromTextBBS()
3726 if (Bbs == NULL) { in DevPathFromTextBBS()
3727 return (EFI_DEVICE_PATH_PROTOCOL *)Bbs; in DevPathFromTextBBS()
3731 Bbs->DeviceType = BBS_TYPE_FLOPPY; in DevPathFromTextBBS()
3733 Bbs->DeviceType = BBS_TYPE_HARDDRIVE; in DevPathFromTextBBS()
3735 Bbs->DeviceType = BBS_TYPE_CDROM; in DevPathFromTextBBS()
3737 Bbs->DeviceType = BBS_TYPE_PCMCIA; in DevPathFromTextBBS()
3739 Bbs->DeviceType = BBS_TYPE_USB; in DevPathFromTextBBS()
3741 Bbs->DeviceType = BBS_TYPE_EMBEDDED_NETWORK; in DevPathFromTextBBS()
[all …]
H A Defivar-dp-format.c2243 BBS_BBS_DEVICE_PATH *Bbs; in DevPathToTextBBS() local
2246 Bbs = DevPath; in DevPathToTextBBS()
2247 switch (Bbs->DeviceType) { in DevPathToTextBBS()
2278 UefiDevicePathLibCatPrint (Str, "BBS(%s,%s", Type, Bbs->String); in DevPathToTextBBS()
2280 UefiDevicePathLibCatPrint (Str, "BBS(0x%x,%s", Bbs->DeviceType, Bbs->String); in DevPathToTextBBS()
2288 UefiDevicePathLibCatPrint (Str, ",0x%x)", Bbs->StatusFlag); in DevPathToTextBBS()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DSpeculateAnalyses.cpp251 decltype(BBFreqs)::const_reference Bbs) { in queryCFG()
252 return Bbf.second > Bbs.second; in queryCFG() argument
/freebsd/sys/contrib/edk2/Include/Protocol/
H A DDevicePath.h1328 BBS_BBS_DEVICE_PATH Bbs; member
1385 BBS_BBS_DEVICE_PATH *Bbs; member
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTraverse.h246 R_SExpr reduceSCFG(SCFG &Orig, Container<BasicBlock *> Bbs) { in reduceSCFG() argument
247 return Bbs.Success; in reduceSCFG()
H A DThreadSafetyTIL.h1765 typename V::template Container<BasicBlock *> Bbs(Vs, Blocks.size()); in traverse()
1768 Bbs.push_back( B->traverse(Vs, Vs.subExprCtx(Ctx)) ); in traverse()
1771 return Vs.reduceSCFG(*this, Bbs); in traverse()