Searched defs:address (Results 76 - 100 of 133) sorted by relevance

123456

/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIFrameBuffer.cpp106 /** Returns frame-buffer data address. */
107 uchar *address() { return m_image.bits(); } function in class:UIFrameBufferPrivate
1604 uchar* UIFrameBuffer::address() function in class:UIFrameBuffer
1606 return m_pFrameBuffer->address();
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/ath/ath9k/
H A Dath9k_ar9003_eeprom.c3053 static int ar9300_eeprom_read_byte(struct ath_common *common, int address, argument
3058 if (!ath9k_hw_nvram_read(common, address / 2, &val))
3061 *buffer = (val >> (8 * (address % 2))) & 0xff;
3065 static int ar9300_eeprom_read_word(struct ath_common *common, int address, argument
3070 if (!ath9k_hw_nvram_read(common, address / 2, &val))
3079 static int ar9300_read_eeprom(struct ath_hw *ah, int address, u8 *buffer, argument
3085 if ((address < 0) || ((address + count) / 2 > AR9300_EEPROM_SIZE - 1)) {
3087 "eeprom address not in range\n");
3093 * word stream, an even address mean
3135 ar9300_read_otp(struct ath_hw *ah, int address, u8 *buffer, int count) argument
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/
H A Dvmxnet3.h45 /** "PT" PCI BAR address */
63 /** "VD" PCI BAR address */
144 /** Driver-private data address */
146 /** Queue descriptors data address */
188 /** Multicast filter table address */
207 uint64_t address; member in struct:vmxnet3_variable_config
243 uint64_t address; member in struct:vmxnet3_tx_desc
279 /** Descriptor ring address */
281 /** Data ring address */
283 /** Completion ring address */
312 uint64_t address; member in struct:vmxnet3_rx_desc
[all...]
/vbox/src/VBox/NetworkServices/DHCP/
H A DConfig.cpp430 /* DHCPDISCOVER MAY contain request address */
456 RTNETADDRIPV4 address; local
457 address.u = RT_H2N_U32(u32);
458 if (!isAddressTaken(address))
462 l.setAddress(address);
463 m->m_allocations.insert(MapLease2Ip4AddressPair(l, address));
574 const RTNETADDRIPV4& address,
584 return new HostConfigEntity(address, strname, pCfg, criteria);
587 int ConfigurationManager::addToAddressList(uint8_t u8OptId, RTNETADDRIPV4& address) argument
592 m->m_nameservers.push_back(address);
573 addHost(NetworkConfigEntity* pCfg, const RTNETADDRIPV4& address, ClientMatchCriteria *criteria) argument
782 RTNETADDRIPV4 address = l.getAddress(); local
823 RTNETADDRIPV4 address; local
1378 setAddress(RTNETADDRIPV4 address) argument
1459 const xml::ElementNode *address = node->findChildElement(tagXMLLeaseAddress.c_str()); local
[all...]
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/hw/xfree86/os-support/
H A Dxf86drm.h169 drmAddress address; /* Address */ member in struct:_drmBuf
528 drmAddressPtr address);
529 extern int drmUnmap(drmAddress address, drmSize size);
548 unsigned long type, unsigned long *address,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
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/Additions/x11/x11include/libdrm-2.4.13/
H A Dxf86drm.h208 drmAddress address; /**< Address */ member in struct:_drmBuf
583 drmAddressPtr address);
584 extern int drmUnmap(drmAddress address, drmSize size);
603 unsigned long type, unsigned long *address,
H A Ddrm.h275 unsigned long offset; /**< Requested physical address (0 for SAREA)*/
280 /**< Kernel-space: kernel-virtual address */
400 * Start address of where the AGP buffers are
430 void __user *address; /**< Address of buffer */ member in struct:drm_buf_pub
621 unsigned long aperture_base; /**< physical address */
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dxcmc.h153 CMC_string address; member in struct:__anon1934
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Enquire/
H A DEnquire.c751 Void address(int sig) function
752 { /* what to do on an address error */
753 signal(sig, address);
1055 signal(SIGBUS, address);
1058 signal(SIGSEGV, address);
/vbox/src/VBox/Main/src-client/
H A DDisplayImpl.cpp591 * @param qemuConsoleData address of common console data structure
1845 pData->aParms[0].u.pointer.size = 0; /* <- means null rects, NULL pRects address and 0 rects means "disable" */
2004 BYTE *address, ULONG width, ULONG height)
2013 if (Display::i_displayCheckTakeScreenshotCrOgl(pDisplay, aScreenId, (uint8_t*)address, width, height))
2039 memcpy(address, pu8Data, cbData);
2046 uint8_t *dst = address;
2186 LogRelFlowFunc(("[%d] address=%p, width=%d, height=%d, format 0x%08X\n",
2367 int Display::i_drawToScreenEMT(Display *pDisplay, ULONG aScreenId, BYTE *address, argument
2376 rc = pDisplay->mpDrv->pUpPort->pfnDisplayBlt(pDisplay->mpDrv->pUpPort, address, x, y, width, height);
2381 const uint8_t *pu8Src = address;
2003 i_displayTakeScreenshot(PUVM pUVM, Display *pDisplay, struct DRVMAINDISPLAY *pDrv, ULONG aScreenId, BYTE *address, ULONG width, ULONG height) argument
[all...]
H A DConsoleVRDPServer.cpp590 com::Utf8Str address = bstr; local
592 size_t cbAddress = address.length() + 1;
596 /* More than 64K seems to be an invalid address. */
603 memcpy(pvBuffer, address.c_str(), cbAddress);
/vbox/src/VBox/Main/src-server/
H A DHostImpl.cpp520 * @param drives address of result pointer
544 * @param drives address of result pointer
611 * @param drives address of result pointer
882 * @param count address of result variable
897 * @param count address of result variable
911 * @param count address of result variable
925 * @param count address of result variable
940 * @param speed address of result variable, speed is 0 if unknown or aCpuId is invalid.
956 * @param description address of result variable, empty string if not known or aCpuId is invalid.
978 * @param address o
1602 Bstr address; local
[all...]
/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageInfo.cpp1749 Bstr address; local
1750 vrdeServer->GetVRDEProperty(Bstr("TCP/Address").raw(), address.asOutParam());
1803 RTPrintf("vrdeaddress=\"%ls\"\n", address.raw());
1813 if (address.isEmpty())
1814 address = "0.0.0.0";
1815 RTPrintf("VRDE: enabled (Address %ls, Ports %ls, MultiConn: %s, ReuseSingleConn: %s, Authentication type: %s)\n", address.raw(), ports.raw(), fMultiCon ? "on" : "off", fReuseCon ? "on" : "off", strAuthType);
/vbox/src/VBox/Frontends/VirtualBox/src/
H A DVBoxFBOverlay.h321 uchar * address(){ return mAddress; } function in class:VBoxVHWATexture
821 uchar * address() { return mAddress; } function in class:VBoxVHWASurfaceBase
1347 mPixelFormat(pFb->pixelFormat()), mVRAM(pFb->address()), mBitsPerPixel(pFb->bitsPerPixel()),
/vbox/src/VBox/Additions/solaris/DRM/include/
H A Ddrm.h375 unsigned long long offset; /**< Requested physical address (0 for SAREA)*/
378 /**< Kernel-space: kernel-virtual address */
502 * Start address of where the AGP buffers are
532 void __user *address; /**< Address of buffer */ member in struct:drm_buf_pub
711 unsigned long aperture_base; /**< physical address */
H A DdrmP.h339 void *address; /* Address of buffer */ member in struct:drm_buf
340 unsigned long bus_address; /* Bus address of buffer */
428 unsigned long bound; /* address */
475 unsigned long offset; /* Physical address (0 for SAREA) */
480 /* Kernel-space: kernel-virtual address */
485 caddr_t dev_addr; /* base device address */
/vbox/src/recompiler/
H A Dexec.c216 /* This is a multi-level map on the virtual address space.
227 /* This is a multi-level map on the physical address space.
817 static void tb_invalidate_check(target_ulong address) argument
821 address &= TARGET_PAGE_MASK;
824 if (!(address + TARGET_PAGE_SIZE <= tb->pc ||
825 address >= tb->pc + tb->size)) {
826 printf("ERROR invalidate: address=" TARGET_FMT_lx
828 address, (long)tb->pc, tb->size);
2245 address comparisons below. */
2379 /* Add a new TLB entry. At most one entry for a given virtual address
2389 target_ulong address; local
2659 page_get_flags(target_ulong address) argument
2762 page_unprotect(target_ulong address, uintptr_t pc, void *puc) argument
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Dxf86str.h407 unsigned long BiosBase; /* Base address of video BIOS */
408 unsigned long MemBase; /* Frame buffer base address */
622 unsigned char *address; /* server's mapped framebuffer */ member in struct:__anon6974
752 unsigned long biosBase; /* Base address of video BIOS */
753 unsigned long memPhysBase; /* Physical address of FB */
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Dxf86str.h406 unsigned long BiosBase; /* Base address of video BIOS */
407 unsigned long MemBase; /* Frame buffer base address */
621 unsigned char *address; /* server's mapped framebuffer */ member in struct:__anon7285
751 unsigned long biosBase; /* Base address of video BIOS */
752 unsigned long memPhysBase; /* Physical address of FB */
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Dxf86str.h409 unsigned long BiosBase; /* Base address of video BIOS */
410 unsigned long MemBase; /* Frame buffer base address */
637 unsigned char *address; /* server's mapped framebuffer */ member in struct:__anon8966
768 unsigned long biosBase; /* Base address of video BIOS */
769 unsigned long memPhysBase; /* Physical address of FB */
771 IOADDRESS domainIOBase; /* Domain I/O base address */
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Dxf86str.h396 unsigned long BiosBase; /* Base address of video BIOS */
397 unsigned long MemBase; /* Frame buffer base address */
624 unsigned char *address; /* server's mapped framebuffer */ member in struct:__anon9283
755 unsigned long biosBase; /* Base address of video BIOS */
756 unsigned long memPhysBase; /* Physical address of FB */
758 IOADDRESS domainIOBase; /* Domain I/O base address */
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Dxf86str.h394 unsigned long BiosBase; /* Base address of video BIOS */
395 unsigned long MemBase; /* Frame buffer base address */
623 unsigned char *address; /* server's mapped framebuffer */ member in struct:__anon9604
754 unsigned long biosBase; /* Base address of video BIOS */
755 unsigned long memPhysBase; /* Physical address of FB */
757 IOADDRESS domainIOBase; /* Domain I/O base address */
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Dxf86str.h394 unsigned long BiosBase; /* Base address of video BIOS */
395 unsigned long MemBase; /* Frame buffer base address */
610 unsigned char *address; /* server's mapped framebuffer */ member in struct:__anon5127
742 unsigned long biosBase; /* Base address of video BIOS */
743 unsigned long memPhysBase; /* Physical address of FB */
745 IOADDRESS domainIOBase; /* Domain I/O base address */
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Dxf86str.h394 unsigned long BiosBase; /* Base address of video BIOS */
395 unsigned long MemBase; /* Frame buffer base address */
610 unsigned char *address; /* server's mapped framebuffer */ member in struct:__anon5439
742 unsigned long biosBase; /* Base address of video BIOS */
743 unsigned long memPhysBase; /* Physical address of FB */
745 IOADDRESS domainIOBase; /* Domain I/O base address */

Completed in 159 milliseconds

123456