Searched defs:address (Results 51 - 75 of 133) sorted by relevance

123456

/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/
H A Dedd.h79 /** Base address */
155 uint64_t address; member in struct:edd_device_path::__anon15493
H A Dsrp.h500 /** Virtual address */
501 uint64_t address; member in struct:srp_memory_descriptor
/vbox/src/VBox/Devices/PC/ipxe/src/net/
H A Dipv4.c43 * @v address IPv4 address
45 * @v gateway Gateway address (if any)
49 add_ipv4_miniroute ( struct net_device *netdev, struct in_addr address, argument
53 DBGC ( netdev, "IPv4 add %s", inet_ntoa ( address ) );
68 miniroute->address = address;
92 DBGC ( netdev, "IPv4 del %s", inet_ntoa ( miniroute->address ) );
106 * @v dest Final destination address
107 * @ret dest Next hop destination address
572 const struct in_addr *address = net_addr; local
668 struct in_addr address = { 0 }; local
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/
H A D3c90x.c136 * @v address eeprom address to read data from.
141 a3c90x_internal_ReadEeprom(struct nvs_device *nvs, unsigned int address, void *data, size_t len) argument
156 address += (inf_3c90x->is3c556 ? eepromRead_556 : eepromRead);
159 /* send address to NIC */
160 outw(address, inf_3c90x->IOAddr + regEepromCommand_0_w);
174 * @v address eeprom address to read data from.
180 unsigned int address __unused,
650 * a3c90x_hw_start - Initialize hardware, copy MAC address
[all...]
H A Dmyson.h24 /** Buffer start address */
25 uint32_t address; member in struct:myson_descriptor
26 /** Next descriptor address */
62 /** Physical address */
149 /** Descriptor start address register */
158 * @v reg Descriptor base address register
181 * Check if card can access physical address
183 * @v address Physical address
184 * @v address_ok Card can access physical address
[all...]
H A Dsmc9000.c93 // Output the PHY address, msb first
211 // Output the PHY address, msb first
299 . Finds and reports the PHY address
321 // Save the PHY's address
363 // Find the address and type of our phy
552 * (2) compare the ioaddr with the base register's address
578 * so I can access the base address register */
586 /* well, the base address register didn't match. Must not have
606 * against the hardware address, or do some other tests. */
673 /* we have a packet address, s
850 word address; local
[all...]
H A Dintel.h21 /** Buffer address */
22 uint64_t address; member in struct:intel_descriptor
88 /** Offset of MAC address within EEPROM */
192 /** Receive address */
241 /** EEPROM address shift */
H A Drealtek.h28 /** Buffer address */
29 uint64_t address; member in struct:realtek_descriptor
156 /** Word offset of MAC address within EEPROM */
221 /** Descriptor start address register */
232 * @v reg Descriptor start address register
H A Dtlan.c186 u32 address; member in struct:TLanList::__anon15457
261 list->buffer[0].address = virt_to_bus(txb +
264 list->buffer[2].address = 0;
265 list->buffer[9].address = 0;
279 rx_ring[i].buffer[0].address =
282 rx_ring[i].buffer[1].address = 0;
649 tail_list->buffer[1].address = 0;
881 * io_base The IO port base address for the
910 * Parms: io_base The IO port base address for the
967 * io_base The IO port base address fo
[all...]
/vbox/src/VBox/NetworkServices/NAT/
H A DVBoxNetLwipNAT.cpp431 RTNETADDRIPV4 address = g_pLwipNat->getIpv4Address(); local
433 network.u = address.u & netmask.u;
437 memcpy(&LwipIpAddr, &address, sizeof(ip_addr));
442 &LwipIpAddr /* IP address*/,
444 &LwipIpAddr /* gateway address, @todo: is self IP acceptable? */,
488 * proxy address + 1. We only need the low 24 bits, and those are
495 /* last 24 bits of the address */
555 /* IPv6 link-local address in slot 0 */
562 * bytes from the middle of the IPv4 address, e.g. :dead: for
665 RTNETADDRIPV4 address;
[all...]
/vbox/src/VBox/NetworkServices/DHCP/
H A DVBoxNetDHCP.cpp213 RTNETADDRIPV4 address; local
214 address.u = RT_H2N_U32_C(RT_BSWAP_U32_C(RT_MAKE_U32_FROM_U8( 10, 0, 2, 5)));
215 setIpv4Address(address);
457 RTNETADDRIPV4 address = getIpv4Address(); local
460 networkId.u = address.u & netmask.u;
549 RTNETADDRIPV4 address = getIpv4Address(); local
551 RTNETADDRIPV4 networkId = networkid(address, netmask);
580 RTNETADDRIPV4 address = getIpv4Address(); local
584 rc = hostDnsServers(host, networkid(address, netmask), mapIp4Addr2Off, nameservers);
/vbox/src/recompiler/
H A Dcpu-exec.c613 CPU tries to execute code at the magic address.
617 pc contains a magic address. */
883 where NIP != read address on PowerPC */
943 /* 'pc' is the host PC at which the exception was raised. 'address' is
944 the effective address of the memory exception. 'is_write' is 1 if a
947 static inline int handle_cpu_signal(uintptr_t pc, uintptr_t address, argument
957 qemu_printf("qemu: SIGSEGV pc=0x%08lx address=%08lx w=%d oldset=0x%08lx\n",
958 pc, address, is_write, *(unsigned long *)old_set);
961 if (is_write && page_unprotect(h2g(address), pc, puc)) {
966 ret = cpu_handle_mmu_fault(env, address, is_writ
[all...]
/vbox/src/VBox/Debugger/
H A DDBGPlugInDarwin.cpp52 uint32_t address; /**< Where in memory the kext is loaded. */ member in struct:OSX32_kmod_info
72 uint64_t address; /**< Where in memory the kext is loaded. */ member in struct:OSX64_kmod_info
98 /** The address of an kernel version string (there are several).
101 /** Kernel base address.
115 /** Validates a 32-bit darwin kernel address */
117 /** Validates a 64-bit darwin kernel address */
119 /** Validates a 32-bit or 64-bit darwin kernel address. */
169 Log(("dbgDiggerDarwinIDmsg_QueryKernelLog: Invalid address for _msgbufp: %RGv\n", GCPtrMsgBufP));
184 Log(("dbgDiggerDarwinIDmsg_QueryKernelLog: Invalid address for _msgbuf: %RGv\n", GCPtrMsgBufP));
785 uint64_t uImageAddr = f64Bit ? uMod.Info64.address
[all...]
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dsnmp.h70 AsnIPAddress address; member in union:__anon13820::__anon13821
H A Dxcmc.h153 CMC_string address; member in struct:__anon14629
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/interface/pcbios/
H A Dint13.c106 * when the 7.8GB limit of a CHS address is exceeded, it is
385 * @v lba Starting logical block address
996 * @v ds:si Disk address packet
1030 /* Read parameters from disk address structure */
1076 * @v ds:si Disk address packet
1089 * @v ds:si Disk address packet
1102 * @v ds:si Disk address packet
1111 /* Read parameters from disk address structure */
1129 * @v ds:si Disk address packet
1138 /* Read parameters from disk address structur
1224 struct segoff address; local
1892 struct segoff address; local
[all...]
/vbox/src/VBox/GuestHost/OpenGL/state_tracker/
H A Dstate_program.c839 void STATE_APIENTRY crStateTrackMatrixNV(GLenum target, GLuint address, argument
854 if (address & 0x3) {
857 "glTrackMatrixNV(address)");
905 p->TrackMatrix[address / 4] = matrix;
906 p->TrackMatrixTransform[address / 4] = transform;
907 DIRTY(pb->trackMatrix[address/4], g->neg_bitid);
917 void STATE_APIENTRY crStateGetTrackMatrixivNV(GLenum target, GLuint address, argument
930 if ((address & 0x3) || address >= g->limits.maxVertexProgramEnvParams) {
932 "glGetTrackMatrixivNV(address)");
[all...]
/vbox/src/VBox/Frontends/VBoxSDL/
H A DFramebuffer.cpp1424 * Returns the address of the framebuffer bits for writing to.
1429 STDMETHODIMP VBoxSDLFBOverlay::COMGETTER(Address)(ULONG *address) argument
1432 if (!address)
1434 *address = (uintptr_t) mOverlayBits->pixels;
/vbox/src/VBox/Additions/common/crOpenGL/
H A Dfakedri_drv.c201 /* Get aligned start address we're going to patch*/
239 dladdr1(const void *address, Dl_info *dlip, void **info, int flags) argument
254 ret = dladdr(address, dlip);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dsnmp.h74 AsnIPAddress address; member in union:__anon1183::__anon1184
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Djaxws-api.jar ... .lang.String, java.lang.Object) String address Object implementor public abstract void publish (java.lang. ...
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dxf86drm.h189 drmAddress address; /**< Address */ member in struct:_drmBuf
559 drmAddressPtr address);
560 extern int drmUnmap(drmAddress address, drmSize size);
579 unsigned long type, unsigned long *address,
/vbox/src/VBox/Devices/Bus/
H A DDevPCI.cpp135 /** The next I/O port address which the PCI BIOS will use. */
137 /** The next MMIO address which the PCI BIOS will use. */
340 static DECLCALLBACK(uint32_t) pci_default_read_config(PCIDevice *d, uint32_t address, unsigned len) argument
345 val = d->config[address];
348 val = RT_LE2H_U16(*(uint16_t *)(d->config + address));
352 val = RT_LE2H_U32(*(uint32_t *)(d->config + address));
358 static DECLCALLBACK(void) pci_default_write_config(PCIDevice *d, uint32_t address, uint32_t val, unsigned len) argument
364 if (len == 4 && ((address >= 0x10 && address < 0x10 + 4 * 6) ||
365 (address >
[all...]
/vbox/src/VBox/Devices/Graphics/BIOS/
H A Dvgabios.c343 uint16_t nbcols, nbrows, address; local
362 // Compute the address
363 address = SCREEN_MEM_START(nbcols, nbrows, page) + (xcurs + ycurs * nbcols) * 2;
364 *chr_atr = read_word(vga_modes[line].sstart, address);
483 // set read address and switch to read mode
495 // set write address and switch to write mode
548 uint16_t nbcols,nbrows,address,crtc_addr; local
566 // Calculate the address knowing nbcols nbrows and page num
567 address=SCREEN_IO_START(nbcols,nbrows,page)+xcurs+ycurs*nbcols;
572 outb(crtc_addr+1,(address
582 uint16_t nbcols,nbrows,address; local
936 uint16_t address; local
1238 uint16_t nbcols,nbrows,address; local
1295 uint16_t nbcols,nbrows,address; local
1428 uint16_t nbcols,nbrows,address; local
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/infiniband/
H A Dlinda.c1236 /* Parse header to generate address vector */
1883 * @v address Starting address
1889 static int linda_ib_epb_ram_xfer ( struct linda *linda, unsigned int address, argument
1901 assert ( ( address % LINDA_EPB_UC_CHUNK_SIZE ) == 0 );
1911 /* Reset the address for each new chunk */
1912 if ( ( address % LINDA_EPB_UC_CHUNK_SIZE ) == 0 ) {
1922 /* Write the address registers */
1923 address_hi = ( address >> 8 );
1928 address_lo = ( address
1980 uint16_t address; member in struct:linda_serdes_param
[all...]

Completed in 117 milliseconds

123456