Home
last modified time | relevance | path

Searched full:writing (Results 1 – 25 of 2212) sorted by relevance

12345678910>>...89

/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_init_fw_funcs.h84 * @param p_ptt - ptt window used for writing the registers
138 * @param p_ptt - ptt window used for writing the registers
153 * @param p_ptt - ptt window used for writing the registers
168 * @param p_ptt - ptt window used for writing the registers
186 * @param p_ptt - ptt window used for writing the registers
203 * @param p_ptt - ptt window used for writing the registers
227 * @param p_ptt - ptt window used for writing the registers.
244 * @param p_ptt - ptt window used for writing the registers.
259 * @param p_ptt - ptt window used for writing the registers.
274 * @param p_ptt - ptt window used for writing the registers.
[all …]
H A Decore_dbg_fw_funcs.h73 * @param p_ptt - Ptt window used for writing the registers.
95 * @param p_ptt - Ptt window used for writing the registers.
125 * @param p_ptt - Ptt window used for writing the registers.
145 * @param p_ptt - Ptt window used for writing the registers.
248 * @param p_ptt - Ptt window used for writing the registers.
329 * @param p_ptt - Ptt window used for writing the registers.
358 * @param p_ptt - Ptt window used for writing the registers.
402 * @param p_ptt - Ptt window used for writing the registers.
434 * @param p_ptt - Ptt window used for writing the registers.
485 * @param p_ptt - Ptt window used for writing the registers.
[all …]
/freebsd/contrib/netbsd-tests/sbin/sysctl/
H A Dt_perm.sh77 atf_set "descr" "Test writing to 'ddb' sysctl node as an user"
93 atf_set "descr" "Test writing to 'hw' sysctl node as an user"
109 atf_set "descr" "Test writing to 'kern' " \
126 atf_set "descr" "Test writing to 'machdep' sysctl node as an user"
142 atf_set "descr" "Test writing to 'net' sysctl node as an user"
158 atf_set "descr" "Test writing to 'security' sysctl node as an user"
174 atf_set "descr" "Test writing to 'vfs' sysctl node as an user"
190 atf_set "descr" "Test writing to 'vm' sysctl node as an user"
/freebsd/crypto/openssl/test/recipes/
H A D40-test_rehash.t68 my $writing = 0;
73 die "New start in a PEM blob?\n" if $writing;
81 $writing = 1;
83 print OUT $line if $writing;
85 close OUT if $writing;
86 $writing = 0;
89 die "No end marker in $basename\n" if $writing;
/freebsd/share/man/man4/
H A Ddivert.456 By reading from and writing to a divert socket, matching packets
79 .Sh WRITING PACKETS
80 Writing to a divert socket is similar to writing to a raw IP socket;
108 When reading and then writing back
165 Writing to a divert socket can return these errors, along with
166 the usual errors possible when writing raw packets:
/freebsd/lib/libpmc/pmu-events/arch/x86/tremontx/
H A Duncore-other.json187 …"BriefDescription": "PCI Express bandwidth writing at IIO. Derived from unc_iio_data_req_of_cpu.me…
203 "BriefDescription": "PCI Express bandwidth writing at IIO",
219 "BriefDescription": "PCI Express bandwidth writing at IIO, part 1",
232 "BriefDescription": "PCI Express bandwidth writing at IIO, part 2",
245 "BriefDescription": "PCI Express bandwidth writing at IIO, part 3",
1375 "BriefDescription": "Data requested by the CPU : Core writing to Card's MMIO space",
1383 …"PublicDescription": "Data requested by the CPU : Core writing to Card's MMIO space : Number of DW…
1388 "BriefDescription": "Data requested by the CPU : Core writing to Card's MMIO space",
1396 …"PublicDescription": "Data requested by the CPU : Core writing to Card's MMIO space : Number of DW…
1401 "BriefDescription": "Data requested by the CPU : Core writing to Card's MMIO space",
[all …]
/freebsd/contrib/libarchive/cpio/
H A Dbsdcpio.168 When writing a cpio archive, use the PWB format.
71 When writing a cpio archive, use the (newer, non-PWB) binary format.
151 Compress the file with xz-compatible compression before writing it.
173 Compress the archive with lz4-compatible compression before writing it.
178 Compress the archive with zstd-compatible compression before writing it.
183 Compress the file with lzma-compatible compression before writing it.
281 Compress the archive with bzip2-compatible compression before writing it.
286 Compress the archive with compress-compatible compression before writing it.
291 Compress the archive with gzip-compatible compression before writing it.
/freebsd/lib/libc/gen/
H A Dpopen.362 argument to specify reading or writing, not both.
75 for writing, or
77 for reading and writing.
103 Writing to such a stream
181 Similarly, the output from a command opened for writing
/freebsd/lib/libc/stdio/
H A Dfopen.370 Open for writing.
74 Open for writing.
90 opens the file for both reading and writing.
197 streams open for writing can only be re-opened for writing,
198 and streams open for reading and writing can be re-opened in any mode.
/freebsd/contrib/libarchive/libarchive/
H A Dlibarchive.330 .Nd functions for reading and writing streaming archives
34 library provides a flexible interface for reading and writing
37 also supports reading and writing archives compressed using
103 When writing an archive, you can specify the compression
159 .Sh WRITING AN ARCHIVE
163 .Sh WRITING ENTRIES TO DISK
/freebsd/share/man/man9/
H A Diflib.99 is a framework for writing network interface drivers for
27 Device-dependent functions, used when writing new
31 Device-dependent transmit and receive functions, used when writing new
/freebsd/lib/libsys/
H A Dwrite.2155 is not a valid descriptor open for writing.
182 An I/O error occurred while reading from or writing to the file system.
202 (For example, writing a partial filesystem block may require first reading
213 The destination is no longer available when writing to a
241 The mbuf pool has been completely exhausted when writing to a socket.
H A Dcopy_file_range.275 argument must be opened for writing, but not
156 is not open for writing, or opened for writing with
193 An I/O error occurred while reading/writing the files.
H A Dopen.233 .Nd open or create a file for reading, writing or executing
46 for either execution or reading and/or writing as specified by the
151 open for writing only
153 open for reading and writing
255 for reading, writing, or for both.
316 may be used to minimize or eliminate the cache effects of reading and writing.
577 The required permissions (for reading and/or writing)
587 does not permit writing.
/freebsd/lib/libpmc/pmu-events/arch/x86/icelakex/
H A Duncore-other.json954 "BriefDescription": "Four byte data request of the CPU : Card writing to DRAM",
966 "BriefDescription": "Four byte data request of the CPU : Card writing to DRAM",
978 "BriefDescription": "Four byte data request of the CPU : Card writing to DRAM",
990 "BriefDescription": "Four byte data request of the CPU : Card writing to DRAM",
1098 "BriefDescription": "Data requested by the CPU : Core writing to Card's MMIO space",
1110 "BriefDescription": "Data requested by the CPU : Core writing to Card's MMIO space",
1122 "BriefDescription": "Data requested by the CPU : Core writing to Card's MMIO space",
1134 "BriefDescription": "Data requested by the CPU : Core writing to Card's MMIO space",
1194 "BriefDescription": "Number Transactions requested of the CPU : Card writing to DRAM",
1206 "BriefDescription": "Number Transactions requested of the CPU : Card writing to DRAM",
[all …]
/freebsd/sys/contrib/zlib/
H A Dgzwrite.c1 /* gzwrite.c -- zlib functions for writing gzip files
9 /* Initialize state for writing a gzip file. Mark initialization by setting
61 Return -1 if there is an error writing to the output file or if gz_init()
246 /* check that we're writing and that there's no error */ in gzwrite()
272 /* check that we're writing and that there's no error */ in gzfwrite()
300 /* check that we're writing and that there's no error */ in gzputc()
311 /* try writing to input buffer for speed (state->size == 0 if buffer not in gzputc()
342 /* check that we're writing and that there's no error */ in gzputs()
373 /* check that we're writing and that there's no error */ in gzvprintf()
463 /* check that we're writing and that there's no error */ in gzprintf()
[all …]
/freebsd/usr.sbin/makefs/cd9660/
H A Dcd9660_write.c68 err(EXIT_FAILURE, "%s: Can't open `%s' for writing", __func__, in cd9660_write_image()
73 printf("Writing image\n"); in cd9660_write_image()
79 warnx("%s: Error writing generic boot image", in cd9660_write_image()
88 warnx("%s: Error writing volume descriptors to image", in cd9660_write_image()
102 warnx("%s: Error writing path tables to image", __func__); in cd9660_write_image()
112 warnx("%s: Error writing files to image", __func__); in cd9660_write_image()
159 * @param int Sector to start writing path table to
284 INODE_WARNX(("%s: writing inode %d blocks at %" PRIu32, in cd9660_write_file()
315 * Now loop over children, writing out their directory in cd9660_write_file()
441 printf("Writing file: %s\n",filename); in cd9660_copy_file()
/freebsd/contrib/pjdfstest/tests/chmod/
H A D12.t20 # Check whether writing to the file by non-owner clears the SUID.
26 # Check whether writing to the file by non-owner clears the SGID.
32 # Check whether writing to the file by non-owner clears the SUID+SGID.
/freebsd/tools/regression/nfsmmap/test1/
H A Dtest1.c21 err(1, "writing zeros"); in main()
32 err(1, "writing ones"); in main()
45 err(1, "writing scratch"); in main()
/freebsd/tools/regression/nfsmmap/test2/
H A Dtest2.c21 err(1, "writing zeros"); in main()
32 err(1, "writing ones"); in main()
43 err(1, "writing scratch"); in main()
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/devices/
H A Ddevices_003_pos.ksh38 # Writing random data into /dev/zfs should do no harm.
46 log_assert "Writing random data into /dev/zfs should do no harm."
50 log_pass "Writing random data into /dev/zfs should do no harm."
/freebsd/sys/contrib/zstd/zlibWrapper/
H A Dgzwrite.c4 /* gzwrite.c -- zlib functions for writing gzip files
19 /* Initialize state for writing a gzip file. Mark initialization by setting
73 Return -1 if there is an error writing to the output file or if gz_init()
263 /* check that we're writing and that there's no error */
294 /* check that we're writing and that there's no error */
325 /* check that we're writing and that there's no error */
336 /* try writing to input buffer for speed (state.state->size == 0 if buffer not
371 /* check that we're writing and that there's no error */
399 /* check that we're writing and that there's no error */ in gzvprintf()
493 /* check that we're writing and that there's no error */
[all …]
/freebsd/tests/sys/cddl/zfs/tests/devices/
H A Ddevices_003_pos.ksh37 # Writing random data into /dev/zfs should do no harm.
54 log_assert "Writing random data into /dev/zfs should do no harm."
58 log_pass "Writing random data into /dev/zfs should do no harm."
/freebsd/share/doc/psd/01.cacm/
H A Dp259 also opens the new file for writing
66 open for reading or writing.
78 one user is prevented from writing on a file that another
89 activities such as writing on
94 Except as indicated below, reading and writing
360 To the user, both reading and writing of files appear to
/freebsd/share/man/man3/
H A Dpthread_rwlock_rdlock.347 is not presently held for writing and no writer threads are
56 cannot be immediately obtained (i.e., the lock is held for writing
100 for writing.

12345678910>>...89