HomeSort by: relevance | last modified time | path
    Searched refs:writer (Results 1 - 9 of 9) sorted by relevancy

  /src/sys/arch/luna68k/dev/
psgpam_enc.c 109 #define ENCODER_DEFINE(enc, TT, table, writer) \
119 writer(table); \
123 #define ENCODER_D_DEFINE(enc, TT, table, writer) \
134 writer(table); \
  /src/tests/lib/libc/membar/
t_seqlock.c 67 writer(void *cookie) function in typeref:typename:void *
151 void *(*start[2])(void *) = { &reader, &writer };
  /src/common/dist/zlib/contrib/dotzlib/DotZLib/
UnitTests.cs 252 BinaryWriter writer = new BinaryWriter(gzOut);
253 writer.Write("hi there");
254 writer.Write(Math.PI);
255 writer.Write(42);
  /src/usr.bin/mklocale/
mklocaledb.c 227 mklocaledb(const char *type, FILE *reader, FILE *writer)
240 _DIAGASSERT(writer != NULL);
278 fwrite(serialized, size, 1, writer);
  /src/lib/librumpuser/
rumpuser_pth.c 272 struct lwp *writer; member in struct:rumpuser_rw
280 return rw->writer == rumpuser_curlwp() && rw->readers == (unsigned)-1;
312 rw->writer = rumpuser_curlwp();
323 rw->writer = NULL;
367 rw->writer = NULL;
  /src/usr.bin/rlogin/
rlogin.c 122 static void writer(void);
339 writer();
425 * writer: write to remote: 0 -> line.
431 writer(void) function in typeref:typename:void
  /src/sys/external/bsd/compiler_rt/dist/lib/profile/
InstrProfData.inc 12 * compiler (instrumentation), and host tools (reader/writer). The entities
321 * represent profile data in host tools (reader, writer, and profile-use)
327 * writer to share the same format and code with indexed profile writer.
  /src/common/dist/zlib/contrib/ada/
zlib-streams.adb 24 -- We should flush the data written by the writer.
28 Close (Stream.Writer);
82 Init_Filter (Stream.Writer, Back_Compressed);
109 Flush (Stream.Writer, Buffer, Last, Mode);
123 return Is_Open (Stream.Reader) or else Is_Open (Stream.Writer);
204 Write (Stream.Writer, Item, No_Flush);
213 return Total_In (Stream.Writer);
222 return Total_Out (Stream.Writer);
  /src/sys/dev/nvmm/
nvmm.c 164 struct nvmm_machine **ret, bool writer)
167 krw_t op = writer ? RW_WRITER : RW_READER;

Completed in 20 milliseconds