| /netbsd/src/external/bsd/iscsi/dist/src/initiator/ |
| D | iscsi-initiator.c | 221 uint32_t blocklen, uint8_t *data, int writing) in blockop() argument 230 cdb[0] = (writing) ? WRITE_10 : READ_10; in blockop() 237 if (writing) { in blockop() 268 uint32_t blocklen, uint8_t *data, int sglen, int writing) in sgblockop() argument 278 cdb[0] = (writing) ? WRITE_10 : READ_10; in sgblockop() 286 args.output = (writing) ? 1 : 0; in sgblockop() 287 args.input = (writing) ? 0 : 1; in sgblockop() 290 args.send_data = (writing) ? data : NULL; in sgblockop() 291 args.send_sg_len = (writing) ? sglen : 0; in sgblockop() 292 args.recv_data = (writing) ? NULL : data; in sgblockop() [all …]
|
| /netbsd/src/external/bsd/bzip2/dist/ |
| D | bzlib.c | 899 Bool writing; member 947 bzf->writing = True; in BZ_API() 978 if (!(bzf->writing)) in BZ_API() 1037 if (!(bzf->writing)) in BZ_API() 1121 bzf->writing = False; in BZ_API() 1153 if (bzf->writing) in BZ_API() 1177 if (bzf->writing) in BZ_API() 1394 int writing = 0; in bzopen_or_bzdopen() local 1407 writing = 0; break; in bzopen_or_bzdopen() 1409 writing = 1; break; in bzopen_or_bzdopen() [all …]
|
| /netbsd/src/sys/ufs/lfs/ |
| D | CHANGES | 33 number of partial-segments allowed to be in progress writing at any 37 for writing and the time that the write completes, the filesystem 64 for writing, since that could trigger a miscounting in lfs_truncate. 101 - When writing a partial-segment, make sure that the current segment is 110 rewritten, and the partial-segment writing code changed to match. 132 not writing indirect blocks.) 149 writing routine mentioned above to write an ifile of whatever size is
|
| /netbsd/src/external/bsd/libbind/dist/isc/ |
| D | ctl_srvr.c | 75 available = 0, initializing, writing, reading, reading_data, enumerator 317 sess->state == writing); in ctl_response() 320 ctl_new_state(sess, writing, me); in ctl_response() 491 sess->state == writing || in ctl_close() 499 else if (sess->state == writing) { in ctl_close() 529 sess->state == writing || in ctl_start_read() 641 REQUIRE(sess->state == writing); in ctl_wrtimeout() 732 REQUIRE(sess->state == writing); in ctl_writedone()
|
| /netbsd/src/sys/fs/ntfs/ |
| D | TODO | 24 - implement writing into resident attributes, so it would be possible 29 - once writing would work, consider quota support
|
| /netbsd/src/crypto/external/bsd/netpgp/dist/src/netpgpverify/ |
| D | bzlib.c | 657 Bool writing; member 712 bzf->writing = False; in BZ_API() 744 if (bzf->writing) in BZ_API() 768 if (bzf->writing) in BZ_API() 929 int writing = 0; in bzopen_or_bzdopen() local 943 writing = 0; break; in bzopen_or_bzdopen() 945 writing = 1; break; in bzopen_or_bzdopen() 955 strcat(mode2, writing ? "w" : "r" ); in bzopen_or_bzdopen() 960 fp = (writing ? stdout : stdin); in bzopen_or_bzdopen() 974 if (writing) { in bzopen_or_bzdopen() [all …]
|
| /netbsd/src/external/bsd/pdisk/dist/ |
| D | HISTORY | 7 12/1996 - Spent three weeks adding more commands, writing 62 Warn when creating/writing a map with more than 15 entries
|
| /netbsd/src/games/fortune/ |
| D | README | 30 his delightful Bella Gross, and Octavius Roy Cohen to quit writing about the 32 to its logical end, would have forbidden Ring Lardner from writing in the
|
| /netbsd/src/distrib/syspkg/sets/comp/comp-sys-catman/ |
| D | DESCR | 2 which describe APIs available for writing device drivers and other parts
|
| /netbsd/src/external/gpl2/xcvs/dist/ |
| D | BUGS | 21 change such characters to underscores before writing them to the RCS 37 can cause data loss. Symlinks are only a problem when writing files. If your 46 writing files. If your repository does not allow any write access, symlinks
|
| /netbsd/src/share/examples/secmodel/ |
| D | README | 3 These files can be used by developers interested in writing security models
|
| /netbsd/src/crypto/external/cpl/tpm-tools/dist/man/man8/ |
| D | tpm_nvwrite.pod | 14 area can be given where the writing of the data is to start. Similarly 68 The offset into the NVRAM area where to start writing.
|
| /netbsd/src/external/bsd/openldap/dist/doc/man/man3/ |
| D | Deprecated | 4 deprecated interfaces. It is recommended that developers writing new
|
| /netbsd/src/external/bsd/ntp/dist/html/scripts/ |
| D | monopt.txt | 3 <li class='inline'><a href='monopt.html#statistics'>statistics - enable writing of statistics recor…
|
| /netbsd/src/sys/arch/mac68k/conf/ |
| D | GENERICSBC | 18 # SBC_PDMA_NO_WRITE 0x08 Disallow PDMA for writing
|
| D | INSTALLSBC | 18 # SBC_PDMA_NO_WRITE 0x08 Disallow PDMA for writing
|
| /netbsd/src/external/gpl3/binutils/dist/elfcpp/ |
| D | README | 1 elfcpp is a C++ library for reading and writing ELF information. This
|
| /netbsd/src/distrib/syspkg/sets/text/text-groff-share/ |
| D | DESCR | 19 ms - the Manuscript macros, set of macros for writing manuscripts;
|
| /netbsd/src/external/apache2/ |
| D | LICENSE-2.0 | 61 designated in writing by the copyright owner as "Not a Contribution." 145 agreed to in writing, Licensor provides the Work (and each 157 negligent acts) or agreed to in writing, shall any Contributor be 198 Unless required by applicable law or agreed to in writing, software
|
| /netbsd/src/external/ibm-public/postfix/dist/src/util/ |
| D | vstream_test.ref | 19 memory stream test: open the VSTRING for writing, overwrite, close
|
| /netbsd/src/external/gpl3/gdb/dist/bfd/ |
| D | TODO | 5 *writing* object files is still pulled into all the applications
|
| /netbsd/src/external/gpl3/binutils/dist/bfd/ |
| D | TODO | 5 *writing* object files is still pulled into all the applications
|
| /netbsd/src/sys/coda/ |
| D | README | 4 supports disconnected operation, both reading and writing. This
|
| /netbsd/src/external/gpl3/binutils/dist/bfd/doc/ |
| D | webassembly.texi | 14 When writing WebAssembly modules, the WebAssembly backend attempts to
|
| /netbsd/src/external/gpl3/gdb/dist/bfd/doc/ |
| D | webassembly.texi | 14 When writing WebAssembly modules, the WebAssembly backend attempts to
|