Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdePkg/Library/UefiDevicePathLib/
DDevicePathFromText.c3420 BBS_BBS_DEVICE_PATH *Bbs; in DevPathFromTextBBS() local
3425 Bbs = (BBS_BBS_DEVICE_PATH *) CreateDeviceNode ( in DevPathFromTextBBS()
3432 Bbs->DeviceType = BBS_TYPE_FLOPPY; in DevPathFromTextBBS()
3434 Bbs->DeviceType = BBS_TYPE_HARDDRIVE; in DevPathFromTextBBS()
3436 Bbs->DeviceType = BBS_TYPE_CDROM; in DevPathFromTextBBS()
3438 Bbs->DeviceType = BBS_TYPE_PCMCIA; in DevPathFromTextBBS()
3440 Bbs->DeviceType = BBS_TYPE_USB; in DevPathFromTextBBS()
3442 Bbs->DeviceType = BBS_TYPE_EMBEDDED_NETWORK; in DevPathFromTextBBS()
3444 Bbs->DeviceType = (UINT16) Strtoi (TypeStr); in DevPathFromTextBBS()
3447 AsciiStr = Bbs->String; in DevPathFromTextBBS()
[all …]
DDevicePathToText.c2021 BBS_BBS_DEVICE_PATH *Bbs; in DevPathToTextBBS() local
2024 Bbs = DevPath; in DevPathToTextBBS()
2025 switch (Bbs->DeviceType) { in DevPathToTextBBS()
2056 UefiDevicePathLibCatPrint (Str, L"BBS(%s,%a", Type, Bbs->String); in DevPathToTextBBS()
2058 UefiDevicePathLibCatPrint (Str, L"BBS(0x%x,%a", Bbs->DeviceType, Bbs->String); in DevPathToTextBBS()
2066 UefiDevicePathLibCatPrint (Str, L",0x%x)", Bbs->StatusFlag); in DevPathToTextBBS()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Include/
DEfiDevicePath.h525 BBS_BBS_DEVICE_PATH Bbs; member
575 BBS_BBS_DEVICE_PATH *Bbs; member
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DDevicePath.h1262 BBS_BBS_DEVICE_PATH Bbs; member
1319 BBS_BBS_DEVICE_PATH *Bbs; member