/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | dmu_zfetch.c | 677 int issued = 0; in dmu_zfetch_prepare() local 679 issued += dbuf_prefetch(zf->zf_dnode, 1, iblk, in dmu_zfetch_prepare() 685 if (issued) in dmu_zfetch_prepare() 686 ZFETCHSTAT_ADD(zfetchstat_io_issued, issued); in dmu_zfetch_prepare() 695 int epbs, issued; in dmu_zfetch_run() local 729 issued = pf_end - pf_start + ipf_end - ipf_start; in dmu_zfetch_run() 730 if (issued > 1) { in dmu_zfetch_run() 732 zfs_refcount_add_few(&zs->zs_refs, issued - 1, NULL); in dmu_zfetch_run() 733 } else if (issued == 0) { in dmu_zfetch_run() 739 aggsum_add(&zfetch_sums.zfetchstat_io_active, issued); in dmu_zfetch_run() [all …]
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | CT_POLICY_EVAL_CTX_new.pod | 43 the public key of the log that issued the SCT 47 the certificate that the SCT was issued for 51 the issuer certificate (if the SCT was issued for a pre-certificate) 75 CT_POLICY_EVAL_CTX_set1_cert() to provide the certificate the SCTs were issued for 97 issued in the future. RFC6962 states that "TLS clients MUST reject SCTs whose 114 was issued for a pre-certificate. This will be the case for SCTs embedded in a
|
H A D | SSL_CTX_set_num_tickets.pod | 10 - control the number of TLSv1.3 session tickets that are issued 31 issued will never be more than 1 regardless of the value set via 33 0 then no tickets will be issued for either a normal connection or a resumption. 35 Tickets are also issued on receipt of a post-handshake certificate from the 39 verification status). The number of tickets issued will normally be the same as
|
H A D | SCT_validate.pod | 38 The certificate the SCT was issued for. 47 This is only required if the SCT was issued for a pre-certificate 53 A CTLOG_STORE that contains the CT log that issued this SCT. 55 If the SCT was issued by a log that is not in this CTLOG_STORE, the validation
|
H A D | SCT_new.pod | 97 SCT_set_log_entry_type() to set the type of certificate the SCT was issued for: 111 SCT_set_timestamp() to set the time the SCT was issued (time in milliseconds 147 The type of certificate the SCT was issued for: 153 The time that the SCT was issued (time in milliseconds since the Unix Epoch). 184 certificate the SCT was issued for can be inferred from where the SCT was found. 185 For example, an SCT found in an X.509 extension must have been issued for a pre-
|
H A D | X509_check_issued.pod | 5 X509_check_issued - checks if certificate is apparently issued by another 17 X509_check_issued() checks if certificate I<subject> was apparently issued
|
H A D | X509V3_set_ctx.pod | 30 which means that I<subject> is self-issued (or even self-signed). 40 This should be done for self-issued certificates (which may be self-signed
|
H A D | OSSL_CMP_validate_msg.pod | 43 any self-issued certificate from the I<msg> extraCerts field may be used 45 used also to validate the issued certificate returned in the IP message. This is
|
H A D | CTLOG_STORE_get0_log_by_id.pod | 19 (CT) log that issued it using the log's LogID (see RFC 6962, Section 3.2).
|
H A D | SCT_print.pod | 24 is provided, it will be used to print the description of the CT log that issued
|
H A D | X509_get_extension_flags.pod | 39 issued from that CA. 64 The certificate is self issued (that is subject and issuer names match).
|
H A D | X509_STORE_set_verify_cb_func.pod | 156 certificate I<x> is issued by the issuer certificate I<issuer>. 158 been issued with I<issuer>) and 1 on success.
|
/freebsd/crypto/openssl/test/recipes/90-test_includes_data/conf-includes/ |
H A D | includes1.cnf | 15 certs = $dir/certs # Where the issued certs are kept 16 crl_dir = $dir/crl # Where the issued crl are kept
|
/freebsd/crypto/openssl/test/ |
H A D | test.cnf | 10 certs = $dir/certs # Where the issued certs are kept 11 crl_dir = $dir/crl # Where the issued crl are kept
|
H A D | CAtsa.cnf | 29 certs = $dir/certs # Where the issued certs are kept
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/ |
H A D | TargetPfmCounters.td | 24 // The name of the ProcResource on which uops are issued. This is used by 66 // Processors can define how to measure issued uops by defining IssueCounters.
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMScheduleM7.td | 87 // These cannot be dual-issued with any instructions. 185 // Non general purpose instructions may not be dual issued. These 230 // Exclusive loads/stores cannot be dual-issued 238 // Load/store multiples cannot be dual-issued. Note that default scheduling 251 // Load/store doubles cannot be dual-issued. 307 // Load/store multiples cannot be dual-issued.
|
H A D | ARMScheduleM4.td | 14 let IssueWidth = 1; // Only IT can be dual-issued, so assume single-issue
|
/freebsd/sys/contrib/openzfs/cmd/zpool_influxdb/ |
H A D | README.md | 103 | issued | bytes | size of I/Os issued to disks | 104 | pass_issued | bytes | size of I/Os issued to disks for current pass | 117 An I/O is pending prior to being issued to the vdev. An active 118 I/O has been issued to the vdev. The scheduler and its tunable
|
/freebsd/sys/dev/mps/ |
H A D | mps_sas.h | 71 uint64_t issued; member
|
/freebsd/crypto/openssl/doc/internal/man3/ |
H A D | x509v3_cache_extensions.pod | 18 for instance whether the certificate is self-issued or has version X.509v1.
|
/freebsd/sys/dev/mpr/ |
H A D | mpr_sas.h | 72 uint64_t issued; member
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCScheduleP8.td |
|
H A D | PPCScheduleP9.td | 13 // The maximum number of instructions to be issued at the same time. 35 // resolved and they can be issued. Each of four execution slices has an
|
/freebsd/contrib/libucl/ |
H A D | ChangeLog.md | 87 - Fix include when EPERM is issued
|