Searched refs:write (Results 176 - 200 of 266) sorted by relevance

1234567891011

/haiku/src/system/libroot/posix/glibc/libio/
H A Dstrops.c15 License along with the GNU C Library; if not, write to the Free
326 JUMP_INIT(write, _IO_default_write),
H A Dwstrops.c15 License along with the GNU C Library; if not, write to the Free
327 JUMP_INIT(write, _IO_default_write),
H A Dfileops.c16 License along with the GNU C Library; if not, write to the Free
51 # define write(FD, Buf, NBytes) __write (FD, Buf, NBytes)*/
955 (This may do an unneeded write if we seek within the buffer.
1271 _IO_ssize_t count = write (f->_fileno, data, to_do);
1354 /* Try to maintain alignment: write a whole number of blocks.
1367 /* Now write out the remainder. Normally, this will fit in the
1587 JUMP_INIT(write, _IO_new_file_write),
1613 JUMP_INIT(write, _IO_new_file_write),
1637 JUMP_INIT(write, _IO_new_file_write),
H A Dwfileops.c17 License along with the GNU C Library; if not, write to the Free
551 (This may do an unneeded write if we seek within the buffer.
878 JUMP_INIT(write, _IO_new_file_write),
905 JUMP_INIT(write, _IO_new_file_write),
929 JUMP_INIT(write, _IO_new_file_write),
H A Dlibio.h16 License along with the GNU C Library; if not, write to the Free
363 to the end of the file and then do the write; if not, just write at
391 __io_write_fn *write; /* Write bytes. */ member in struct:__anon5476
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/beos/
H A Dfs_interface.h208 beos_op_write *write; member in struct:beos_vnode_ops
/haiku/headers/private/userlandfs/legacy/
H A Dfsproto.h189 op_write *write; member in struct:vnode_ops
/haiku/src/tests/system/network/multicast/
H A Dmulticat.c193 if (write(out_fd, buf, n) != n)
194 err_sys("write");
347 " -o, --output=FILE write the stream to FILE\n"
348 " -p write every packet to a new file\n"
/haiku/src/add-ons/kernel/busses/ata/ide_isa/
H A Dide_isa.c263 size_t sg_list_count, bool write)
262 prepare_dma(void *channel_cookie, const physical_entry *sg_list, size_t sg_list_count, bool write) argument
/haiku/src/tools/fs_shell/
H A Dunistd.cpp408 return write(fd, buffer, count);
/haiku/src/kits/device/
H A DSerialPort.cpp123 // but we want read/write operations to block if needed,
163 \param count The amount of bytes to write.
168 ssize_t err = write(ffd, buf, count);
/haiku/src/system/kernel/device_manager/
H A DIORequest.cpp323 TRACE(" is write\n");
329 // partial write: copy partial begin to bounce buffer
352 // partial write: copy partial end to bounce buffer
453 TRACE(" write with bounce buffer\n");
664 isWrite ? "write" : "read", singleBlockOnly);
680 TRACE("_CopyPartialEnd(%s)\n", isWrite ? "write" : "read");
715 kprintf(" r/w: %s\n", IsWrite() ? "write" : "read");
765 bool write, uint32 flags)
772 return Init(offset, &vec, 1, length, write, flags);
779 generic_size_t length, bool write, uint3
764 Init(off_t offset, generic_addr_t buffer, generic_size_t length, bool write, uint32 flags) argument
777 Init(off_t offset, generic_size_t firstVecOffset, generic_size_t lastVecSize, const generic_io_vec* vecs, size_t count, generic_size_t length, bool write, uint32 flags) argument
[all...]
H A Dlegacy_drivers.cpp870 kprintf(" write() %p\n", hooks->write);
1352 fDeviceModule->write = hooks->write;
/haiku/src/bin/network/ping/
H A Dping.c1023 (void)write(STDOUT_FILENO, &BBELL, 1);
1111 warn("%s: partial write: %d of %d bytes",
1118 (void)write(STDOUT_FILENO, &DOT[DOTidx++ % DOTlen], 1);
1241 (void)write(STDOUT_FILENO, &BSPACE, 1);
1251 (void)write(STDOUT_FILENO, &BBELL, 1);
/haiku/src/add-ons/kernel/network/ppp/ipcp/
H A DProtocol.cpp58 write(sFD, buffer, strlen((char*) buffer));
66 write(sFD, buffer, strlen((char*) buffer));
569 write(file, buf, strlen(buf));
/haiku/src/add-ons/kernel/file_systems/layers/log_overlay/
H A Dlog_overlay.cpp39 write((int)(addr_t)volume->private_volume, _printBuffer, _printSize); \
176 DO_LOG("io cookie: %p; request: %p (write: %s; offset: %" B_PRIdOFF
430 DO_LOG("write cookie: %p; pos: %" B_PRIdOFF "; buffer: %p; length: %"
432 OVERLAY_CALL(write, cookie, pos, buffer, length)
433 DO_LOG("write result: %#" B_PRIx32 "; length: %" B_PRIuSIZE "\n", result,
795 write((int)(addr_t)volume->private_volume, _printBuffer, _printSize); \
/haiku/headers/private/audio/
H A Dsoundcard.h303 * Any number of events can be written with a write call. There
318 * NOTE! All 4 byte events are now obsolete. Applications should not write
439 * immediately when the write() is called (execution can take several
443 * be written using exactly one write() call. Other events cannot
444 * be mixed to the same write.
446 * For FM synths (YM3812/OPL3) use struct sbi_instrument and write it to the
447 * /dev/sequencer. Don't write other data together with the instrument structure
644 * if (write (seqfd, _seqbuf, _seqbufptr) == -1)
646 * perror ("write /dev/sequencer");
862 if (write(seqf
[all...]
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/haiku/
H A DHaikuKernelFileSystem.cpp340 capabilities.Set(FS_VNODE_CAPABILITY_WRITE, ops->write);
/haiku/src/servers/net/
H A DServices.cpp223 write(fWritePipe, quit ? "q" : "u", 1);
/haiku/src/tools/
H A Dset_haiku_revision.cpp424 ssize_t bytesWritten = write(fFD, buffer, size);
694 // write revision string to section
697 "Failed to write revision.");
/haiku/src/add-ons/kernel/debugger/hangman/
H A Dhangman.c553 write(fd, "hangme!", 7);
/haiku/src/add-ons/kernel/file_systems/layers/attribute_overlay/
H A Dattribute_overlay.cpp663 result = currentVnode.ops->write(volume, &currentVnode, attrFileCookie,
666 TRACE_ALWAYS("failed to write to attribute file: %s\n",
673 result = currentVnode.ops->write(volume, &currentVnode, attrFileCookie,
676 TRACE_ALWAYS("failed to write to attribute file: %s\n",
682 result = currentVnode.ops->write(volume, &currentVnode, attrFileCookie,
685 TRACE_ALWAYS("failed to write to attribute file: %s\n",
1381 OVERLAY_CALL(write, cookie, pos, buffer, length)
/haiku/src/add-ons/kernel/drivers/network/ether/ipro1000/dev/e1000/
H A De1000_82542.c90 nvm->ops.write = e1000_write_nvm_microwire;
/haiku/src/apps/terminal/
H A DShell.cpp209 return write(fFd, buffer, numBytes);
590 * that they can write and read the pseudo terminal.
/haiku/headers/private/userlandfs/fuse/
H A Dfuse_lowlevel.h427 * (read, write, flush, release, fsync).
481 * of the write system call will reflect the return value of this
493 * @param buf data to write
494 * @param size number of bytes to write
495 * @param off offset to write to
498 void (*write) (fuse_req_t req, fuse_ino_t ino, const char *buf, member in struct:fuse_lowlevel_ops
518 * write errors.
779 * (read, write, flush, release, fsync).
932 * This is a more generic version of the ->write() method. If
952 * @param off offset to write t
[all...]

Completed in 435 milliseconds

1234567891011