Searched refs:Bbs (Results 1 – 7 of 7) sorted by relevance
/freebsd/lib/libefivar/ |
H A D | efivar-dp-parse.c | 3720 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 D | efivar-dp-format.c | 2247 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 D | SpeculateAnalyses.cpp | 251 decltype(BBFreqs)::const_reference Bbs) { in queryCFG() 252 return Bbf.second > Bbs.second; in queryCFG() argument
|
/freebsd/stand/efi/include/ |
H A D | efidevp.h | 420 BBS_BBS_DEVICE_PATH Bbs; member 455 BBS_BBS_DEVICE_PATH *Bbs; member
|
/freebsd/sys/contrib/edk2/Include/Protocol/ |
H A D | DevicePath.h | 1309 BBS_BBS_DEVICE_PATH Bbs; member 1367 BBS_BBS_DEVICE_PATH *Bbs; member
|
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/ |
H A D | ThreadSafetyTraverse.h | 246 R_SExpr reduceSCFG(SCFG &Orig, Container<BasicBlock *> Bbs) { in reduceSCFG() argument 247 return Bbs.Success; in reduceSCFG()
|
H A D | ThreadSafetyTIL.h | 1765 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()
|