Home
last modified time | relevance | path

Searched refs:writeBuffer (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/sys/arch/shark/include/
H A Dscrio.h66 int writeBuffer; /* true write, false read */ member
/netbsd-src/sys/arch/acorn32/include/
H A Dscrio.h66 int writeBuffer; /* true write, false read */ member
/netbsd-src/external/gpl3/binutils/dist/gprofng/libcollector/
H A Diolib.c114 static void writeBuffer (Buffer *buf, int blk_off, char *src, int len);
993 writeBuffer (Buffer *buf, int blk_off, char *src, int len) in writeBuffer() function
1067 writeBuffer (&hndl->buffers[indx], foff & (blksz - 1), src, len); in __collector_write_string()
1135 writeBuffer (&hndl->buffers[indx], blk_off, src, blksz - blk_off); in __collector_write_string()
1148 writeBuffer (&hndl->buffers[buf_indices[ibuf]], 0, src, clen); in __collector_write_string()
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/libcollector/
H A Diolib.c114 static void writeBuffer (Buffer *buf, int blk_off, char *src, int len);
993 writeBuffer (Buffer *buf, int blk_off, char *src, int len) in writeBuffer() function
1067 writeBuffer (&hndl->buffers[indx], foff & (blksz - 1), src, len); in __collector_write_string()
1135 writeBuffer (&hndl->buffers[indx], blk_off, src, blksz - blk_off); in __collector_write_string()
1148 writeBuffer (&hndl->buffers[buf_indices[ibuf]], 0, src, clen); in __collector_write_string()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
H A DInstrProfWriter.h80 std::unique_ptr<MemoryBuffer> writeBuffer();
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp394 std::unique_ptr<MemoryBuffer> InstrProfWriter::writeBuffer() { in writeBuffer() function in InstrProfWriter
/netbsd-src/sys/arch/shark/shark/
H A Dscr.c1267 if (sc->pIoctlT0->writeBuffer) in scrioctl()
/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.c45614 char writeBuffer[PROXY_MAXCONCHLEN];
45617 writeBuffer[0] = (char)PROXY_CONCHVERSION;
45618 memcpy(&writeBuffer[PROXY_HEADERLEN], myHostID, PROXY_HOSTIDLEN);
45620 strlcpy(&writeBuffer[PROXY_PATHINDEX], pCtx->lockProxyPath,
45623 strlcpy(&writeBuffer[PROXY_PATHINDEX], tempLockPath, MAXPATHLEN);
45625 writeSize = PROXY_PATHINDEX + strlen(&writeBuffer[PROXY_PATHINDEX]);
45627 rc = unixWrite((sqlite3_file *)conchFile, writeBuffer, writeSize, 0);