Searched refs:mac (Results 176 - 200 of 220) sorted by relevance

123456789

/vbox/src/VBox/Runtime/common/string/
H A Dstrchr.asm27 %include "iprt/asmdefs.mac"
H A Dstrncmp.asm27 %include "iprt/asmdefs.mac"
H A Dstrncpy.asm27 %include "iprt/asmdefs.mac"
/vbox/src/VBox/ValidationKit/utils/cpu/
H A DexceptionsR3-asm.asm31 %include "iprt/asmdefs.mac"
/vbox/src/VBox/Main/include/
H A DHostImpl.h83 static void i_generateMACAddress(Utf8Str &mac);
/vbox/src/VBox/Main/src-server/
H A DNetworkAdapterImpl.cpp1290 Utf8Str mac; local
1291 Host::i_generateMACAddress(mac);
1292 LogFlowThisFunc(("generated MAC: '%s'\n", mac.c_str()));
1293 mData->mMACAddress = mac;
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/igbvf/
H A Digbvf.h307 enum e1000_mac_type mac; member in struct:igbvf_info
H A Digbvf_vf.h161 #define E1000_ADVTXD_MACLEN_SHIFT 9 /* Adv ctxt desc mac len shift */
317 struct e1000_mac_info mac; member in struct:e1000_hw
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/
H A Dvirtio-net.c374 vp_get ( ioaddr, offsetof ( struct virtio_net_config, mac ),
376 DBGC ( virtnet, "VIRTIO-NET %p mac=%s\n", virtnet,
H A Dnatsemi.c371 * @v mac MAC address
373 static void natsemi_pmatch ( struct natsemi_nic *natsemi, const void *mac ) {
374 const uint16_t *pmatch = mac;
H A Dtlan.c84 static void TLan_SetMac(struct nic *nic __unused, int areg, unsigned char *mac);
1301 * mac A pointer to an array of chars. Each
1309 * in mac, then the AREG is filled with 0's.
1313 void TLan_SetMac(struct nic *nic __unused, int areg, unsigned char *mac) argument
1319 if (mac != NULL) {
1322 mac[i]);
/vbox/src/VBox/VMM/VMMR0/
H A DHMR0A.asm21 %include "VBox/asmdefs.mac"
22 %include "VBox/err.mac"
23 %include "VBox/vmm/hm_vmx.mac"
24 %include "VBox/vmm/cpum.mac"
25 %include "VBox/vmm/vm.mac"
26 %include "iprt/x86.mac"
27 %include "HMInternal.mac"
1402 %include "HMR0Mixed.mac"
1613 %include "HMR0Mixed.mac"
H A DVMMR0TripleFaultHackA.asm21 %include "VBox/asmdefs.mac"
/vbox/src/VBox/HostDrivers/Support/win/
H A DSUPR3HardenedMainA-win.asm31 %include "iprt/asmdefs.mac"
/vbox/src/VBox/Devices/PC/ipxe/src/net/
H A Daoe.c811 memcpy ( abft->mac, aoedev->netdev->ll_addr, sizeof ( abft->mac ) );
/vbox/src/VBox/Runtime/common/misc/
H A Dsetjmp.asm27 %include "iprt/asmdefs.mac"
/vbox/src/VBox/VMM/VMMRC/
H A DTRPMRCHandlersA.asm21 %include "VMMRC.mac"
22 %include "iprt/x86.mac"
23 %include "VBox/vmm/cpum.mac"
24 %include "VBox/vmm/stam.mac"
25 %include "VBox/vmm/vm.mac"
26 %include "TRPMInternal.mac"
27 %include "VBox/err.mac"
28 %include "VBox/vmm/trpm.mac"
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/ath/ath5k/
H A Dath5k.h1109 extern int ath5k_eeprom_read_mac(struct ath5k_hw *ah, u8 *mac);
1115 extern void ath5k_hw_get_lladdr(struct ath5k_hw *ah, u8 *mac);
1116 extern int ath5k_hw_set_lladdr(struct ath5k_hw *ah, const u8 *mac);
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/infiniband/
H A Dhermon.c3362 } mac; local
3372 mac.dwords[0] = htonl ( MLX_GET ( &query_port, mac_47_32 ) );
3373 mac.dwords[1] = htonl ( MLX_GET ( &query_port, mac_31_0 ) );
3375 &mac.bytes[ sizeof ( mac.bytes ) - ETH_ALEN ], ETH_ALEN );
3573 * @v mac MAC to fill in
3577 uint8_t *mac ) {
3599 memcpy ( mac, &buf.bytes[ sizeof ( buf.bytes ) - ETH_ALEN ],
3603 hermon, mport, eth_ntoa ( mac ) );
3613 * @v mac MA
[all...]
/vbox/src/VBox/RDP/client-1.8.3/
H A Dconfig.sub1066 mac | mpw | mac-mpw)
1160 -mac*)
1161 os=`echo $os | sed -e 's|mac|macos|'`
/vbox/src/libs/libxml2-2.6.31/
H A Dconfig.sub1152 mac | mpw | mac-mpw)
1250 -mac*)
1251 os=`echo $os | sed -e 's|mac|macos|'`
/vbox/src/VBox/Devices/Network/slirp/bsd/kern/
H A Duipc_mbuf2.c78 #include <security/mac/mac_framework.h>
/vbox/src/VBox/Devices/Network/slirp/
H A Dslirp.h355 int slirp_arp_cache_update_or_add(PNATState pData, uint32_t dst, const uint8_t *mac);
/vbox/tools/bin/
H A Dgen-slickedit-workspace.sh140 *.asm|*.s|*.S|*.inc|*.mac)
277 echo ' <Folder Name="Assembly" Filters="*.asm;*.s;*.S;*.inc;*.mac">' >> "${MY_FILE}"
916 my_generate_project "SUP" "src/VBox/HostDrivers/Support" --begin-incs "include" "src/VBox/HostDrivers/Support" --end-includes "src/VBox/HostDrivers/Support" "include/VBox/sup.h" "include/VBox/sup.mac"
/vbox/src/VBox/Devices/PC/ipxe/src/interface/efi/
H A Defi_snp.c395 * @v mac MAC address
400 EFI_IP_ADDRESS *ip, EFI_MAC_ADDRESS *mac ) {
413 ip, mac ) ) != 0 ) {

Completed in 109 milliseconds

123456789