Home
last modified time | relevance | path

Searched refs:write (Results 5126 - 5150 of 10737) sorted by relevance

1...<<201202203204205206207208209210>>...430

/kernel/linux/linux-6.6/drivers/tty/
H A Dmips_ejtag_fdc.c300 /* Low level console write shared by early console and normal console */
395 .write = mips_ejtag_fdc_console_write,
477 * mips_ejtag_fdc_put() - Kernel thread to write out channel data to FDC.
492 /* Wait for data to actually write */ in mips_ejtag_fdc_put()
499 /* Wait for TX FIFO space to write data */ in mips_ejtag_fdc_put()
621 /* If TX FIFO no longer full we may be able to write more data */ in mips_ejtag_fdc_handle()
735 * There's still data to write out, so wake and wait for the in mips_ejtag_fdc_tty_port_shutdown()
750 /* Free the write buffer */ in mips_ejtag_fdc_tty_port_shutdown()
809 * The reason that we asynchronously write the buffer is because if we in mips_ejtag_fdc_tty_write()
810 * were to write th in mips_ejtag_fdc_tty_write()
[all...]
/kernel/linux/linux-6.6/drivers/block/
H A Dps3vram.c534 int write = bio_data_dir(bio) == WRITE; in ps3vram_do_bio() local
535 const char *op = write ? "write" : "read"; in ps3vram_do_bio()
549 if (write) in ps3vram_do_bio()
/kernel/linux/linux-6.6/drivers/cpufreq/
H A Dacpi-cpufreq.c299 void (*write)(struct acpi_pct_register *reg, u32 val); member
331 cmd->func.write(cmd->reg, cmd->val); in do_drv_write()
341 .func.write = data->cpu_freq_write, in drv_write()
/kernel/linux/linux-6.6/kernel/locking/
H A Dlocktorture.c36 torture_param(int, nwriters_stress, -1, "Number of write-locking stress-test threads");
900 struct lock_stress_stats *statp, bool write) in __torture_print_stats()
908 n_stress = write ? cxt.nrealwriters_stress : cxt.nrealreaders_stress; in __torture_print_stats()
921 write ? "Writes" : "Reads ", in __torture_print_stats()
899 __torture_print_stats(char *page, struct lock_stress_stats *statp, bool write) __torture_print_stats() argument
/kernel/linux/linux-6.6/kernel/cgroup/
H A Dcgroup-v1.c635 .write = cgroup1_procs_write,
654 .write = cgroup1_tasks_write,
665 .write = cgroup_release_agent_write,
/kernel/linux/linux-6.6/drivers/net/hamradio/
H A Dmkiss.c510 actual = ax->tty->ops->write(ax->tty, ax->xbuff, count); in ax_encaps()
696 if (tty->ops->write == NULL) in mkiss_open()
930 actual = tty->ops->write(tty, ax->xhead, ax->xleft); in mkiss_write_wakeup()
/kernel/linux/linux-6.6/drivers/net/ppp/
H A Dppp_async.c161 if (tty->ops->write == NULL) in ppp_asynctty_open()
371 .write = ppp_asynctty_write,
648 * We can get called recursively here if the tty write in ppp_async_push()
654 * instance that it may now be able to write more now. in ppp_async_push()
665 sent = tty->ops->write(tty, ap->optr, avail); in ppp_async_push()
/kernel/linux/linux-6.6/drivers/net/phy/
H A Dmdio_bus.c617 * stomping over the true devices reply, to performing a write to
665 /* An access method always needs both read and write operations */ in __mdiobus_register()
666 if (!!bus->read != !!bus->write || !!bus->read_c45 != !!bus->write_c45) in __mdiobus_register()
869 * @regnum: register number to write
870 * @val: value to write to @regnum
882 if (bus->write) in __mdiobus_write()
883 err = bus->write(bus, addr, regnum, val); in __mdiobus_write()
902 * Read, modify, and if any change, write the register value back to the
960 * @regnum: register number to write
961 * @val: value to write t
[all...]
/kernel/linux/linux-6.6/block/
H A Dblk-mq-debugfs.c572 if (attr == data || !attr->write) in blk_mq_debugfs_write()
575 return attr->write(data, buf, count, ppos); in blk_mq_debugfs_write()
613 .write = blk_mq_debugfs_write,
/kernel/linux/linux-6.6/arch/x86/kvm/svm/
H A Davic.c513 * in which case KVM needs to emulate the ICR write as well in in avic_incomplete_ipi_interception()
701 bool write = (svm->vmcb->control.exit_info_1 >> 32) & in avic_unaccelerated_access_interception() local
706 trap, write, vector); in avic_unaccelerated_access_interception()
709 WARN_ONCE(!write, "svm: Handling trap read.\n"); in avic_unaccelerated_access_interception()
/kernel/linux/linux-6.6/drivers/hid/
H A Dhid-picolcd_debugfs.c65 .write = picolcd_debug_reset_write,
152 * - read/write happens in chunks of at most 20 bytes, it's up to userspace
154 * - on write errors on otherwise correct write request the bytes
161 .write = picolcd_debug_eeprom_write,
260 /* write a given size of data (bounds check to be done by caller) */
342 * n*64 bytes and 64-byte aligned, each write being preceded by an
345 * otherwise correct write request the next 64-byte block which should
347 * (half-)written with write error)
354 .write
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/cgroup/
H A Dtest_memcontrol.c950 write(ctl_fd, &errno, sizeof(errno)); in tcp_server()
958 if (write(ctl_fd, &ret, sizeof(ret)) != sizeof(ret)) { in tcp_server()
971 if (write(client_sk, buf, sizeof(buf)) <= 0) { in tcp_server()
/kernel/linux/linux-6.6/drivers/s390/net/
H A Dqeth_core.h118 #define CARD_WDEV(card) card->write.ccwdev
122 #define CARD_WDEV_ID(card) dev_name(&card->write.ccwdev->dev)
809 struct qeth_channel write; member
/test/xts/hats/hdf/camera/cameraHdi/v4l2/src/
H A Dtest_display.cpp76 ret = write(imgFD, bufStart, size); in StoreImage()
78 CAMERA_LOGE("demo test:write image file error %{public}s.....\n", strerror(errno)); in StoreImage()
88 ret = write(videoFd_, bufStart, size); in StoreVideo()
90 CAMERA_LOGE("demo test:write video file error %{public}s.....\n", strerror(errno)); in StoreVideo()
214 ret = write(imgFd, buffer, size); in SaveYUV()
216 CAMERA_LOGI("%s, write file failed, error = %s", __FUNCTION__, strerror(errno)); in SaveYUV()
/third_party/FreeBSD/sbin/fsck_msdosfs/
H A Dfat.c374 (size_t)write(fd, entry->chunk, writesize) != writesize) { in fat_flush_fat32_cache_entry()
375 pfatal("Unable to write FAT"); in fat_flush_fat32_cache_entry()
678 perr("Unable to write FAT"); in cleardirty()
1175 (size_t)write(fd, fat->fatbuf, rwsize) != rwsize) && in copyfat()
1177 perr("Unable to write FAT %d", n); in copyfat()
1210 perr("Unable to write FAT"); in writefat()
1230 (size_t)write(fd, fat->fatbuf, writesz) != writesz) && in writefat()
1232 perr("Unable to write FAT %d", i); in writefat()
/third_party/libunwind/libunwind/doc/
H A Dlibunwind-ia64.tex112 and any attempt to write them will result in an error
131 attempt to write to indices \Const{UNW\_IA64\_FR}\texttt{+0} or
174 the register-backing store write pointer.
/third_party/libsnd/src/
H A Dfile_io.c16 ** along with this program; if not, write to the Free Software
393 return psf->vio.write (ptr, bytes*items, psf->vio_user_data) / bytes ; in psf_fwrite()
405 count = write (psf->file.filedes, ((const char*) ptr) + total, count) ; in psf_fwrite()
838 dwDesiredAccess, /* access (read-write) mode */ in psf_open_handle()
1025 return psf->vio.write (ptr, bytes * items, psf->vio_user_data) / bytes ; in psf_fwrite()
/third_party/littlefs/scripts/
H A Dcode.py190 sys.stdout.write(line)
229 sys.stdout.write(line)
266 sys.stdout.write(line)
558 # write results to CSV
H A Ddata.py190 sys.stdout.write(line)
229 sys.stdout.write(line)
266 sys.stdout.write(line)
555 # write results to CSV
/third_party/mesa3d/src/gallium/tools/trace/
H A Ddump_state.py408 sys.stdout.write('\tCONST[%2u] = {%10.4f, %10.4f, %10.4f, %10.4f}\n' % (index, x, y, z, w))
538 sys.stdout.write('\t...\n')
836 sys.stderr.write('warning: NULL returned\n')
/third_party/node/lib/internal/readline/
H A Dinterface.js443 this.output.write(stringToWrite);
573 write(d, key) {
586 let string = this[kDecoder].write(b);
1062 // Handle a write from the tty
/third_party/ntfs-3g/ntfsprogs/
H A Dntfsusermap.c72 * distribution in the file COPYING); if not, write to the Free Software
776 * On Windows, we can write on a partition which was analyzed.
842 if (!write(fn,buf,strlen(buf))) in outputmap()
856 if (!write(fn,buf,strlen(buf))) in outputmap()
871 if (!write(fn,buf,strlen(buf))) in outputmap()
1095 printf("Trying to write file on root directory\n"); in process()
/third_party/python/Lib/
H A Dftplib.py955 sys.stderr.write("Could not open account file"
962 sys.stderr.write(
976 sys.stdout.write, 1024)
/third_party/skia/src/codec/
H A DSkRawCodec.cpp196 bool write(const void* buffer, size_t size) override {
204 return this->INHERITED::write(buffer, size);
311 return fStreamBuffer.write(tempBuffer.get(), bytesRead); in bufferMoreData()
/third_party/python/Lib/test/
H A Dtest_runpy.py245 mod_file.write(source)
462 mod_file.write(source)
749 f.write("""

Completed in 35 milliseconds

1...<<201202203204205206207208209210>>...430