| /netbsd-src/external/cddl/dtracetoolkit/dist/Docs/Examples/ |
| H A D | pfilestat_example.txt | 12 read 3 2% /devices/pci@0,0/pci-ide@1f,1/ide@0/cmdk@0,0 20 read 3 53479 /devices/pci@0,0/pci-ide@1f,1/ide@0/cmdk@0,0 24 Most of the time we are sleeping on read, which is to be expected as dd on 25 the raw device is simple -> read:entry, strategy, biodone, read:return. 26 CPU time in read() itself is small. 41 read 3 53% /devices/pci@0,0/pci-ide@1f,1/ide@0/cmdk@0,0 44 read 3 53492 /devices/pci@0,0/pci-ide@1f,1/ide@0/cmdk@0,0 49 Woah, we are now spending much more time in read()! I imagine segmap is 64 read 3 24% /devices/pci@1f,0/pci@1,1/ide@3/dad@0,0:a 68 read 3 13594 /devices/pci@1f,0/pci@1,1/ide@3/dad@0,0:a [all …]
|
| H A D | errinfo_example.txt | 8 wnck-applet read 11 Resource temporarily unavailable 9 Xorg read 11 Resource temporarily unavailable 10 nautilus read 11 Resource temporarily unavailable 11 Xorg read 11 Resource temporarily unavailable 12 dsdm read 11 Resource temporarily unavailable 13 Xorg read 11 Resource temporarily unavailable 18 Xorg read 11 Resource temporarily unavailable 35 xscreensaver read 11 1 Resource temporarily unavailable 45 soffice.bin read 11 9 Resource temporarily unavailable 46 gnome-terminal read 11 23 Resource temporarily unavailable [all …]
|
| H A D | fsrw_example.txt | 4 Here the fsrw.d script was running while a 50 Kbyte file was read, 8 sc-read . R 8192 0 /extra1/50k 12 sc-read . R 8192 8 /extra1/50k 15 sc-read . R 8192 16 /extra1/50k 17 sc-read . R 8192 24 /extra1/50k 19 sc-read . R 8192 32 /extra1/50k 21 sc-read . R 8192 40 /extra1/50k 23 sc-read . R 8192 48 /extra1/50k 25 sc-read . R 8192 50 /extra1/50k 30 can see how the read() system calls (sc-read) were satisfied by the file [all …]
|
| /netbsd-src/external/cddl/dtracetoolkit/dist/Examples/ |
| H A D | pfilestat_example.txt | 12 read 3 2% /devices/pci@0,0/pci-ide@1f,1/ide@0/cmdk@0,0 20 read 3 53479 /devices/pci@0,0/pci-ide@1f,1/ide@0/cmdk@0,0 24 Most of the time we are sleeping on read, which is to be expected as dd on 25 the raw device is simple -> read:entry, strategy, biodone, read:return. 26 CPU time in read() itself is small. 41 read 3 53% /devices/pci@0,0/pci-ide@1f,1/ide@0/cmdk@0,0 44 read 3 53492 /devices/pci@0,0/pci-ide@1f,1/ide@0/cmdk@0,0 49 Woah, we are now spending much more time in read()! I imagine segmap is 64 read 3 24% /devices/pci@1f,0/pci@1,1/ide@3/dad@0,0:a 68 read 3 13594 /devices/pci@1f,0/pci@1,1/ide@3/dad@0,0:a [all …]
|
| H A D | errinfo_example.txt | 8 wnck-applet read 11 Resource temporarily unavailable 9 Xorg read 11 Resource temporarily unavailable 10 nautilus read 11 Resource temporarily unavailable 11 Xorg read 11 Resource temporarily unavailable 12 dsdm read 11 Resource temporarily unavailable 13 Xorg read 11 Resource temporarily unavailable 18 Xorg read 11 Resource temporarily unavailable 35 xscreensaver read 11 1 Resource temporarily unavailable 45 soffice.bin read 11 9 Resource temporarily unavailable 46 gnome-terminal read 11 23 Resource temporarily unavailable [all …]
|
| H A D | fsrw_example.txt | 4 Here the fsrw.d script was running while a 50 Kbyte file was read, 8 sc-read . R 8192 0 /extra1/50k 12 sc-read . R 8192 8 /extra1/50k 15 sc-read . R 8192 16 /extra1/50k 17 sc-read . R 8192 24 /extra1/50k 19 sc-read . R 8192 32 /extra1/50k 21 sc-read . R 8192 40 /extra1/50k 23 sc-read . R 8192 48 /extra1/50k 25 sc-read . R 8192 50 /extra1/50k 30 can see how the read() system calls (sc-read) were satisfied by the file [all …]
|
| /netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/comp_match/ |
| H A D | certificate.asn1 | 74 ACCESS read-write 80 ACCESS read-write 86 ACCESS read-write 92 ACCESS read-write 98 ACCESS read-write 104 ACCESS read-write 110 ACCESS read-write 116 ACCESS read-write 122 ACCESS read-write 128 ACCESS read-write [all …]
|
| /netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/ |
| H A D | SSL_read.pod | 6 - read bytes from a TLS/SSL connection 20 SSL_read_ex() and SSL_read() try to read B<num> bytes from the specified B<ssl> 22 actually read in B<*readbytes>. 26 the read, so that a subsequent call to SSL_read_ex() or SSL_read() will yield 31 In the paragraphs below a "read function" is defined as one of SSL_read_ex(), 34 If necessary, a read function will negotiate a TLS/SSL session, if not already 37 the read function operation. The behaviour of the read functions depends on the 43 invocation of a read function. 45 The read functions work based on the SSL/TLS records. The data are received in 48 Therefore, data that was not retrieved at the last read call can still be [all …]
|
| H A D | BIO_s_mem.pod | 35 Unless the memory BIO is read only any data read from it is deleted from 43 Calling BIO_reset() on a read write memory BIO clears any data in it if the 44 flag BIO_FLAGS_NONCLEAR_RST is not set, otherwise it just restores the read 46 data can be read again. On a read only BIO it similarly restores the BIO to 47 its original state and the read only data can be read again. 56 zero then it will return B<v> when it is empty and it will set the read retry 74 length is determined by B<strlen>. The BIO is set to a read only state and 77 supplied data is read directly from the supplied buffer: it is B<not> copied 85 Every write after partial read (not all data in the memory buffer was read) 86 to a read write memory BIO will have to move the unread data with an internal [all …]
|
| H A D | SSL_rstate_string.pod | 5 …g, SSL_rstate_string_long - get textual description of state of an SSL object during read operation 16 SSL_rstate_string() returns a 2 letter string indicating the current read state 19 SSL_rstate_string_long() returns a string indicating the current read state of 24 When performing a read operation, the SSL/TLS engine must parse the record, 26 SSL_rstate_string[_long]() should always return "RD"/"read done". 37 =item "RH"/"read header" 41 =item "RB"/"read body" 45 =item "RD"/"read done" 51 The read state is unknown. This should never happen.
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/ |
| H A D | SSL_read.pod | 6 - read bytes from a TLS/SSL connection 20 SSL_read_ex() and SSL_read() try to read B<num> bytes from the specified B<ssl> 22 actually read in B<*readbytes>. 26 the read, so that a subsequent call to SSL_read_ex() or SSL_read() will yield 31 In the paragraphs below a "read function" is defined as one of SSL_read_ex(), 34 If necessary, a read function will negotiate a TLS/SSL session, if not already 37 the read function operation. The behaviour of the read functions depends on the 43 invocation of a read function. 45 The read functions work based on the SSL/TLS records. The data are received in 48 Therefore, data that was not retrieved at the last read call can still be [all …]
|
| H A D | BIO_s_mem.pod | 35 Unless the memory BIO is read only any data read from it is deleted from 43 Calling BIO_reset() on a read write memory BIO clears any data in it if the 44 flag BIO_FLAGS_NONCLEAR_RST is not set, otherwise it just restores the read 46 data can be read again. On a read only BIO it similarly restores the BIO to 47 its original state and the read only data can be read again. 56 zero then it will return B<v> when it is empty and it will set the read retry 72 length is determined by B<strlen>. The BIO is set to a read only state and 75 supplied data is read directly from the supplied buffer: it is B<not> copied 83 Every write after partial read (not all data in the memory buffer was read) 84 to a read write memory BIO will have to move the unread data with an internal [all …]
|
| H A D | SSL_rstate_string.pod | 5 …g, SSL_rstate_string_long - get textual description of state of an SSL object during read operation 16 SSL_rstate_string() returns a 2 letter string indicating the current read state 19 SSL_rstate_string_long() returns a string indicating the current read state of 24 When performing a read operation, the SSL/TLS engine must parse the record, 26 SSL_rstate_string[_long]() should always return "RD"/"read done". 37 =item "RH"/"read header" 41 =item "RB"/"read body" 45 =item "RD"/"read done" 51 The read state is unknown. This should never happen.
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/modules/hdcp/ |
| H A D | amdgpu_hdcp_ddc.c | 149 static enum mod_hdcp_status read(struct mod_hdcp *hdcp, in read() function 196 status = read(hdcp, msg_id, buf + data_offset, cur_size); in read_repeatedly() 247 return read(hdcp, MOD_HDCP_MESSAGE_ID_READ_BKSV, in mod_hdcp_read_bksv() 254 return read(hdcp, MOD_HDCP_MESSAGE_ID_READ_BCAPS, in mod_hdcp_read_bcaps() 264 status = read(hdcp, MOD_HDCP_MESSAGE_ID_READ_BSTATUS, in mod_hdcp_read_bstatus() 268 status = read(hdcp, MOD_HDCP_MESSAGE_ID_READ_BSTATUS, in mod_hdcp_read_bstatus() 276 return read(hdcp, MOD_HDCP_MESSAGE_ID_READ_RI_R0, in mod_hdcp_read_r0p() 292 status = read(hdcp, MOD_HDCP_MESSAGE_ID_READ_KSV_FIFO, in mod_hdcp_read_ksvlist() 302 status = read(hdcp, MOD_HDCP_MESSAGE_ID_READ_VH_0, in mod_hdcp_read_vp() 307 status = read(hdcp, MOD_HDCP_MESSAGE_ID_READ_VH_1, in mod_hdcp_read_vp() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/ |
| H A D | StackMapParser.h | 61 return read<uint64_t>(P); in getFunctionAddress() 66 return read<uint64_t>(P + sizeof(uint64_t)); in getStackSize() 71 return read<uint64_t>(P + (2 * sizeof(uint64_t))); in getRecordCount() 92 uint64_t getValue() const { return read<uint64_t>(P); } in getValue() 123 return read<uint16_t>(P + SizeOffset); in getSizeInBytes() 129 return read<uint16_t>(P + DwarfRegNumOffset); in getDwarfRegNum() 135 return read<uint32_t>(P + SmallConstantOffset); in getSmallConstant() 142 return read<uint32_t>(P + SmallConstantOffset); in getConstantIndex() 150 return read<int32_t>(P + SmallConstantOffset); in getOffset() 177 return read<uint16_t>(P + DwarfRegNumOffset); in getDwarfRegNum() [all …]
|
| /netbsd-src/games/backgammon/common_source/ |
| H A D | save.c | 154 read(fdesc, board, sizeof board); in recover() 155 read(fdesc, off, sizeof off); in recover() 156 read(fdesc, in, sizeof in); in recover() 157 read(fdesc, mm->dice, sizeof mm->dice); in recover() 158 read(fdesc, &cturn, sizeof cturn); in recover() 159 read(fdesc, &dlast, sizeof dlast); in recover() 160 read(fdesc, &pnum, sizeof pnum); in recover() 161 read(fdesc, &rscore, sizeof rscore); in recover() 162 read(fdesc, &wscore, sizeof wscore); in recover() 163 read(fdesc, &gvalue, sizeof gvalue); in recover() [all …]
|
| /netbsd-src/sys/external/bsd/vchiq/dist/interface/vchiq_arm/ |
| H A D | vchiq_util.c | 46 queue->read = 0; in vchiu_queue_init() 69 return queue->read == queue->write; in vchiu_queue_is_empty() 74 return queue->write == queue->read + queue->size; in vchiu_queue_is_full() 82 while (queue->write == queue->read + queue->size) { in vchiu_queue_push() 109 while (queue->write == queue->read) { in vchiu_queue_peek() 123 return queue->storage[queue->read & (queue->size - 1)]; in vchiu_queue_peek() 130 while (queue->write == queue->read) { in vchiu_queue_pop() 142 header = queue->storage[queue->read & (queue->size - 1)]; in vchiu_queue_pop() 150 queue->read++; in vchiu_queue_pop()
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-tools/src/ |
| H A D | FILES | 74 | read-catalog-abstract.h 77 | read-po.h 78 | read-po.c 79 | read-properties.h 80 | read-properties.c 81 | read-stringtable.h 82 | read-stringtable.c 83 | read-catalog-abstract.c 86 | read-catalog-abstract.h 91 | read-po.h [all …]
|
| /netbsd-src/external/mit/libcbor/dist/test/ |
| H A D | callbacks_test.c | 27 size_t read = 0; in test_default_callbacks() local 28 while (read < 79) { in test_default_callbacks() 30 cbor_stream_decode(data + read, 79 - read, &cbor_empty_callbacks, NULL); in test_default_callbacks() 31 read += result.read; in test_default_callbacks()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/ |
| H A D | COFFModuleDefinition.cpp | 160 void read() { in read() function in llvm::object::Parser 170 read(); in readAsInt() 177 read(); in expect() 186 read(); in parseOne() 192 read(); in parseOne() 233 read(); in parseExport() 235 read(); in parseExport() 252 read(); in parseExport() 256 read(); in parseExport() 266 read(); in parseExport() [all …]
|
| /netbsd-src/external/bsd/iscsi/dist/doc/ |
| H A D | PERFORMANCE | 23 8192 bytes/request: 8 MB read in 0.37 seconds --> 21.34 MB/sec 24 16384 bytes/request: 8 MB read in 0.19 seconds --> 41.47 MB/sec 25 32768 bytes/request: 8 MB read in 0.13 seconds --> 62.04 MB/sec 26 65536 bytes/request: 8 MB read in 0.11 seconds --> 70.99 MB/sec 27 131072 bytes/request: 8 MB read in 0.10 seconds --> 83.62 MB/sec 28 262144 bytes/request: 8 MB read in 0.09 seconds --> 92.38 MB/sec 58 8192 bytes/request: 8388608 bytes read in 26 jiffies --> ~ 30 MB/second 59 16384 bytes/request: 8388608 bytes read in 20 jiffies --> ~ 39 MB/second 60 32768 bytes/request: 8388608 bytes read in 12 jiffies --> ~ 66 MB/second 61 65536 bytes/request: 8388608 bytes read in 12 jiffies --> ~ 66 MB/second [all …]
|
| /netbsd-src/external/cddl/dtracetoolkit/dist/Bin/ |
| H A D | guess.d | 39 syscall::read:entry 46 syscall::read:return 55 syscall::read:return 70 syscall::read:return 77 syscall::read:return 87 syscall::read:return 99 syscall::read:entry 107 syscall::read:return
|
| /netbsd-src/usr.sbin/puffs/rump_syspuffs/ |
| H A D | rump_syspuffs.c | 128 if (read(sv[1], &len, sizeof(len)) != sizeof(len)) in mount_syspuffs_parseargs() 132 if ((size_t)read(sv[1], canon_dir, len) != len) in mount_syspuffs_parseargs() 134 if (read(sv[1], &len, sizeof(len)) != sizeof(len)) in mount_syspuffs_parseargs() 138 if ((size_t)read(sv[1], canon_dev, len) != len) in mount_syspuffs_parseargs() 140 if (read(sv[1], mntflags, sizeof(*mntflags)) != sizeof(*mntflags)) in mount_syspuffs_parseargs() 142 if (read(sv[1], kargs, sizeof(len)) != sizeof(len)) /* unused now */ in mount_syspuffs_parseargs() 144 if (read(sv[1], kargs, sizeof(*kargs)) != sizeof(*kargs)) in mount_syspuffs_parseargs() 146 if (read(sv[1], pflags, sizeof(*pflags)) != sizeof(*pflags)) in mount_syspuffs_parseargs()
|
| /netbsd-src/external/cddl/dtracetoolkit/dist/Misc/ |
| H A D | guess.d | 39 syscall::read:entry 46 syscall::read:return 55 syscall::read:return 70 syscall::read:return 77 syscall::read:return 87 syscall::read:return 99 syscall::read:entry 107 syscall::read:return
|
| /netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
| H A D | sanitizer_coverage_win_sections.cpp | 34 #pragma section(".SCOV$CA", read, write) 44 #pragma section(".SCOV$CZ", read, write) 48 #pragma section(".SCOV$GA", read, write) 50 #pragma section(".SCOV$GZ", read, write) 59 #pragma section(".SCOVP$A", read) 61 #pragma section(".SCOVP$Z", read)
|