/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 | 71 is used at all, actually, since we have DEV_BSIZE valid/dirty granularity 103 to the VFS device, not when the physical I/O is actually initiated. 106 you wind up with pages marked clean that are actually still dirty. 118 be interpreted to mean that the buffer is still actually dirty and must be 119 written to its backing store before it can actually be released.
|
/freebsd/share/doc/papers/malloc/ |
H A D | implementation.ms | 131 the page is actually the pginfo structure and deals with it accordingly. 137 brk(2) is actually not a very fast system call when you ask for storage. 145 The page directory is actually kept in a mmap(2)'ed piece of 170 It's amazing how few programs actually handle this condition correctly, 208 Using mmap(2) instead of brk(2) was actually slower, since brk(2)
|
H A D | alternatives.ms | 13 These problems were actually the inspiration for the first alternative 21 chunks are actually in which state and so on.
|
/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/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/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/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 114 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
|
H A D | UI_create_method.pod | 71 the other, so care must be taken which ones it actually uses. 78 actually display it and accepting input ended with a pressed button. 86 the other, so care must be taken which ones it actually uses.
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/ |
H A D | AMDGPUPALMetadata.h | 86 // record for logging etc; wave dispatch actually uses the rsrc1 register for 97 // record for logging etc; wave dispatch actually uses the rsrc1 register for 110 // advisory record for logging etc; wave dispatch actually uses the rsrc1 115 // record for logging etc; wave dispatch actually uses the rsrc1 register for 121 // record for logging etc; wave dispatch actually uses the rsrc1 register for
|
/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/lib/libc/tests/stdlib/libatexit/ |
H A D | libatexit.cc | 35 * never actually execute this handler because it's added during in ~other_object() 40 * 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/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/secure/lib/libcrypto/man/man3/ |
H A D | SSL_read.3 | 157 actually read in \fB*readbytes\fR. 160 respectively except no bytes are actually removed from the underlying \s-1BIO\s0 during 227 In this case the read function can be called without blocking or actually 244 The return value is the number of bytes actually read from the \s-1TLS/SSL\s0
|
/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/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
|