Home
last modified time | relevance | path

Searched refs:write (Results 3676 - 3700 of 5085) sorted by relevance

1...<<141142143144145146147148149150>>...204

/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/
H A Dutils.c136 rc = write(fd, buf, count); in write_file()
/kernel/linux/linux-6.6/tools/virtio/
H A Dvirtio_test.c58 r = write(info->kick, &v, sizeof v); in vq_notify()
/kernel/liteos_a/fs/proc/os_adapt/
H A Dproc_vfs.c468 .write = VfsProcfsWrite,
/kernel/liteos_a/testsuites/unittest/container/
H A DIt_container_test.cpp115 size_t twd = write(fd, buf, strlen(buf)); in WriteFile()
/kernel/linux/linux-6.6/sound/pci/ac97/
H A Dac97_proc.c362 /* direct register write for debugging */
436 entry->c.text.write = snd_ac97_proc_regs_write; in snd_ac97_proc_init()
/kernel/linux/linux-6.6/sound/soc/codecs/
H A Dzl38060.c535 .write = zl38_bus_write,
H A Dcs35l56-sdw.c158 .write = cs35l56_sdw_write,
/kernel/linux/linux-6.6/sound/pci/ice1712/
H A Djuli.c281 .write = juli_akm_write,
H A Dwm8766.c22 wm->ops.write(wm, addr, data); in snd_wm8766_write()
/kernel/linux/linux-6.6/sound/soc/au1x/
H A Dpsc-ac97.c202 .write = au1xpsc_ac97_write,
262 /* ...write config... */ in au1xpsc_ac97_hw_params()
/kernel/linux/linux-6.6/drivers/s390/char/
H A Dsclp_tty.c150 * temporary write buffer.
199 /* try to write the string to the current output buffer */ in sclp_tty_write_string()
228 * This routine is called by the kernel to write a series of characters to the
243 * This routine is called by the kernel to write a single character to the tty
248 * If the given character is a '\n' the contents of the SCLP write buffer
277 * This routine returns the number of characters in the write buffer of the
280 * characters in the write buffer (will not be written as long as there is a
485 .write = sclp_tty_write,
H A Dfs3270.c513 .write = fs3270_write, /* write */
/kernel/linux/linux-6.6/mm/kasan/
H A Dkasan.h314 * @write: true if access is a write access
318 bool kasan_check_range(const void *addr, size_t size, bool write,
/kernel/linux/linux-6.6/kernel/trace/
H A Dtrace_hwlat.c668 * @ubuf: The user buffer that contains the value to write
669 * @cnt: The maximum number of bytes to write to "file"
672 * This function provides a write implementation for the "mode" interface
731 * The width parameter is read/write using the generic trace_min_max_param
743 * The window parameter is read/write using the generic trace_min_max_param
759 .write = hwlat_mode_write
/kernel/linux/linux-6.6/kernel/power/
H A Dqos.c405 .write = cpu_latency_qos_write,
/kernel/linux/linux-6.6/sound/soc/intel/skylake/
H A Dbxt-sst.c534 .write = sst_shim32_write,
H A Dcnl-sst.c302 .write = sst_shim32_write,
/kernel/linux/linux-6.6/sound/soc/sof/
H A Dipc4-mtrace.c243 "core%d, host read: %#x, dsp write: %#x, avail: %#x\n", in sof_ipc4_mtrace_dfs_read()
247 /* Read data between read pointer and write pointer */ in sof_ipc4_mtrace_dfs_read()
253 /* read from slot start to write pointer */ in sof_ipc4_mtrace_dfs_read()
260 /* first write the number of bytes we have gathered */ in sof_ipc4_mtrace_dfs_read()
353 * To update Nth mask entry, write: in sof_ipc4_priority_mask_dfs_write()
386 .write = sof_ipc4_priority_mask_dfs_write,
647 dev_dbg(sdev->dev, "core%d, host read: %#x, dsp write: %#x", in sof_ipc4_mtrace_update_pos()
H A Ddebug.c129 .write = sof_dfsentry_write,
/kernel/linux/linux-6.6/tools/hv/
H A Dhv_kvp_daemon.c19 * along with this program; if not, write to the Free Software
150 * We are going to write our in-memory registry out to in kvp_update_file()
168 syslog(LOG_ERR, "Failed to write file, pool: %d", pool); in kvp_update_file()
1350 * First write out the MAC address. in kvp_set_ip_info()
1499 syslog(LOG_ERR, "Failed to write config file"); in kvp_set_ip_info()
1609 len = write(kvp_fd, hv_msg, sizeof(struct hv_kvp_msg)); in main()
1798 * Send the value back to the kernel. Note: the write() may in main()
1803 len = write(kvp_fd, hv_msg, sizeof(struct hv_kvp_msg)); in main()
1805 syslog(LOG_ERR, "write failed; error: %d %s", errno, in main()
/kernel/linux/linux-6.6/tools/accounting/
H A Dgetdelays.c272 printf("%s: read=%llu, write=%llu, cancelled_write=%llu\n", in print_ioacct()
329 printf("write to file %s\n", logfile); in main()
522 if (write(fd, NLA_DATA(na), na->nla_len) < 0) { in main()
523 err(1,"write error\n"); in main()
/kernel/linux/linux-6.6/net/mac80211/
H A Ddebugfs_key.c38 .write = key_##name##_write, \
/kernel/linux/linux-6.6/samples/bpf/
H A Dtask_fd_query_user.c250 CHECK_PERROR_RET(write(kfd, buf, strlen(buf)) < 0); in test_debug_fs_uprobe()
/kernel/linux/linux-6.6/samples/nitro_enclaves/
H A Dne_ioctl_sample.c751 rc = write(client_vsock_fd, &recv_buf, sizeof(recv_buf)); in ne_start_enclave_check_booted()
753 printf("Error in write [%m]\n"); in ne_start_enclave_check_booted()
/kernel/linux/linux-6.6/samples/mei/
H A Dmei-amt-version.c22 * along with this program; if not, write to the Free Software
204 mei_msg(me, "call write length = %zd\n", len); in mei_send_msg()
206 written = write(me->fd, buffer, len); in mei_send_msg()
209 mei_err(me, "write failed with status %zd %s\n", in mei_send_msg()
213 mei_msg(me, "write success\n"); in mei_send_msg()

Completed in 23 milliseconds

1...<<141142143144145146147148149150>>...204