Home | History | Annotate | Download | only in UefiDevicePathLib

Lines Matching defs:Bbs

2021   BBS_BBS_DEVICE_PATH *Bbs;

2024 Bbs = DevPath;
2025 switch (Bbs->DeviceType) {
2056 UefiDevicePathLibCatPrint (Str, L"BBS(%s,%a", Type, Bbs->String);
2058 UefiDevicePathLibCatPrint (Str, L"BBS(0x%x,%a", Bbs->DeviceType, Bbs->String);
2066 UefiDevicePathLibCatPrint (Str, L",0x%x)", Bbs->StatusFlag);