Home
last modified time | relevance | path

Searched refs:IfType (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/sys/external/bsd/gnu-efi/dist/lib/
H A Ddpath.c710 HwAddressSize -= sizeof( MAC-> IfType ) ; in _DevPathMacAddr()
711 if (MAC->IfType == 0x01 || MAC->IfType == 0x00) { in _DevPathMacAddr()
720 if ( MAC-> IfType != 0 ) { in _DevPathMacAddr()
721 CatPrint(Str, L",%d" , MAC-> IfType ) ; in _DevPathMacAddr()
/netbsd-src/sys/external/bsd/gnu-efi/dist/inc/
H A Definet.h159 UINT8 IfType; member
H A Defidevp.h275 UINT8 IfType; member
/netbsd-src/sys/arch/ia64/stand/efi/libefi/
H A Definet.c93 printf("IfType = %u\n", mode->IfType); in dump_mode()
/netbsd-src/sys/arch/i386/stand/efiboot/
H A Definet.c112 printf("IfType = %u\n", mode->IfType); in dump_mode()
/netbsd-src/sys/stand/efiboot/
H A Definet.c112 printf("IfType = %u\n", mode->IfType); in dump_mode()
/netbsd-src/external/mit/libuv/dist/src/win/
H A Dutil.c984 (adapter->IfType == IF_TYPE_SOFTWARE_LOOPBACK); in uv_interface_addresses()