Home
last modified time | relevance | path

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

12345678910>>...43

/freebsd-src/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-src/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-src/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-src/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-src/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DMsgPackDocument.cpp1 //===-- MsgPackDocument.cpp - MsgPack Document --------------------------*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
9 /// This file implements a class that exposes a simple in-memory representation
12 /// lighter-weight (in terms of memory allocations) replacement for
15 //===----------------------------------------------------------------------===//
24 void DocNode::convertToArray() { *this = getDocument()->getArrayNode(); } in convertToArray()
27 void DocNode::convertToMap() { *this = getDocument()->getMapNode(); } in convertToMap()
31 return find(getDocument()->getNode(S)); in find()
37 return (*this)[getDocument()->getNode(S)]; in operator []()
[all …]
/freebsd-src/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-src/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 a sub directory to it. 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 a character device to it. in test_format()
[all …]
/freebsd-src/sys/contrib/openzfs/tests/zfs-tests/tests/functional/userquota/
H A Duserspace_send_encrypted.ksh1 #!/bin/ksh -p
22 # Sending raw encrypted datasets back to the source dataset succeeds.
26 # 1. Create encrypted source dataset, set userquota and write a file
28 # 3. Write new file, snapshot, get userspace
32 # 7. Raw send latest snapshot back to source
41 rm -f $FILEDEV
51 log_assert "Sending raw encrypted datasets back to the source dataset succeeds."
54 truncate -s 200m $FILEDEV
55 log_must zpool create -O compression=off -o feature@encryption=enabled $POOLNAME \
57 log_must eval "echo 'password' | zfs create -o encryption=on" \
[all …]
/freebsd-src/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-src/lib/libpmc/
H A Dpmc.cmn-600.325 .Dt PMC.CMN-600 3
28 .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-60
[all...]
/freebsd-src/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-src/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-src/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-src/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-src/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-src/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-src/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-src/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 …]
/freebsd-src/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-src/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_reopen/
H A Dzpool_reopen_004_pos.ksh1 #!/bin/ksh -p
15 # Copyright (c) 2017 Open-E, Inc. All Rights Reserved.
22 # Test zpool reopen -n while scrub is running.
23 # Checks if re-plugged device is NOT resilvered.
28 # 3. Write test file to pool.
30 # 5. "Plug back" disk.
31 # 6. Reopen a pool with an -n flag.
45 log_must zinject -c all
46 # bring back removed disk online for further tests
61 log_must zpool reopen -n $TESTPOOL
[all …]
/freebsd-src/usr.sbin/fdwrite/
H A Dfdwrite.12 .\" ----------------------------------------------------------------------------
3 .\" "THE BEER-WARE LICENSE" (Revision 42):
6 .\" this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp
7 .\" ----------------------------------------------------------------------------
15 .Nd format and write floppy disks
37 read back and compared.
43 .Bl -tag -width 10n -offset indent
52 R and C, which indicates completion of Input, Zero-fill, Format
53 Write, Read and Compare of current track respectively.
56 This non-interactive flag
[all …]

12345678910>>...43