Home
last modified time | relevance | path

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

/freebsd/lib/libefivar/
H A Defivar-dp-parse.c3720 BBS_BBS_DEVICE_PATH *Bbs; in DevPathFromTextBBS() local
3725 Bbs = (BBS_BBS_DEVICE_PATH *)CreateDeviceNode ( in DevPathFromTextBBS()
3731 if (Bbs == NULL) { in DevPathFromTextBBS()
3732 return (EFI_DEVICE_PATH_PROTOCOL *)Bbs; in DevPathFromTextBBS()
3736 Bbs->DeviceType = BBS_TYPE_FLOPPY; in DevPathFromTextBBS()
3738 Bbs->DeviceType = BBS_TYPE_HARDDRIVE; in DevPathFromTextBBS()
3740 Bbs->DeviceType = BBS_TYPE_CDROM; in DevPathFromTextBBS()
3742 Bbs->DeviceType = BBS_TYPE_PCMCIA; in DevPathFromTextBBS()
3744 Bbs->DeviceType = BBS_TYPE_USB; in DevPathFromTextBBS()
3746 Bbs->DeviceType = BBS_TYPE_EMBEDDED_NETWORK; in DevPathFromTextBBS()
[all …]
H A Defivar-dp-format.c2247 BBS_BBS_DEVICE_PATH *Bbs; in DevPathToTextBBS() local
2250 Bbs = DevPath; in DevPathToTextBBS()
2251 switch (Bbs->DeviceType) { in DevPathToTextBBS()
2282 UefiDevicePathLibCatPrint (Str, "BBS(%s,%s", Type, Bbs->String); in DevPathToTextBBS()
2284 UefiDevicePathLibCatPrint (Str, "BBS(0x%x,%s", Bbs->DeviceType, Bbs->String); in DevPathToTextBBS()
2292 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/stand/efi/include/
H A Defidevp.h420 BBS_BBS_DEVICE_PATH Bbs; member
455 BBS_BBS_DEVICE_PATH *Bbs; member
/freebsd/sys/contrib/edk2/Include/Protocol/
H A DDevicePath.h1309 BBS_BBS_DEVICE_PATH Bbs; member
1367 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()