| /kernel/linux/linux-6.6/tools/testing/selftests/powerpc/ |
| H A D | utils.c | 136 rc = write(fd, buf, count); in write_file()
|
| /kernel/linux/linux-6.6/tools/virtio/ |
| H A D | virtio_test.c | 58 r = write(info->kick, &v, sizeof v); in vq_notify()
|
| /kernel/liteos_a/fs/proc/os_adapt/ |
| H A D | proc_vfs.c | 468 .write = VfsProcfsWrite,
|
| /kernel/liteos_a/testsuites/unittest/container/ |
| H A D | It_container_test.cpp | 115 size_t twd = write(fd, buf, strlen(buf)); in WriteFile()
|
| /kernel/linux/linux-6.6/sound/pci/ac97/ |
| H A D | ac97_proc.c | 362 /* 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 D | zl38060.c | 535 .write = zl38_bus_write,
|
| H A D | cs35l56-sdw.c | 158 .write = cs35l56_sdw_write,
|
| /kernel/linux/linux-6.6/sound/pci/ice1712/ |
| H A D | juli.c | 281 .write = juli_akm_write,
|
| H A D | wm8766.c | 22 wm->ops.write(wm, addr, data); in snd_wm8766_write()
|
| /kernel/linux/linux-6.6/sound/soc/au1x/ |
| H A D | psc-ac97.c | 202 .write = au1xpsc_ac97_write, 262 /* ...write config... */ in au1xpsc_ac97_hw_params()
|
| /kernel/linux/linux-6.6/drivers/s390/char/ |
| H A D | sclp_tty.c | 150 * 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 D | fs3270.c | 513 .write = fs3270_write, /* write */
|
| /kernel/linux/linux-6.6/mm/kasan/ |
| H A D | kasan.h | 314 * @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 D | trace_hwlat.c | 668 * @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 D | qos.c | 405 .write = cpu_latency_qos_write,
|
| /kernel/linux/linux-6.6/sound/soc/intel/skylake/ |
| H A D | bxt-sst.c | 534 .write = sst_shim32_write,
|
| H A D | cnl-sst.c | 302 .write = sst_shim32_write,
|
| /kernel/linux/linux-6.6/sound/soc/sof/ |
| H A D | ipc4-mtrace.c | 243 "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 D | debug.c | 129 .write = sof_dfsentry_write,
|
| /kernel/linux/linux-6.6/tools/hv/ |
| H A D | hv_kvp_daemon.c | 19 * 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 D | getdelays.c | 272 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 D | debugfs_key.c | 38 .write = key_##name##_write, \
|
| /kernel/linux/linux-6.6/samples/bpf/ |
| H A D | task_fd_query_user.c | 250 CHECK_PERROR_RET(write(kfd, buf, strlen(buf)) < 0); in test_debug_fs_uprobe()
|
| /kernel/linux/linux-6.6/samples/nitro_enclaves/ |
| H A D | ne_ioctl_sample.c | 751 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 D | mei-amt-version.c | 22 * 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()
|