Home
last modified time | relevance | path

Searched refs:HwAddressSize (Results 1 – 3 of 3) sorted by relevance

/dragonfly/stand/contrib/edk2/MdePkg/Include/Protocol/
H A DSimpleNetwork.h170 UINT32 HwAddressSize; member
/dragonfly/lib/libefivar/
H A Defivar-dp-format.c1271 UINTN HwAddressSize; in DevPathToTextMacAddr() local
1276 HwAddressSize = sizeof (EFI_MAC_ADDRESS); in DevPathToTextMacAddr()
1278 HwAddressSize = 6; in DevPathToTextMacAddr()
1283 for (Index = 0; Index < HwAddressSize; Index++) { in DevPathToTextMacAddr()
/dragonfly/stand/boot/efi/libefi/
H A Definet.c72 printf("HwAddressSize = %u\n", mode->HwAddressSize); in dump_mode()