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.c3392 BBS_BBS_DEVICE_PATH *Bbs; in DevPathFromTextBBS() local
3397 Bbs = (BBS_BBS_DEVICE_PATH *) CreateDeviceNode ( in DevPathFromTextBBS()
3404 Bbs->DeviceType = BBS_TYPE_FLOPPY; in DevPathFromTextBBS()
3406 Bbs->DeviceType = BBS_TYPE_HARDDRIVE; in DevPathFromTextBBS()
3408 Bbs->DeviceType = BBS_TYPE_CDROM; in DevPathFromTextBBS()
3410 Bbs->DeviceType = BBS_TYPE_PCMCIA; in DevPathFromTextBBS()
3412 Bbs->DeviceType = BBS_TYPE_USB; in DevPathFromTextBBS()
3414 Bbs->DeviceType = BBS_TYPE_EMBEDDED_NETWORK; in DevPathFromTextBBS()
3416 Bbs->DeviceType = (UINT16) Strtoi (TypeStr); in DevPathFromTextBBS()
3419 AsciiStr = Bbs->String; in DevPathFromTextBBS()
[all …]
DDevicePathToText.c1988 BBS_BBS_DEVICE_PATH *Bbs; in DevPathToTextBBS() local
1991 Bbs = DevPath; in DevPathToTextBBS()
1992 switch (Bbs->DeviceType) { in DevPathToTextBBS()
2023 UefiDevicePathLibCatPrint (Str, L"BBS(%s,%a", Type, Bbs->String); in DevPathToTextBBS()
2025 UefiDevicePathLibCatPrint (Str, L"BBS(0x%x,%a", Bbs->DeviceType, Bbs->String); in DevPathToTextBBS()
2033 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.h1252 BBS_BBS_DEVICE_PATH Bbs; member
1308 BBS_BBS_DEVICE_PATH *Bbs; member