Home
last modified time | relevance | path

Searched +full:write +full:- +full:back (Results 1 – 25 of 1018) sorted by relevance

12345678910>>...41

/freebsd/lib/libpmc/pmu-events/arch/arm64/
H A Drecommended.json9 "PublicDescription": "Attributable Level 1 data cache access, write",
12 "BriefDescription": "L1D cache access, write"
21 "PublicDescription": "Attributable Level 1 data cache refill, write",
24 "BriefDescription": "L1D cache refill, write"
39 "PublicDescription": "Attributable Level 1 data cache Write-Back, victim",
42 "BriefDescription": "L1D cache Write-Back, victim"
45 "PublicDescription": "Level 1 data cache Write-Back, cleaning and coherency",
48 "BriefDescription": "L1D cache Write-Back, cleaning and coherency"
63 "PublicDescription": "Attributable Level 1 data TLB refill, write",
66 "BriefDescription": "L1D tlb refill, write"
[all …]
H A Darmv8-recommended.json9 "PublicDescription": "Attributable Level 1 data cache access, write",
12 "BriefDescription": "L1D cache access, write"
21 "PublicDescription": "Attributable Level 1 data cache refill, write",
24 "BriefDescription": "L1D cache refill, write"
39 "PublicDescription": "Attributable Level 1 data cache Write-Back, victim",
42 "BriefDescription": "L1D cache Write-Back, victim"
45 "PublicDescription": "Level 1 data cache Write-Back, cleaning and coherency",
48 "BriefDescription": "L1D cache Write-Back, cleaning and coherency"
63 "PublicDescription": "Attributable Level 1 data TLB refill, write",
66 "BriefDescription": "L1D tlb refill, write"
[all …]
/freebsd/contrib/netbsd-tests/lib/libcurses/slave/
H A Dcommands.c3 /*-
72 * Report an pointer value back to the director
88 * Report an integer value back to the director
101 * Report either an ERR or OK back to the director
115 * Report the type back to the director via the command pipe
123 if (write(slvpipe[WRITE_PIPE], &type, sizeof(int)) < 0) in report_type()
124 err(1, "command pipe write for status type failed"); in report_type()
129 * Report the number of returns back to the director via the command pipe
137 if (write(slvpipe[WRITE_PIPE], &type, sizeof(int)) < 0) in report_count()
138 err(1, "command pipe write for count type failed"); in report_count()
[all …]
/freebsd/sys/arm64/arm64/
H A Dgic_v3_reg.h1 /*-
145 * 0x0 - Device-nGnRnE
146 * 0x1 - Normal Inner Non-cacheable
147 * 0x2 - Normal Inner Read-allocate, Write-through
148 * 0x3 - Normal Inner Read-allocate, Write-back
149 * 0x4 - Normal Inner Write-allocate, Write-through
150 * 0x5 - Normal Inner Write-allocate, Write-back
151 * 0x6 - Normal Inner Read-allocate, Write-allocate, Write-through
152 * 0x7 - Normal Inner Read-allocate, Write-allocate, Write-back
168 * 0x0 - Non-shareable
[all …]
/freebsd/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DMsgPackDocument.cpp1 //===-- MsgPackDocument.cpp - MsgPack Document -------
[all...]
/freebsd/sys/contrib/device-tree/Bindings/dma/
H A Dqcom_hidma_mgmt.txt14 instance can use like maximum read/write request and number of bytes to
15 read/write in a single burst.
18 - compatible: "qcom,hidma-mgmt-1.0";
19 - reg: Address range for DMA device
20 - dma-channels: Number of channels supported by this DMA controller.
21 - max-write-burst-bytes: Maximum write burst in bytes that HIDMA can
26 - max-read-burst-bytes: Maximum read burst in bytes that HIDMA can
31 - max-write-transactions: This value is how many times a write burst is
32 applied back to back while writing to the destination before yielding
34 - max-read-transactions: This value is how many times a read burst is
[all …]
/freebsd/crypto/openssl/crypto/
H A Dc64xpluscpuid.pl2 # Copyright 2012-2020 The OpenSSL Project Authors. All Rights Reserved.
9 while (($output=shift) && ($output!~/\w[\w\-]*\.\w+$/)) {}
202 CLFLUSH A3,B4,A1 ; write-back and invalidate L1D line
203 CLFLUSH A5,B4,A1 ; write-back and invalidate L2 line
214 SUB B8,B9,B7 ; lastdiff = tick - lasttick
216 CLFLUSH A3,B4,A1 ; write-back and invalidate L1D line
217 CLFLUSH A5,B4,A1 ; write-back and invalidate L2 line
246 CLFLUSH A3,B4,A1 ; write-back and invalidate L1D line
247 CLFLUSH A5,B4,A1 ; write-back and invalidate L2 line
257 SUB B8,B9,B7 ; lastdiff = tick - lasttick
[all …]
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/direct/
H A Ddio_write_verify.ksh1 #!/bin/ksh -p
2 # SPDX-License-Identifier: CDDL-1.0
11 # or https://opensource.org/licenses/CDDL-1.0.
40 # 3. Start a Direct I/O write workload while manipulating the user buffer
42 # 4. Verify there are Direct I/O write verify failures using
43 # zpool status -d and checking for zevents. We also make sure there
44 # are reported data errors when reading the file back.
47 # 7. Verify there are Direct I/O write verify failures using
48 # zpool status -d and checking for zevents. We also make sure there
49 # there are no reported data errors when reading the file back because
[all …]
/freebsd/contrib/libarchive/libarchive/test/
H A Dtest_write_read_format_zip.c1 /*-
2 * Copyright (c) 2003-2008 Tim Kientzle
39 * Write a variety of different file types into the archive.
47 * First write things with the "default" compression. in write_contents()
53 * Write a file to it. in write_contents()
66 * Write another file to it. in write_contents()
78 * Write a file with an unknown size. in write_contents()
90 * Write symbolic link. in write_contents()
108 * Write a directory to it. in write_contents()
116 failure("size should be zero so that applications know not to write"); in write_contents()
[all...]
H A Dtest_write_format_7zip.c1 /*-
2 * Copyright (c) 2011-2012 Michihiro NAKAJIMA
58 * Write an empty file to it. in test_basic()
73 * Write another empty file to it. in test_basic()
88 * Write a file to it. in test_basic()
106 * Write another file to it. in test_basic()
123 * Write a symbolic file to it. in test_basic()
139 * Write a directory to it. in test_basic()
148 failure("size should be zero so that applications know not to write"); in test_basic()
154 * Write in test_basic()
[all...]
H A Dtest_write_format_zip.c1 /*-
2 * Copyright (c) 2003-2008 Tim Kientzle
42 * Write a variety of different file types into the archive.
50 * First write things with the "default" compression. in write_contents()
56 * Write a file to it. in write_contents()
69 * Write another file to it. in write_contents()
81 * Write a file with an unknown size. in write_contents()
93 * Write symbolic link. in write_contents()
111 * Write a directory to it. in write_contents()
119 failure("size should be zero so that applications know not to write"); in write_contents()
[all …]
H A Dtest_write_format_cpio.c1 /*-
2 * Copyright (c) 2003-2007 Tim Kientzle
48 * Write a file to it. in test_format()
68 * Write another file to it. in test_format()
88 * Write a file with a name, filetype, and size. in test_format()
99 * Write a file with a name and filetype but no size. in test_format()
110 * Write a file with a name and size but no filetype. in test_format()
120 * Write a file with a size and filetype but no name. in test_format()
130 * Write a directory to it. in test_format()
144 * Write in test_format()
[all...]
/freebsd/contrib/unbound/util/
H A Dtube.h2 * util/tube.h - pipe service
67 /** pipe end to write on */
83 /** background write queue, commpoint to write results back */
88 /** list of outstanding results to be written back */
113 * List of results (arbitrary command serializations) to write back
118 /** serialized buffer to write */
120 /** length to write */
137 * Write length bytes followed by message.
138 * @param tube: the tube to write on.
139 * If that tube is a pipe, its write fd is used as
[all …]
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/userquota/
H A Duserspace_send_encrypted.ksh1 #!/bin/ksh -p
2 # SPDX-License-Identifier: CDDL-1.0
23 # Sending raw encrypted datasets back to the source dataset succeeds.
27 # 1. Create encrypted source dataset, set userquota and write a file
29 # 3. Write new file, snapshot, get userspace
33 # 7. Raw send latest snapshot back to source
42 rm -f $FILEDEV
52 log_assert "Sending raw encrypted datasets back to the source dataset succeeds."
55 truncate -s 200m $FILEDEV
56 log_must zpool create -O compression=off -o feature@encryption=enabled $POOLNAME \
[all …]
/freebsd/lib/libpmc/
H A Dpmc.cmn-600.328 .Nm pmc.cmn-600
29 .Nd Library for accessing the Arm CoreLink CMN-600 Coherent Mesh Network
36 CMN-600 PMU counters may be configured to count any one of a defined set of
38 Unlike other performance counters, counters for the CMN-600 require the
52 Some BIOS versions of dual-socket machines have no NUMA domain information in
57 the CPU package containing that CMN-600 controller.
64 Arm CoreLink CMN-600 Coherent Mesh Network Controller performance counters are
67 .%B "Arm CoreLink CMN-600 Coherent Mesh Network Technical Reference Manual"
73 CMN-600 PMU counters support the following capabilities:
74 .Bl -column "PMC_CAP_INTERRUPT" "Support"
[all …]
/freebsd/lib/libpmc/pmu-events/arch/arm64/arm/cortex-a76-n1/
H A Dcache.json23 …cess or Level 0 Macro-op cache access. This event counts any instruction fetch which accesses the …
27 …"PublicDescription": "This event counts any write-back of data from the L1 data cache to L2 or L3.…
31 …counts any transaction from L1 which looks up in the L2 cache, and any write-back from the L1 to t…
39write-back of data from the L2 cache to outside the core. This includes snoops to the L2 which ret…
43 …unts any full cache line write into the L2 cache which does not cause a linefill, including write-
57 …unts any full cache line write into the L3 cache which does not cause a linefill, including write-
67 …any cacheable read transaction returning datafrom the SCU, or for any cacheable write to the SCU.",
/freebsd/share/doc/usd/12.vi/summary/
H A Dvi.summary78 % ex \-t \fItag\fP start at \fItag\fP
79 % ex \-r list saved files
80 % ex \-r \fIname\fP recover file \fIname\fP
82 % ex \-R \fIname\fP read only mode
111 delete d put pu write w
127 $ last \fIx\fP-\fIn\fP \fIn\fP before \fIx\fP
129 \- previous \(aa\fIx\fP marked with \fIx\fP
166 autowrite aw write before changing files
168 lisp \fB( ) { }\fP are s-exp's
194 [\fIx\-y\fP] ... between \fIx\fP and \fIy\fP
[all …]
/freebsd/sys/dev/iavf/
H A Diavf_osdep.c1 /* SPDX-License-Identifier: BSD-3-Clause */
49 * iavf_dmamap_cb - DMA mapping callback function
63 *(bus_addr_t *) arg = segs->ds_addr; in iavf_dmamap_cb()
68 * iavf_allocate_virt_mem - Allocate virtual memory
81 mem->va = malloc(size, M_IAVF, M_NOWAIT | M_ZERO); in iavf_allocate_virt_mem()
82 return(mem->va == NULL); in iavf_allocate_virt_mem()
86 * iavf_free_virt_mem - Free virtual memory
97 free(mem->va, M_IAVF); in iavf_free_virt_mem()
98 mem->va = NULL; in iavf_free_virt_mem()
104 * iavf_allocate_dma_mem - Allocate DMA memory
[all …]
/freebsd/sys/dev/igc/
H A Digc_osdep.h1 /*-
4 * SPDX-License-Identifier: BSD-3-Clause
83 bus_space_read_4(((struct igc_osdep *)(hw)->back)->mem_bus_space_tag, \
84 ((struct igc_osdep *)(hw)->back)->mem_bus_space_handle, offset)
86 /* Write to an absolute offset in the adapter's memory space */
88 bus_space_write_4(((struct igc_osdep *)(hw)->back)->mem_bus_space_tag, \
89 ((struct igc_osdep *)(hw)->back)->mem_bus_space_handle, offset, value)
91 /* Register READ/WRITE macros */
94 bus_space_read_4(((struct igc_osdep *)(hw)->back)->mem_bus_space_tag, \
95 ((struct igc_osdep *)(hw)->back)->mem_bus_space_handle, \
[all …]
/freebsd/tests/sys/file/
H A Dflock_helper.c1 /*-
132 return -1; \
140 * Test 1 - F_GETLK on unlocked region
159 printf("1 - F_GETLK on unlocked region: "); in test1()
173 * Test 2 - F_SETLK on locked region
205 * We are the child. We set a write lock and then in test2()
206 * write one byte back to the parent to tell it. The in test2()
211 if (write(pfd[1], "a", 1) < 0) in test2()
225 * fcntl should return -1 with errno set to either EACCES or in test2()
228 printf("2 - F_SETLK on locked region: "); in test2()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Demangle/
H A DDLangDemangle.cpp1 //===--- DLangDemangle.cpp ------------------------------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
14 //===----------------------------------------------------------------------===//
41 /// \param Demangled Output buffer to write the demangled name.
53 /// \param Demangled output buffer to write the demangled name.
70 /// Extract the back reference position from a given string.
72 /// \param Mangled string to extract the back reference position.
83 /// Extract the symbol pointed by the back reference form a given string.
85 /// \param Mangled string to extract the back reference position.
[all …]
/freebsd/contrib/ee/
H A Dee.msg16 5 "auto-paragraph format"
25 14 "write a file"
60 49 "write : write a file case : case sensitive search "
63 52 "line : display line # 0-9 : go to line \"#\" "
66 55 " ee [+#] [-i] [-e] [-h] [file(s)] "
67 56 "+# :go to line # -i :no info window -e : don't expand tabs -h :no highlight"
74 63 "read : read a file |char : ascii code of char |0-9 : go to line \"#\""
75 64 "write: write a file |case : case sensitive search |exit : leave and save "
83 72 "name of file to write: "
91 80 "usage: %s [-i] [-e] [-h] [+line_number] [file(s)]\n"
[all …]
/freebsd/tests/sys/cam/ctl/
H A Dread_buffer.sh1 # SPDX-License-Identifier: BSD-2-Clause
36 atf_set "descr" "READ BUFFER can retrieve data previously written by WRITE BUFFER"
44 # Write to its buffer
46 len=`wc -c input | cut -wf 2`
47 atf_check -o ignore sg_write_buffer --mode data --in=input /dev/$dev
49 # Read it back
50 atf_check -o save:output sg_read_buffer --mode data -l $len --raw /dev/$dev
53 if ! diff -q input output; then
75 atf_check -o inline:" 00 00 04 00 00\n" sg_read_buffer --hex --mode desc /dev/$dev
93 # Write to its buffer
[all …]
/freebsd/bin/pax/
H A Dbuf_subs.c1 /*-
2 * SPDX-License-Identifier: BSD-3-Clause
60 static char *bufpt; /* read/write point in i/o buffer */
71 * set up the buffering system to operate in a write mode
73 * 0 if ok, -1 if the user specified write block size violates pax spec
81 * Check to make sure the write block size meets pax specs. If the user in wr_start()
88 wrblksz = frmt->bsz; in wr_start()
90 paxwarn(1, "Write block size of %d too large, maximum is: %d", in wr_start()
92 return(-1); in wr_start()
95 paxwarn(1, "Write block size of %d is not a %d byte multiple", in wr_start()
[all …]
/freebsd/crypto/openssl/doc/man3/
H A DSSL_write.pod5 SSL_write_ex, SSL_write, SSL_sendfile - write bytes to a TLS/SSL connection
17 SSL_write_ex() and SSL_write() write B<num> bytes from the buffer B<buf> into
23 efficient zero-copy semantics. SSL_sendfile() is available only when
31 In the paragraphs below a "write function" is defined as one of either
34 If necessary, a write function will negotiate a TLS/SSL session, if not already
36 requests a re-negotiation, it will be performed transparently during
37 the write function operation. The behaviour of the write functions depends on the
43 before the first call to a write function.
45 If the underlying BIO is B<blocking>, the write functions will only return, once
46 the write operation has been finished or an error occurred.
[all …]

12345678910>>...41