Searched refs:write (Results 176 - 200 of 2711) sorted by path

1234567891011>>

/linux-master/tools/testing/selftests/powerpc/mm/
H A Dsubpage_prot.c68 static inline void check_faulted(void *addr, long page, long subpage, int write) argument
72 if (write)
77 addr, page, subpage, write,
/linux-master/tools/testing/selftests/proc/
H A Dsetns-dcache.c79 if (write(fd[1], &_, 1) != 1) {
H A Dsetns-sysvipc.c78 if (write(fd[1], &_, 1) != 1) {
/linux-master/tools/testing/selftests/ptp/
H A Dtestptp.mk16 # along with this program; if not, write to the Free Software
/linux-master/tools/usb/ffs-aio-example/multibuff/device_app/
H A Daio_multibuff.c190 write(ep0, NULL, 0);
269 if (write(ep0, &descriptors, sizeof(descriptors)) < 0) {
270 perror("unable do write descriptors");
273 if (write(ep0, &strings, sizeof(strings)) < 0) {
274 perror("unable to write strings");
/linux-master/tools/usb/
H A Dffs-test.c438 op = "write";
490 return write(t->fd, buf, nbytes);
638 ret = write(t->fd, &descriptors, sizeof descriptors);
645 ret = write(t->fd, legacy, len);
649 die_on(ret < 0, "%s: write: descriptors", t->filename);
652 ret = write(t->fd, &strings, sizeof strings);
653 die_on(ret < 0, "%s: write: strings", t->filename);
/linux-master/tools/usb/usbip/libsrc/
H A Dsysfs_utils.c22 length = write(fd, new_value, len);
/linux-master/tools/virtio/ringtest/
H A Dmain.c40 r = write(fd, &v, sizeof v);
/linux-master/Documentation/
H A Dconf.py150 sys.stderr.write("Unknown env SPHINX_IMGMATH=%s ignored.\n" % env_sphinx_imgmath)
343 sys.stderr.write("Using %s theme\n" % html_theme)
/linux-master/Documentation/networking/device_drivers/atm/
H A Dcxacru-cf.py15 # this program; if not, write to the Free Software Foundation, Inc., 59
39 sys.stdout.write("\n")
40 sys.stderr.write("Error: read {0} not 4 bytes\n".format(len(buf)))
44 sys.stdout.write(" ")
45 sys.stdout.write("{0:x}={1}".format(i, struct.unpack("<I", buf)[0]))
48 sys.stdout.write("\n")
/linux-master/Documentation/sphinx/
H A Dkerneldoc.py121 sys.stderr.write(err)
127 sys.stderr.write(err)
H A Dkfigure.py539 out.write(code)
H A Dload_config.py48 sys.stdout.write("load additional sphinx-config: %s\n" % config_file)
/linux-master/arch/alpha/boot/tools/
H A Dobjstrip.c133 if (write(ofd, bb, sizeof(bb)) != sizeof(bb)) {
134 perror("boot-block write");
250 nwritten = write(ofd, buf, n);
252 perror("write");
275 nwritten = write(ofd, buf, n);
277 perror("write");
/linux-master/arch/alpha/kernel/
H A Dcore_cia.c119 *(vip)CIA_IOC_CIA_ERR; /* re-read to force write */
173 *(vip)CIA_IOC_CIA_ERR; /* re-read to force write */
192 *(vip)addr; /* read back to force the write */
247 .write = cia_write_config,
268 * the chip (as well as direct write to the tag registers) if there is a
306 (by tbia or direct write). Next misses won't update them even
474 printk("pci: failed pte write cache snoop test (mcheck)\n");
478 printk("pci: failed pte write cache snoop test "
482 printk("pci: passed pte write cache snoop test\n");
835 *(vip)CIA_IOC_CIA_ERR; /* re-read to force write
[all...]
H A Dcore_irongate.c161 .write = irongate_write_config,
174 IRONGATE0->stat_cmd = IRONGATE_jd; /* write again clears error bits */
176 IRONGATE_jd = IRONGATE0->stat_cmd; /* re-read to force write */
180 *IronECC = IRONGATE_jd; /* write again clears error bits */
182 IRONGATE_jd = *IronECC; /* re-read to force write */
H A Dcore_marvel.c604 .write = marvel_write_config,
656 __marvel_rtc_io(u8 b, unsigned long addr, int write)
665 if (write) index = b;
672 rtc_access.function = 0x48 + !write; /* GET/PUT_TOY */
648 __marvel_rtc_io(u8 b, unsigned long addr, int write) argument
H A Dcore_t2.c177 * primitives in the wrapper functions pci_{read,write}_config_*()
322 .write = t2_write_config,
551 * space read/write faults, will also receive a second mcheck, upon
H A Dcore_titan.c199 .write = titan_write_config,
227 /* For TBIA, it doesn't matter what value we write. For TBI,
H A Dcore_wildfire.c440 .write = wildfire_write_config,
H A Dsrmcons.c192 .write = srmcons_write,
262 .write = srm_console_write,
/linux-master/arch/alpha/lib/
H A Dcallback_srm.S92 CALLBACK(write, CCB_WRITE, 5)
H A Dev6-memset.S48 * undertake a major re-write to interleave the constant materialization
58 addq $18,$16,$6 # E : max address to write to
65 xor $16,$6,$1 # E : will complete write be within one quadword?
100 * one partial quad to write.
103 sra $18,3,$3 # U : Number of remaining quads to write
104 and $18,7,$18 # E : Number of trailing bytes to write
114 * $6 The max quadword address to write to
116 * $3 Number quads to write
161 wh64 ($4) # L1 : memory subsystem write hint
246 addq $18,$16,$6 # E : max address to write t
[all...]
H A Dudiv-qrnnd.S25 # along with GCC; see the file COPYING. If not, write to the
/linux-master/arch/arc/kernel/
H A Ddisasm.c102 state->write = 0;
123 state->write = 1;
352 state->write = 1;
359 state->write = 1;
370 state->write = BITS(state->words[0], 6, 6);
374 if (!state->write) {

Completed in 382 milliseconds

1234567891011>>