| /freebsd/sys/i386/include/ |
| H A D | tss.h | 43 int tss_link; /* actually 16 bits: top 16 bits must be zero */ 45 int tss_ss0; /* actually 16 bits: top 16 bits must be zero */ 47 int tss_ss1; /* actually 16 bits: top 16 bits must be zero */ 49 int tss_ss2; /* actually 16 bits: top 16 bits must be zero */ 61 int tss_es; /* actually 16 bits: top 16 bits must be zero */ 62 int tss_cs; /* actually 16 bits: top 16 bits must be zero */ 63 int tss_ss; /* actually 16 bits: top 16 bits must be zero */ 64 int tss_ds; /* actually 16 bits: top 16 bits must be zero */ 65 int tss_fs; /* actually 16 bits: top 16 bits must be zero */ 66 int tss_gs; /* actually 16 bits: top 16 bits must be zero */ [all …]
|
| /freebsd/contrib/bmake/unit-tests/ |
| H A D | directive-export-impl.mk | 4 # This involves marking variables for export, actually exporting them, 24 # variable value refers to another variable, ExportVar does not actually 34 # At the last moment before actually forking off the child process for the 37 # flags set, it is actually exported to the environment. The variable flags
|
| H A D | cond-func-make-main.mk | 4 # what is actually made. 25 # Even though the main-target would actually be made at this point, it is
|
| /freebsd/lib/libpmc/pmu-events/arch/x86/tremontx/ |
| H A D | uncore-memory.json | 232 …actually performing the write to DRAM. Therefore, the average latency for this queue is actually … 242 …actually performing the write to DRAM. Therefore, the average latency for this queue is actually …
|
| /freebsd/share/man/man9/ |
| H A D | buf.9 | 92 is used at all, actually, since we have 137 to the VFS device, not when the physical I/O is actually initiated. 140 you wind up with pages marked clean that are actually still dirty. 161 be interpreted to mean that the buffer is still actually dirty and must be 162 written to its backing store before it can actually be released.
|
| /freebsd/sys/contrib/ncsw/inc/etc/ |
| H A D | memcpy_ext.h | 81 that actually fits into the destination buffer. 111 that actually fits into their buffer. 131 that actually fits into the destination buffer. 150 that actually fits into the destination buffer. 166 that actually fits into the destination buffer. 183 that actually fits into the destination buffer. 200 that actually fits into the destination buffer.
|
| /freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_create/ |
| H A D | zpool_create_003_pos.ksh | 39 # actually creating the pool. 44 # 2. Verify the pool has not been actually created 58 "without actually creating the pool."
|
| /freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_add/ |
| H A D | zpool_add_003_pos.ksh | 44 # 3. Verify the devices are not added actually 58 "without actually adding devices to the pool." 84 # 3. Verify the devices are not added actually
|
| /freebsd/tests/sys/cddl/zfs/tests/cli_root/zpool_create/ |
| H A D | zpool_create_003_pos.ksh | 37 # actually creating the pool. 41 # 2. Verify the pool has not been actually created 64 "without actually creating the pool."
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/ |
| H A D | AMDGPUPALMetadata.h | 85 // record for logging etc; wave dispatch actually uses the rsrc1 register for 96 // record for logging etc; wave dispatch actually uses the rsrc1 register for 109 // advisory record for logging etc; wave dispatch actually uses the rsrc1 114 // record for logging etc; wave dispatch actually uses the rsrc1 register for 120 // record for logging etc; wave dispatch actually uses the rsrc1 register for
|
| /freebsd/crypto/openssl/doc/man3/ |
| H A D | SSL_read.pod | 22 actually read in B<*readbytes>. 25 respectively except no bytes are actually removed from the underlying BIO during 93 In this case the read function can be called without blocking or actually 122 The return value is the number of bytes actually read from the TLS/SSL
|
| H A D | SSL_get_current_cipher.pod | 24 the description of the actually used cipher of a connection established with 47 SSL_get_current_cipher() returns the cipher actually used, or NULL if
|
| /freebsd/secure/lib/libcrypto/man/man3/ |
| H A D | SSL_read.3 | 84 actually read in \fB*readbytes\fR. 87 respectively except no bytes are actually removed from the underlying BIO during 154 In this case the read function can be called without blocking or actually 179 The return value is the number of bytes actually read from the TLS/SSL
|
| /freebsd/contrib/pam_modules/pam_passwdqc/ |
| H A D | PLATFORMS | 16 be for FreeBSD to start actually using PAM from password changing. 27 You will likely also need to set "max=8" in order to actually enforce
|
| /freebsd/crypto/openssl/doc/designs/ddd/ |
| H A D | WINDOWS.md | 18 contiguously like FDs. As such, Windows select() is actually very similar to 31 For this reason it's actually common for asynchronous I/O libraries to basically 41 actually more similar to a high-level asynchronous I/O library such as libuv or
|
| /freebsd/lib/libc/tests/stdlib/libatexit/ |
| H A D | libatexit.cc | 38 * never actually execute this handler because it's added during in ~other_object() 43 * actually ran. in ~other_object()
|
| /freebsd/lib/libc/locale/ |
| H A D | xlocale_private.h | 116 /** Flag indicating whether this locale is actually using a locale for 122 /** Flag indicating whether this locale is actually using a locale for 125 /** Flag indicating whether this locale is actually using a locale for 128 /** Flag indicating whether this locale is actually using a locale for
|
| /freebsd/lib/libpmc/pmu-events/arch/x86/skylakex/ |
| H A D | uncore-memory.json | 170 …actually performing the write to DRAM. Therefore, the average latency for this queue is actually …
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| H A D | LoadLinkableFile.cpp | 24 // TODO: Actually check the architecture of the file. in checkCOFFRelocatableObject() 31 // TODO: Actually check the architecture of the file. in checkXCOFFRelocatableObject() 37 // TODO: Actually check the architecture of the file. in checkELFRelocatableObject()
|
| /freebsd/lib/libsys/ |
| H A D | read.2 | 111 the pointer is incremented by the number of bytes actually read. 124 return the number of bytes actually read and placed in the buffer. 149 number of bytes actually read is returned.
|
| /freebsd/contrib/llvm-project/openmp/runtime/src/ |
| H A D | kmp_collapse.h | 162 // Smallest possible value of iv (may be smaller than actually possible) 170 // Biggest possible value of iv (may be bigger than actually possible) 184 // Smallest possible value of iv (may be smaller than actually possible) 187 // Biggest possible value of iv (may be bigger than actually possible)
|
| /freebsd/sys/contrib/edk2/Include/Protocol/ |
| H A D | FirmwareVolumeBlock.h | 153 indicate the number of bytes actually read. The caller must be 221 must be set to correctly indicate the number of bytes actually 236 bytes actually written. 246 actually written.
|
| /freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_wait/ |
| H A D | zpool_wait_remove.ksh | 30 # 5. Sleep for a few seconds and check that the process is actually waiting. 68 # Make sure the 'zpool wait' is actually waiting
|
| /freebsd/tests/sys/cddl/zfs/tests/cli_user/misc/ |
| H A D | zfs_share_001_neg.ksh | 66 # Now verify that the above command didn't actually do anything 69 log_fail "$TESTPOOL/$TESTFS/unshared was actually shared!"
|
| /freebsd/lib/libsys/i386/ |
| H A D | i386_set_watch.3 | 81 Note that these functions do not actually set or clear breakpoints; 99 argument, or the watchnum actually used in the case where the specified
|