Searched refs:mac (Results 126 - 150 of 220) sorted by relevance

123456789

/vbox/src/VBox/Runtime/r0drv/os2/
H A DassertA-r0drv-os2.asm36 %include "iprt/asmdefs.mac"
H A DRTR0Os2DHQueryDOSVar.asm36 %include "iprt/asmdefs.mac"
37 %include "iprt/err.mac"
H A DtimerA-r0drv-os2.asm36 %include "iprt/asmdefs.mac"
37 %include "iprt/err.mac"
/vbox/src/VBox/VMM/VMMRC/
H A DCPUMRCA.asm21 %include "VMMRC.mac"
22 %include "VBox/vmm/vm.mac"
23 %include "VBox/err.mac"
24 %include "VBox/vmm/stam.mac"
25 %include "CPUMInternal.mac"
26 %include "iprt/x86.mac"
27 %include "VBox/vmm/cpum.mac"
/vbox/src/VBox/Disassembler/testcase/
H A DtstDisasm-1A.asm21 %include "iprt/asmdefs.mac"
22 ;%include "VBox/vmm/vm.mac"
23 ;%include "VBox/err.mac"
24 ;%include "VBox/vmm/stam.mac"
25 ;%include "iprt/x86.mac"
/vbox/src/VBox/NetworkServices/NAT/
H A DVBoxNetLwipNAT.cpp451 LogRel(("netif %c%c%d: mac %RTmac\n",
539 RTMAC mac = g_pLwipNat->getMacAddress(); local
540 memcpy(pNetif->hwaddr, &mac, sizeof(RTMAC));
656 RTMAC mac;
657 mac.au8[0] = 0x52;
658 mac.au8[1] = 0x54;
659 mac.au8[2] = 0;
660 mac.au8[3] = 0x12;
661 mac.au8[4] = 0x35;
662 mac
[all...]
/vbox/src/VBox/VMM/testcase/
H A DtstMicroRCA.asm21 %include "VBox/asmdefs.mac"
22 %include "iprt/x86.mac"
23 %include "VBox/vmm/cpum.mac"
24 %include "VBox/err.mac"
25 %include "VBox/vmm/vm.mac"
26 %include "tstMicro.mac"
/vbox/src/VBox/ValidationKit/bootsectors/
H A Dbootsector2-vbinstst-kernel.asm32 %include "bootsector2-first.mac"
51 %include "bootsector2-common-init-code.mac"
52 %include "bootsector2-api.mac"
53 %include "iprt/formats/pe.mac"
54 %include "iprt/formats/mz.mac"
516 %include "bootsector2-common-end.mac"
H A Dbootsector-pae.asm27 %include "iprt/asmdefs.mac"
28 %include "iprt/x86.mac"
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/
H A Dwpa.h480 u8 mac[ETH_ALEN]; member in union:wpa_kde::__anon15756
/vbox/src/VBox/NetworkServices/DHCP/
H A DConfig.h75 void initWithMac(const RTMAC& mac);
76 bool operator== (const RTMAC& mac) const;
229 MACClientMatchCriteria(const RTMAC& mac):m_mac(mac){} argument
/vbox/src/VBox/ValidationKit/utils/cpu/
H A Dxmmsaving-asm.asm28 %include "iprt/asmdefs.mac"
29 %include "VBox/vmm/stam.mac"
/vbox/src/VBox/Runtime/win/amd64/
H A DASMBitFirstClear.asm30 %include "iprt/asmdefs.mac"
H A DASMBitFirstSet.asm30 %include "iprt/asmdefs.mac"
/vbox/src/VBox/VMM/VMMR0/
H A DVMMR0JmpA-x86.asm21 %include "VBox/asmdefs.mac"
22 %include "VMMInternal.mac"
23 %include "VBox/err.mac"
24 %include "VBox/param.mac"
/vbox/src/VBox/Runtime/common/asm/
H A DASMAtomicCmpXchgExU64.asm30 %include "iprt/asmdefs.mac"
H A DASMAtomicCmpXchgU64.asm30 %include "iprt/asmdefs.mac"
H A DASMAtomicCmpXchgU8.asm30 %include "iprt/asmdefs.mac"
H A DASMAtomicUoAndU64.asm30 %include "iprt/asmdefs.mac"
H A DASMAtomicUoOrU64.asm30 %include "iprt/asmdefs.mac"
H A DASMAtomicXchgU64.asm30 %include "iprt/asmdefs.mac"
H A DASMMultU32ByU32DivByU32.asm27 %include "iprt/asmdefs.mac"
H A DASMRdMsrEx.asm30 %include "iprt/asmdefs.mac"
H A DASMWrMsrEx.asm30 %include "iprt/asmdefs.mac"
/vbox/src/VBox/Runtime/common/math/
H A Dfloor.asm27 %include "iprt/asmdefs.mac"

Completed in 76 milliseconds

123456789