HomeSort by: relevance | last modified time | path
    Searched refs:Write (Results 1 - 25 of 39) sorted by relevancy

1 2

  /src/sys/external/bsd/compiler_rt/dist/test/profile/
instrprof-without-libc.c 31 int Write = __llvm_profile_write_buffer(Buffer);
33 return Write;
36 // Don't write it out. Since we're checking the symbols, we don't have libc
40 // Actually write it out so we can FileCheck the output.
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/rtl/
tsan_test_util.h 78 void Write(const MemLoc &ml, int size, bool expect_race = false) {
90 Write(ml, 1, expect_race); }
92 Write(ml, 2, expect_race); }
94 Write(ml, 4, expect_race); }
96 Write(ml, 8, expect_race); }
  /src/games/sail/
sync.c 139 static void Write(int, struct ship *, long, long, long, long);
286 Write(int type, struct ship *ship, long a, long b, long c, long d)
488 Write(W_CAPTURED, ship, a, 0, 0, 0);
494 Write(W_CLASS, ship, a, 0, 0, 0);
500 Write(W_CREW, ship, a, b, c, 0);
506 Write(W_DBP, ship, a, b, c, d);
512 Write(W_DRIFT, ship, a, 0, 0, 0);
518 Write(W_EXPLODE, ship, a, 0, 0, 0);
524 Write(W_FOUL, ship, a, 0, 0, 0);
530 Write(W_GUNL, ship, a, b, 0, 0)
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/unit/
tsan_mutex_test.cc 31 void Write() {
77 data->Write();
88 data->Write();
96 TEST(Mutex, Write) {
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
sanitizer_mutex_test.cc 33 void Write() {
81 data->Write();
  /src/sys/external/bsd/gnu-efi/dist/lib/
hw.c 98 Status = uefi_call_wrapper(GlobalIoFncs->Io.Write, 5, GlobalIoFncs, Width, (UINT64)Port, 1, &Data);
128 Status = uefi_call_wrapper(GlobalIoFncs->Pci.Write, 5, GlobalIoFncs, Width, (UINT64)Address, 1, &Data);
  /src/sys/dev/ppbus/
ppbus_1284.h 43 #define Write STROBE
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_file.h 27 void Write(const char *buffer, uptr length);
sanitizer_file.cc 34 report_file.Write(buffer, internal_strlen(buffer));
sanitizer_rtems.cc 223 uptr res = write(fd, buff, buff_size);
264 void ReportFile::Write(const char *buffer, uptr length) {
267 "ReportFile::Write() can't output requested buffer!\n";
269 if (length != write(fd, buffer, length)) {
270 write(fd, kWriteError, internal_strlen(kWriteError));
sanitizer_posix.cc 275 void ReportFile::Write(const char *buffer, uptr length) {
  /src/sys/external/bsd/gnu-efi/dist/inc/
efiser.h 128 EFI_SERIAL_WRITE Write;
efipciio.h 81 EFI_PCI_IO_PROTOCOL_IO_MEM Write;
86 EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL_IO_MEM Write;
108 EFI_PCI_IO_PROTOCOL_CONFIG Write;
  /src/common/dist/zlib/contrib/dotzlib/DotZLib/
UnitTests.cs 253 writer.Write("hi there");
254 writer.Write(Math.PI);
255 writer.Write(42);
GZipStream.cs 199 public override void Write(byte[] buffer, int offset, int count)
  /src/sys/external/bsd/gnu-efi/dist/inc/protocol/
efidbg.h 158 EFI_DEBUGPORT_IO_WRITE Write;
  /src/sys/arch/mac68k/obio/
iwm.s 295 * 3 - 0 = Disk is write protected
352 moveq #writeProtected,%d0 | Disk is write protected?
485 * This MUST be called immediately before an actual read/write access.
954 * iwmWriteSector -- encode and write data to the specified sector.
1014 * If the buffer is dirty ("valid"), write it to disk. If not,
1039 * Write sync pattern and sector data lead-in 'D5 AA'. The
1045 * access q6H & write first byte to q7H.
1047 * and write subsequent bytes to q6H.
1065 moveb %a4@+,%a0@(q7H) | Write first sync byte
1075 * Write 5 sync bytes and first byte of sector data lead-i
    [all...]
  /src/common/dist/zlib/contrib/delphi/
ZLib.pas 54 property OnProgress: TNotifyEvent read FOnProgress write FOnProgress;
61 TCompressionStream is write-only and strictly sequential. Reading from the
92 function Write(const Buffer; Count: Longint): Longint; override;
121 function Write(const Buffer; Count: Longint): Longint; override;
444 function TCompressionStream.Write(const Buffer; Count: Longint): Longint;
522 function TDecompressionStream.Write(const Buffer; Count: Longint): Longint;
  /src/sys/dev/arcbios/
arcbios.h 350 int32_t Write;
arcbios_calls.S 186 AFV4ORLESS(Write) /* long (*Write)(u_long, void *, u_long, u_long *); */
  /src/sys/external/bsd/acpica/dist/include/platform/
acefiex.h 438 ACPI_EFI_FILE_WRITE Write;
974 ACPI_EFI_PCI_IO_PROTOCOL_CONFIG Write;
  /src/sys/arch/ia64/stand/efi/libefi/
efifs.c 168 status = file->Write(file, &sz, bufp);
  /src/sys/arch/m68k/060sp/dist/
os.s 66 # Each IO routine checks to see if the memory write/read is to/from user
86 # d0 - number of bytes to write
105 bsr.l _copyout # write byte to user mem
236 # Write a data byte to user memory.
264 # Write a data word to user memory.
292 # Write a data longword to user memory.
408 mov.b %d1,(%a1)+ # write supervisor byte
  /src/sys/arch/epoc32/stand/e32boot/exe/
e32boot.cpp 314 console->Write(input);
  /src/sys/arch/sgimips/sgimips/
arcemu.c 98 .Write = ARCEMU_UNIMPL,
139 * Try to write a value to one of IP12's pic(4) graphics DMA registers.

Completed in 907 milliseconds

1 2