Home
last modified time | relevance | path

Searched refs:writing (Results 1 – 25 of 1168) sorted by relevance

12345678910>>...47

/openbmc/linux/
H A Dopengrok2.0.log[all...]
/openbmc/qemu/tests/qemu-iotests/
H A D284.out11 == writing some data ==
18 == writing some more data ==
30 == writing some data ==
37 == writing some more data ==
49 == writing some data ==
56 == writing some more data ==
H A D027.out4 == writing first cluster to populate metadata ==
8 == writing at sub-cluster granularity ==
H A D189.out5 == writing whole image ==
15 == writing part of a cluster ==
H A D158.out5 == writing whole image ==
15 == writing part of a cluster ==
/openbmc/linux/Documentation/devicetree/bindings/
H A Dindex.rst7 writing-bindings
8 writing-schema
/openbmc/linux/Documentation/virt/kvm/x86/
H A Dcpuid.rst56 writing to msr 0x4b564d02
59 writing to msr 0x4b564d03
63 writing to msr 0x4b564d04
75 when writing to msr 0x4b564d02
82 be disabled by writing
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libio/
H A Dlibio-compress-perl_2.213.bb1 SUMMARY = "Perl interface to allow reading and writing of compressed data."
3 and writing of compressed data created with the zlib and bzip2. \
5 IO-Compress supports reading and writing of the following compressed data \
H A Dlibio-compress-lzma-perl_2.213.bb1 SUMMARY = "Perl interface to allow reading and writing of lzma files/buffers."
3 writing of lzma files/buffers."
/openbmc/qemu/hw/nubus/
H A Dtrace-events5 nubus_slot_write(uint64_t addr, uint64_t val, int size) "writing unassigned addr 0x%"PRIx64 " value…
7 nubus_super_slot_write(uint64_t addr, uint64_t val, int size) "writing unassigned addr 0x%"PRIx64 "…
/openbmc/linux/drivers/mtd/lpddr/
H A Dlpddr_cmds.c78 shared[i].writing = shared[i].erasing = NULL; in lpddr_cmdset()
227 contender = shared->writing; in get_chip()
281 shared->writing = chip; in get_chip()
353 if (shared->writing == chip && chip->oldstate == FL_READY) { in put_chip()
355 shared->writing = shared->erasing; in put_chip()
356 if (shared->writing && shared->writing != chip) { in put_chip()
358 struct flchip *loaner = shared->writing; in put_chip()
369 shared->writing = NULL; in put_chip()
370 } else if (shared->erasing == chip && shared->writing != chip) { in put_chip()
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-javaobj-py3_0.4.4.bb3 for reading and writing (writing is WIP currently) Java objects serialized\
/openbmc/linux/Documentation/cdrom/
H A Dpacket-writing.rst2 Packet writing
30 Packet writing for DVD-RW media
45 Packet writing for DVD+RW media
72 Packet writing for DVD-RAM media
139 about DVD writing.
/openbmc/openbmc/poky/documentation/profile-manual/
H A Dexamples.rst15 of a live image and writing to disk was noticeably slower. This included
17 a significant amount of writing due to certain post-install scripts.
/openbmc/linux/Documentation/admin-guide/gpio/
H A Dgpio-aggregator.rst25 Aggregated GPIO controllers are instantiated and destroyed by writing to
32 controller by writing a string describing the GPIOs to
61 controller after use by writing its device name to the
81 gpio-aggregator driver, or by writing to the "driver_override" file in Sysfs.
/openbmc/linux/Documentation/admin-guide/mm/damon/
H A Dusage.rst19 features by reading from and writing to special sysfs files. Therefore,
32 writing kernel space DAMON application programs for you. You can even extend
43 ``<sysfs>/kernel/mm/damon/``. You can control DAMON by writing to and reading
181 context by writing one of the keywords listed in ``avail_operations`` file and
197 writing to and reading from the files.
202 writing to and rading from the files.
221 be a process. You can specify the process to DAMON by writing the pid of the
242 as they want, by writing proper values to the files under this directory.
253 region by writing to and reading from the files, respectively.
263 writing to files under this directory.
[all …]
/openbmc/u-boot/lib/bzip2/
H A Dbzlib.c926 Bool writing; member
974 bzf->writing = True; in BZ_API()
1004 if (!(bzf->writing)) in BZ_API()
1063 if (!(bzf->writing)) in BZ_API()
1147 bzf->writing = False; in BZ_API()
1179 if (bzf->writing) in BZ_API()
1203 if (bzf->writing) in BZ_API()
1418 int writing = 0; in bzopen_or_bzdopen() local
1431 writing = 0; break; in bzopen_or_bzdopen()
1433 writing = 1; break; in bzopen_or_bzdopen()
[all …]
/openbmc/linux/sound/usb/line6/
H A DKconfig14 * Reading/writing individual parameters
15 * Reading/writing complete channel, effects setup, and amp
/openbmc/qemu/hw/scsi/
H A Dspapr_vscsi.c77 bool writing; member
380 if (req->writing) { /* writing = to device = reading from memory */ in vscsi_srp_direct_data()
415 if (req->writing) { /* writing = to device = reading from memory */ in vscsi_srp_indirect_data()
421 trace_spapr_vscsi_srp_indirect_data_rw(req->writing, rc); in vscsi_srp_indirect_data()
444 int writing, uint8_t *buf, uint32_t len) in vscsi_srp_transfer_data() argument
490 if (req->writing) { in vscsi_preprocess_desc()
509 req->local_desc = req->writing ? cmd->data_out_desc_cnt : in vscsi_preprocess_desc()
538 rc = vscsi_srp_transfer_data(s, req, req->writing, buf, len); in vscsi_transfer_data()
581 if (req->writing) { in vscsi_command_complete()
614 VMSTATE_BOOL(writing, vscsi_req),
[all …]
/openbmc/u-boot/drivers/block/
H A DKconfig8 reading, writing and (in some cases) erasing blocks. Block
25 reading, writing and (in some cases) erasing blocks. Block
37 reading, writing and (in some cases) erasing blocks. Block
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/
H A D0009-Do-not-disable-buffering-when-writing-to-oom_score_a.patch4 Subject: [PATCH 09/22] Do not disable buffering when writing to oom_score_adj
6 On musl, disabling buffering when writing to oom_score_adj will
/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/
H A D0009-Do-not-disable-buffering-when-writing-to-oom_score_a.patch4 Subject: [PATCH 09/26] Do not disable buffering when writing to oom_score_adj
6 On musl, disabling buffering when writing to oom_score_adj will
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-platform-usbip-vudc33 connection peer. It is done by writing to this
37 close the connection by writing -1 instead of
/openbmc/linux/Documentation/admin-guide/perf/
H A Dhisi-pcie-pmu.rst88 than trigger condition. You can set the trigger condition by writing
89 "trig_len", and set the trigger mode by writing "trig_mode". This filter can
103 threshold by writing "thr_len", and set the threshold mode by writing
/openbmc/u-boot/fs/yaffs2/
H A Dyaffs_checkptrw.c138 int yaffs2_checkpt_open(struct yaffs_dev *dev, int writing) in yaffs2_checkpt_open() argument
142 dev->checkpt_open_write = writing; in yaffs2_checkpt_open()
150 if (writing && !yaffs2_checkpt_space_ok(dev)) in yaffs2_checkpt_open()
168 if (writing) { in yaffs2_checkpt_open()

12345678910>>...47