Searched refs:SlaveMaster (Results 1 - 5 of 5) sorted by relevance

/freebsd-current/sys/contrib/edk2/Include/Protocol/
H A DDevicePath.h337 UINT8 SlaveMaster; member in struct:__anon9405
/freebsd-current/stand/efi/include/
H A Defidevp.h169 UINT8 SlaveMaster; member in struct:_ATAPI_DEVICE_PATH
/freebsd-current/stand/efi/libefi/
H A Ddevpath.c258 ((ATAPI_DEVICE_PATH *)node)->SlaveMaster == 1 ?
/freebsd-current/lib/libefivar/
H A Defivar-dp-parse.c1153 Atapi->SlaveMaster = 0;
1155 Atapi->SlaveMaster = 1;
1157 Atapi->SlaveMaster = (UINT8)Strtoi (SlaveMasterStr);
H A Defivar-dp-format.c667 (Atapi->SlaveMaster == 1) ? "Slave" : "Master",

Completed in 189 milliseconds