HomeSort by: relevance | last modified time | path
    Searched defs:wrote (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/arch/hpc/stand/hpcboot/
file_fat.cpp 100 unsigned long wrote; local in function:FatFile::write
104 WriteFile(_handle, buf, bytes, &wrote, 0);
106 return size_t(wrote);
console.cpp 145 unsigned long wrote; local in function:SerialConsole::OpenCOM1
167 WriteFile(h, msg, sizeof msg, &wrote, 0);
180 unsigned long wrote; local in function:SerialConsole::genericPrint
186 WriteFile(_handle, "\r", 1, &wrote, 0);
187 WriteFile(_handle, &c, 1, &wrote, 0);
  /src/sys/arch/hpc/stand/hpcboot/arm/
arm_pxa2x0.cpp 220 unsigned long wrote; local in function:PXA2X0Architecture::dumpCS0
236 WriteFile(fh, buf, 0x1000, &wrote, 0);
  /src/sys/rump/net/lib/libshmif/
if_shmem.c 590 bool wrote = false; local in function:shmif_start
611 wrote = true;
617 if (wrote) {
  /src/sbin/dump/
tape.c 817 int nread, nextworker, size, wrote, eot_count, werror; local in function:doworker
820 wrote = 0;
872 wrote = rmtwrite(wp->tblock[0]+size,
876 wrote = write(tapefd, wp->tblock[0]+size,
880 fprintf(stderr, "worker %d wrote %d werror %d\n",
881 worker_number, wrote, werror);
883 if (wrote < 0)
885 if (wrote == 0)
887 size += wrote;
893 "worker %d only wrote %d out of %d bytes and gave up.\n"
    [all...]
  /src/sys/dev/pci/
xmm7360.c 2562 size_t size, wrote = 0; local in function:wwancwrite
2586 wrote += ret;
2590 uio->uio_resid -= wrote;
2591 uio->uio_offset += wrote;

Completed in 160 milliseconds