Home
last modified time | relevance | path

Searched refs:write (Results 251 – 275 of 6601) sorted by relevance

1...<<11121314151617181920>>...265

/openbmc/qemu/tests/qtest/fuzz/
H A Dvirtio_scsi_fuzz.c76 uint8_t write; in virtio_scsi_fuzz() member
101 vqa.write = vqa.write & 1; in virtio_scsi_fuzz()
114 vqa.write, vqa.next); in virtio_scsi_fuzz()
116 qvirtqueue_add(s, q, req_addr, vqa.length, vqa.write , vqa.next); in virtio_scsi_fuzz()
H A Dvirtio_blk_fuzz.c73 uint8_t write; in virtio_blk_fuzz() member
98 vqa.write = vqa.write & 1; in virtio_blk_fuzz()
110 vqa.write, vqa.next); in virtio_blk_fuzz()
112 qvirtqueue_add(s, q, req_addr, vqa.length, vqa.write , vqa.next); in virtio_blk_fuzz()
/openbmc/bios-bmc-smm-error-logger/test/
H A Dpci_handler_test.cpp74 EXPECT_EQ(pciDataHandler->write(0, emptyVector), 0); in TEST_F()
78 EXPECT_EQ(pciDataHandler->write(offsetTooBig, testVector), 0); in TEST_F()
119 EXPECT_EQ(pciDataHandler->write(testOffset, writeVector), in TEST_F()
130 EXPECT_EQ(pciDataHandler->write(testOffset, writeVector), in TEST_F()
138 EXPECT_EQ(pciDataHandler->write(testOffset, writeVector), in TEST_F()
/openbmc/linux/tools/testing/selftests/net/mptcp/
H A Dmptcp_inq.c259 ret = write(unixfd, &len, sizeof(len)); in connect_one_server()
262 ret = write(fd, buf, len); in connect_one_server()
276 ret = write(unixfd, &total, sizeof(total)); in connect_one_server()
287 ret = write(fd, buf, len); in connect_one_server()
303 ret = write(fd, buf, 1); in connect_one_server()
306 ret = write(unixfd, "closed", 6); in connect_one_server()
345 ret = write(unixfd, "xmit", 4); in process_one_client()
397 ret = write(unixfd, "huge", 4); in process_one_client()
425 ret = write(unixfd, "shut", 4); in process_one_client()
485 r = write(unixfd, "conn", 4); in server()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dport.c300 #define MLX5E_FEC_OVERRIDE_ADMIN_POLICY(buf, policy, write, link) \ argument
305 if (write) \
317 MLX5E_FEC_OVERRIDE_ADMIN_POLICY(pplm, *fec_policy, write, 10g_40g); in mlx5e_fec_admin_field()
320 MLX5E_FEC_OVERRIDE_ADMIN_POLICY(pplm, *fec_policy, write, 25g); in mlx5e_fec_admin_field()
323 MLX5E_FEC_OVERRIDE_ADMIN_POLICY(pplm, *fec_policy, write, 50g); in mlx5e_fec_admin_field()
326 MLX5E_FEC_OVERRIDE_ADMIN_POLICY(pplm, *fec_policy, write, 56g); in mlx5e_fec_admin_field()
329 MLX5E_FEC_OVERRIDE_ADMIN_POLICY(pplm, *fec_policy, write, 100g); in mlx5e_fec_admin_field()
332 MLX5E_FEC_OVERRIDE_ADMIN_POLICY(pplm, *fec_policy, write, 50g_1x); in mlx5e_fec_admin_field()
335 MLX5E_FEC_OVERRIDE_ADMIN_POLICY(pplm, *fec_policy, write, 100g_2x); in mlx5e_fec_admin_field()
338 MLX5E_FEC_OVERRIDE_ADMIN_POLICY(pplm, *fec_policy, write, 200g_4x); in mlx5e_fec_admin_field()
[all …]
/openbmc/qemu/block/
H A Dvhdx-log.c82 if (read == log->write) { in vhdx_log_peek_hdr()
114 s->log.read = s->log.write = 0; in vhdx_log_reset()
144 if (read == log->write) { in vhdx_log_read_sectors()
181 uint32_t write; in vhdx_log_write_sectors() local
190 write = log->write; in vhdx_log_write_sectors()
195 offset = log->offset + write; in vhdx_log_write_sectors()
196 write = vhdx_log_inc_idx(write, log->length); in vhdx_log_write_sectors()
197 if (write == log->read) { in vhdx_log_write_sectors()
207 log->write = write; in vhdx_log_write_sectors()
704 current.log.write = curr_log.read; in vhdx_log_search()
[all …]
/openbmc/linux/drivers/net/hamradio/
H A D6pack.c150 sp->tty->ops->write(sp->tty, &sp->led_state, 1); in sp_xmit_on_air()
156 sp->tty->ops->write(sp->tty, &sp->led_state, 1); in sp_xmit_on_air()
217 sp->tty->ops->write(sp->tty, &sp->led_state, 1); in sp_encaps()
223 sp->tty->ops->write(sp->tty, &sp->led_state, 1); in sp_encaps()
517 sp->tty->ops->write(sp->tty, &sp->led_state, 1); in resync_tnc()
518 sp->tty->ops->write(sp->tty, &resync_cmd, 1); in resync_tnc()
531 sp->tty->ops->write(sp->tty, &inbyte, 1); in tnc_init()
555 if (tty->ops->write == NULL) in sixpack_open()
876 sp->tty->ops->write(sp->tty, &sp->led_state, 1); in decode_prio_command()
888 sp->tty->ops->write(sp->tty, &sp->led_state, 1); in decode_prio_command()
[all …]
/openbmc/linux/Documentation/userspace-api/ioctl/
H A Dioctl-decoding.rst9 uses 3 bits to encode read/write and 13 bits for size.
16 01 - write: _IOW
17 11 - read/write: _IOWR
/openbmc/u-boot/drivers/axi/
H A Daxi_sandbox.c56 if (!ops || !ops->write) in axi_sandbox_write()
59 return ops->write(emul, address, data, size); in axi_sandbox_write()
69 .write = axi_sandbox_write,
/openbmc/qemu/scripts/qemugdb/
H A Daio.py26 gdb.write('----\n%s\n' % entry)
33 gdb.write('----\n')
50 gdb.write('usage: qemu handlers [--verbose] [handler]\n')
/openbmc/linux/arch/arm/mach-omap2/
H A Dvoltagedomains54xx_data.c37 .write = omap4_prm_vcvp_write,
48 .write = omap4_prm_vcvp_write,
59 .write = omap4_prm_vcvp_write,
/openbmc/linux/kernel/printk/
H A Dsysctl.c14 static int proc_dointvec_minmax_sysadmin(struct ctl_table *table, int write, in proc_dointvec_minmax_sysadmin() argument
17 if (write && !capable(CAP_SYS_ADMIN)) in proc_dointvec_minmax_sysadmin()
20 return proc_dointvec_minmax(table, write, buffer, lenp, ppos); in proc_dointvec_minmax_sysadmin()
/openbmc/linux/Documentation/admin-guide/
H A Dufs.rst24 supported as read-write
28 supported as read-write
35 supported as read-write
39 supported as read-write
/openbmc/qemu/tests/qemu-iotests/
H A D283.out5 …nts": {"driver": "blkdebug", "image": "base", "node-name": "other", "take-child-perms": ["write"]}}
8 {"error": {"class": "GenericError", "desc": "Permission conflict on node 'base': permissions 'write
10 === copy-before-write filter should be gone after job-finalize ===
20 {"execute": "human-monitor-command", "arguments": {"command-line": "qemu-io backup-filter \"write 0…
H A D258.out3 === Commit and stream finish concurrently (letting stream write) ===
5 {"execute": "object-add", "arguments": {"id": "tg", "limits": {"iops-write": 1, "iops-write-max": 1…
19 === Commit and stream finish concurrently (letting commit write) ===
21 {"execute": "object-add", "arguments": {"id": "tg", "limits": {"iops-write": 1, "iops-write-max": 1…
/openbmc/qemu/tests/qemu-iotests/tests/
H A Dqemu-img-close-errors.out9 qemu-img: Lost persistent bitmaps during inactivation of node 'NODE_NAME': Failed to write bitmap '…
11 qemu-img: Lost persistent bitmaps during inactivation of node 'NODE_NAME': Failed to write bitmap '…
17 qemu-img: Lost persistent bitmaps during inactivation of node 'NODE_NAME': Failed to write bitmap '…
18 qemu-img: Lost persistent bitmaps during inactivation of node 'NODE_NAME': Failed to write bitmap '…
/openbmc/openbmc/poky/meta/recipes-kernel/perf/perf/
H A Dsort-pmuevents.py91 outf.write( preamble.group(1) )
93 …outf.write( "%s %s %s[] = {\n" % (entry_dict_sorted[d]['type_prefix'], entry_dict_sorted[d]['type'…
95 outf.write( entry_dict_sorted[d]['fields'][f] + '\n' )
97 outf.write( "};\n" )
/openbmc/linux/mm/kasan/
H A Dsw_tags.c73 bool kasan_check_range(const void *addr, size_t size, bool write, in kasan_check_range() argument
84 return !kasan_report(addr, size, write, ret_ip); in kasan_check_range()
110 return !kasan_report(addr, size, write, ret_ip); in kasan_check_range()
115 return !kasan_report(addr, size, write, ret_ip); in kasan_check_range()
/openbmc/linux/fs/adfs/
H A DKconfig12 write to those devices, say Y to "ADFS write support" below.
24 bool "ADFS write support (DANGEROUS)"
27 If you say Y here, you will be able to write to ADFS partitions on
/openbmc/linux/Documentation/driver-api/media/
H A Ddtv-common.rst21 1) For performance reasons read and write routines don't check buffer sizes
27 /* write @buflen: bytes */
42 to lock read or write operations.
45 Resetting the buffer counts as a read and write operation.
/openbmc/linux/Documentation/devicetree/bindings/gpu/host1x/
H A Dnvidia,tegra210-nvenc.yaml90 - description: DMA write memory client
94 - const: write
106 - description: DMA write memory client
111 - const: write
133 interconnect-names = "dma-mem", "write";
/openbmc/entity-manager/scripts/
H A Dvalidate_configs.py81 sys.stderr.write(
93 sys.stderr.write(
109 sys.stderr.write("Could not guess location of configurations\n")
118 sys.stderr.write(
130 sys.stderr.write(
/openbmc/linux/arch/m68k/atari/
H A Ddebug.c299 registered = !!atari_console_driver.write; in atari_debug_setup()
303 atari_console_driver.write = atari_mfp_console_write; in atari_debug_setup()
307 atari_console_driver.write = atari_scc_console_write; in atari_debug_setup()
311 atari_console_driver.write = atari_midi_console_write; in atari_debug_setup()
321 atari_console_driver.write = atari_par_console_write; in atari_debug_setup()
323 if (atari_console_driver.write && !registered) in atari_debug_setup()
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-class-pktcdvd56 kb_read_gather: (RO) kBytes read to fill write packets.
71 size (RO) Contains the size of the bio write queue.
73 congestion_off (RW) If bio write queue size is below this mark,
76 congestion_on (RW) If bio write queue size is higher as this
77 mark, do no longer accept bio write requests
80 write queue size is below congestion off mark.
/openbmc/phosphor-ipmi-flash/tools/test/
H A Dio_unittest.cpp70 EXPECT_FALSE(devmem->write(/*offset*/ 0, /*length*/ 1, &source)); in TEST_F()
82 EXPECT_FALSE(devmem->write(/*offset*/ 0, /*length*/ 1, &source)); in TEST_F()
97 EXPECT_TRUE(devmem->write(/*offset*/ 0, /*length*/ 1, &source)); in TEST_F()
149 EXPECT_FALSE(devmem->write(/*offset*/ 0, /*length*/ 1, &source)); in TEST_F()
159 EXPECT_FALSE(devmem->write(/*offset*/ 0, /*length*/ 1, &source)); in TEST_F()
172 EXPECT_TRUE(devmem->write(/*offset*/ 0, /*length*/ 1, &source)); in TEST_F()

1...<<11121314151617181920>>...265