Home
last modified time | relevance | path

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

/dragonfly/stand/contrib/edk2/MdePkg/Include/Protocol/
H A DDevicePath.h336 UINT8 SlaveMaster; member
/dragonfly/stand/boot/efi/boot1/
H A Dboot1.c167 (atapi->SlaveMaster == 1) ? "Slave" : "Master", in devpath_node_str()
/dragonfly/lib/libefivar/
H A Defivar-dp-parse.c1140 Atapi->SlaveMaster = 0; in DevPathFromTextAta()
1142 Atapi->SlaveMaster = 1; in DevPathFromTextAta()
1144 Atapi->SlaveMaster = (UINT8) Strtoi (SlaveMasterStr); in DevPathFromTextAta()
H A Defivar-dp-format.c636 (Atapi->SlaveMaster == 1) ? "Slave" : "Master", in DevPathToTextAtapi()