Searched defs:off (Results 176 - 200 of 291) sorted by relevance

1234567891011>>

/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Ddmxinputinit.h208 dmxOffProcPtr off; /**< Turn device off */ member in struct:_DMXLocalInputInfo
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Ddmxinputinit.h208 dmxOffProcPtr off; /**< Turn device off */ member in struct:_DMXLocalInputInfo
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Ddmxinputinit.h208 dmxOffProcPtr off; /**< Turn device off */ member in struct:_DMXLocalInputInfo
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Ddmxinputinit.h208 dmxOffProcPtr off; /**< Turn device off */ member in struct:_DMXLocalInputInfo
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Ddmxinputinit.h208 dmxOffProcPtr off; /**< Turn device off */ member in struct:_DMXLocalInputInfo
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A Ddmxinputinit.h208 dmxOffProcPtr off; /**< Turn device off */ member in struct:_DMXLocalInputInfo
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A Ddmxinputinit.h205 dmxOffProcPtr off; /**< Turn device off */ member in struct:_DMXLocalInputInfo
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A Ddmxinputinit.h205 dmxOffProcPtr off; /**< Turn device off */ member in struct:_DMXLocalInputInfo
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A Ddmxinputinit.h205 dmxOffProcPtr off; /**< Turn device off */ member in struct:_DMXLocalInputInfo
/vbox/src/VBox/Debugger/
H A DDBGPlugInDarwin.cpp92 * (For fending off illegal interface method calls.) */
388 size_t off = 0; local
389 while (off < cbName && (ch = pszName[off]))
393 off++;
397 if (off == 0 || off == cbName)
401 while (off < cbName)
403 if (pszName[off])
405 off
[all...]
/vbox/src/VBox/Devices/BiosCommonCode/
H A DMakeAlternativeSource.cpp633 RTINTPTR off = 0; local
634 int rc = RTDbgModSymbolByAddr(g_hMapMod, RTDBGSEGIDX_RVA, uFlatAddr, RTDBGSYMADDR_FLAGS_GREATER_OR_EQUAL, &off, pSym);
638 if (off <= 0)
640 *poff = (uint32_t)-off;
644 outputPrintf(" ; !! RTDbgModSymbolByAddr(,,%#x,,) -> off=%RTptr cb=%RTptr uValue=%RTptr '%s'\n",
645 uFlatAddr, off, pSym->cb, pSym->Value, pSym->szName);
693 outputPrintf(" ; disGetNextSymbol %#x LB %#x -> off=%#x cb=%RTptr uValue=%RTptr '%s'\n",
712 uint32_t off; local
714 disGetNextSymbol(uFlatAddr, cb, &off, &Sym);
716 if (off >
760 uint32_t off; local
1074 uint32_t off; local
1247 uint32_t off = 1; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxFsDxe/
H A Dfsw_hfs.c108 fsw_u32 off,
127 fsw_memcpy(buf, buffer + off, len);
152 fsw_u32 off = (fsw_u32)(pos & block_size_mask); local
160 status = fsw_hfs_read_block(dno, log_bno, off, next_len, buf);
106 fsw_hfs_read_block(struct fsw_hfs_dnode * dno, fsw_u32 log_bno, fsw_u32 off, fsw_s32 len, fsw_u8 * buf) argument
/vbox/src/VBox/Devices/Graphics/HGSMI/
H A DHGSMIHost.cpp1201 HGSMIOFFSET off = pIns->pHGFlags ? HGSMIPointerToOffset(&pIns->area, (const HGSMIBUFFERHEADER *)pIns->pHGFlags) : HGSMIOFFSET_VOID; local
1202 SSMR3PutU32 (pSSM, off);
1204 off = pIns->hostHeap.u32HeapType == HGSMI_HEAP_TYPE_MA?
1207 rc = SSMR3PutU32 (pSSM, off);
1208 if(off != HGSMIOFFSET_VOID)
1249 HGSMIOFFSET off; local
1258 rc = SSMR3GetU32(pSSM, &off);
1260 pIns->pHGFlags = (off != HGSMIOFFSET_VOID) ? (HGSMIHOSTFLAGS*)HGSMIOffsetToPointer (&pIns->area, off) : NULL;
1263 rc = SSMR3GetU32(pSSM, &off);
[all...]
/vbox/src/VBox/Devices/Network/
H A DSrvIntNetR0.cpp486 * @param off Where to start writing (offset into the SG).
490 static bool intnetR0SgWritePartSlow(PCINTNETSG pSG, uint32_t off, uint32_t cb, void const *pvBuf) argument
492 if (RT_UNLIKELY(off + cb > pSG->cbTotal))
496 * Skip ahead to the segment where off starts.
500 while (off > pSG->aSegs[iSeg].cb)
502 off -= pSG->aSegs[iSeg++].cb;
509 uint32_t cbCanCopy = pSG->aSegs[iSeg].cb - off;
511 memcpy((uint8_t *)pSG->aSegs[iSeg].pv + off, pvBuf, cb);
515 memcpy((uint8_t *)pSG->aSegs[iSeg].pv + off, pvBuf, cbCanCopy);
541 * @param off Wher
[all...]
/vbox/src/VBox/Devices/Network/lwip-new/src/api/
H A Dsockets.c638 int off = 0; local
657 if (off > 0) {
659 netconn_recved(sock->conn, (u32_t)off);
662 return off;
680 if (off > 0) {
682 netconn_recved(sock->conn, (u32_t)off);
685 return off;
707 LWIP_DEBUGF(SOCKETS_DEBUG, ("lwip_recvfrom: buflen=%"U16_F" len=%"SZT_F" off=%d sock->lastoffset=%"U16_F"\n",
708 buflen, len, off, sock->lastoffset));
720 pbuf_copy_partial(p, (u8_t*)mem + off, copyle local
[all...]
/vbox/src/VBox/Devices/Network/slirp/bsd/kern/
H A Duipc_mbuf.c598 int off = off0; local
602 KASSERT(off >= 0, ("m_copym, negative off %d", off));
605 if (off == 0 && m->m_flags & M_PKTHDR)
607 while (off > 0) {
609 if (off < m->m_len)
611 off -= m->m_len;
638 n->m_len = min(len, m->m_len - off);
640 n->m_data = m->m_data + off;
685 m_copymdata(struct mbuf *m, struct mbuf *n, int off, int len, int prep, int how) argument
904 m_copydata(const struct mbuf *m, int off, int len, caddr_t cp) argument
1367 m_devget(char *buf, int totlen, int off, struct ifnet *ifp, void (*copy)(char *from, caddr_t to, u_int len)) argument
1435 m_copyback(struct mbuf *m0, int off, int len, c_caddr_t cp) argument
1553 m_apply(struct mbuf *m, int off, int len, int (*f)(void *, void *, u_int), void *arg) argument
1585 m_getptr(struct mbuf *m, int loc, int *off) argument
2063 int len, off; local
[all...]
/vbox/src/VBox/Devices/Network/testcase/
H A DtstIntNetR0.cpp345 int32_t off = pHdr->iFrame - (iFrame + 1); local
346 if (off)
348 if (off > 0)
351 RTTestFailed(g_hTest, "receiver thread %.6Rhxs: iFrame=%#x *puFrame=%#x off=%d\n",
352 &pArgs->Mac, iFrame, pHdr->iFrame, off);
354 cLostFrames += off;
359 RTTestFailed(g_hTest, "receiver thread %.6Rhxs: iFrame=%#x *puFrame=%#x off=%d\n",
360 &pArgs->Mac, iFrame, pHdr->iFrame, off);
/vbox/src/VBox/Devices/PC/
H A DDevDMA.cpp669 void *pvBuffer, uint32_t off, uint32_t cbBlock)
677 LogFlow(("dmaReadMemory: pThis=%p uChannel=%u pvBuffer=%p off=%u cbBlock=%u\n", pThis, uChannel, pvBuffer, off, cbBlock));
688 PDMDevHlpPhysRead(pThis->pDevIns, addr - off - cbBlock, pvBuffer, cbBlock);
695 PDMDevHlpPhysRead(pThis->pDevIns, addr + off, pvBuffer, cbBlock);
705 const void *pvBuffer, uint32_t off, uint32_t cbBlock)
713 LogFlow(("dmaWriteMemory: pThis=%p uChannel=%u pvBuffer=%p off=%u cbBlock=%u\n", pThis, uChannel, pvBuffer, off, cbBlock));
737 PDMDevHlpPhysWrite(pThis->pDevIns, addr - off - cbBlock, pvBuffer, cbBlock);
740 PDMDevHlpPhysWrite(pThis->pDevIns, addr + off, pvBuffe
668 dmaReadMemory(PPDMDEVINS pDevIns, unsigned uChannel, void *pvBuffer, uint32_t off, uint32_t cbBlock) argument
704 dmaWriteMemory(PPDMDEVINS pDevIns, unsigned uChannel, const void *pvBuffer, uint32_t off, uint32_t cbBlock) argument
[all...]
H A DDevPcBios.cpp336 static void pcbiosCmosWrite(PPDMDEVINS pDevIns, int off, uint32_t u32Val) argument
338 Assert(off < 256);
341 int rc = PDMDevHlpCMOSWrite(pDevIns, off, u32Val);
350 static uint8_t pcbiosCmosRead(PPDMDEVINS pDevIns, int off)
354 Assert(off < 256);
356 int rc = PDMDevHlpCMOSRead(pDevIns, off, &u8val);
569 and below 4GB (as it can only hold 4GB+16M). We have to chop off the
/vbox/src/VBox/Main/src-client/
H A DConsoleImplTeleporter.cpp264 for (size_t off = 0; pszMsgText[off]; off++)
265 if (pszMsgText[off] == '\r')
266 pszMsgText[off] = '\n';
745 * teleporterSrcThreadWrapper will do the automatic power off because it
1026 * @param pfPowerOffOnFailure Whether the caller should power off
1121 /* Power off the VM on failure unless the state callback
1231 for (size_t off = 6; off
1271 unsigned off = 0; local
[all...]
/vbox/src/VBox/Main/src-server/
H A DApplianceImplIO.cpp170 static DECLCALLBACK(int) notImpl_WriteSync(void *pvUser, void *pvStorage, uint64_t off, const void *pvBuf, argument
173 NOREF(pvUser); NOREF(pvStorage); NOREF(off); NOREF(pvBuf); NOREF(cbWrite); NOREF(pcbWritten);
617 static DECLCALLBACK(int) fssRdOnly_ReadSync(void *pvUser, void *pvStorage, uint64_t off, void *pvBuf, argument
626 return RTVfsIoStrmReadAt(pFile->hVfsIos, off, pvBuf, cbToRead, true /*fBlocking*/, pcbRead);
H A DNATNetworkImpl.cpp144 settings::NATHostLoopbackOffset off; local
145 off.strLoopbackHostAddress = "127.0.0.1";
146 off.u32Offset = (uint32_t)2;
147 m->maNATLoopbackOffsetList.push_back(off);
548 settings::NATHostLoopbackOffset off;
549 off.strLoopbackHostAddress = aHostId;
550 off.u32Offset = (uint32_t)aOffset;
551 m->maNATLoopbackOffsetList.push_back(off);
859 uint32_t off; local
860 for (off
[all...]
/vbox/src/VBox/HostDrivers/Support/
H A DSUPDrvTracer.cpp194 size_t off = 0; local
195 while (off < _4K)
197 char const ch = psz[off++];
211 /*RTAssertMsg2("off=%u '%s'\n", off, psz);*/
260 uint32_t off; member in struct:VTGAREAS
266 uint32_t off; local
290 #define MY_VALIDATE_OFF(off, cb, cMin, cMax, cbUnit, cbAlign, rcBase) \
293 || off > cbVtgObj - (cb) ) \
295 SUPR0Printf("supdrvVtgValidateHdr: " #rcBase "_OFF - off
[all...]
H A DSUPR3HardenedMain.cpp399 size_t off; member in struct:SUPLIBHARDENEDOUTPUTBUF
410 size_t cbSpace = sizeof(pBuf->szBuf) - pBuf->off - 1;
414 || (cbTodo == 0 && pBuf->off))
416 suplibHardenedPrintStrN(pBuf->szBuf, pBuf->off);
421 pBuf->off = 0;
428 pBuf->szBuf[pBuf->off++] = *pachChars;
433 memcpy(&pBuf->szBuf[pBuf->off], pachChars, cbTodo);
434 pBuf->off += cbTodo;
437 memcpy(&pBuf->szBuf[pBuf->off], pachChars, cbSpace);
438 pBuf->off
[all...]
/vbox/src/VBox/Devices/Storage/
H A DDrvDiskIntegrity.cpp68 uint64_t off; member in struct:DRVDISKAIOREQ
97 uint64_t off; member in struct:IOLOGENT
212 * @param off Start offset.
218 static PDRVDISKAIOREQ drvdiskintIoReqAlloc(DRVDISKAIOTXDIR enmTxDir, uint64_t off, PCRTSGSEG paSeg, argument
226 pIoReq->off = off;
292 * @param off Start offset.
296 uint64_t off, size_t cbWrite)
300 LogFlowFunc(("pThis=%#p paSeg=%#p cSeg=%u off=%llx cbWrite=%u\n",
301 pThis, paSeg, cSeg, off, cbWrit
295 drvdiskintWriteRecord(PDRVDISKINTEGRITY pThis, PCRTSGSEG paSeg, unsigned cSeg, uint64_t off, size_t cbWrite) argument
412 drvdiskintReadVerify(PDRVDISKINTEGRITY pThis, PCRTSGSEG paSeg, unsigned cSeg, uint64_t off, size_t cbRead) argument
757 drvdiskintRead(PPDMIMEDIA pInterface, uint64_t off, void *pvBuf, size_t cbRead) argument
802 drvdiskintWrite(PPDMIMEDIA pInterface, uint64_t off, const void *pvBuf, size_t cbWrite) argument
1483 uint64_t off = 0; local
[all...]

Completed in 213 milliseconds

1234567891011>>