Home
last modified time | relevance | path

Searched refs:issued (Results 1 – 25 of 109) sorted by relevance

12345

/freebsd/sys/contrib/openzfs/module/zfs/
H A Ddmu_zfetch.c677 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 DCT_POLICY_EVAL_CTX_new.pod43 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 DSSL_CTX_set_num_tickets.pod10 - 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 DSCT_validate.pod38 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 DSCT_new.pod97 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 DX509_check_issued.pod5 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 DX509V3_set_ctx.pod30 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 DOSSL_CMP_validate_msg.pod43 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 DCTLOG_STORE_get0_log_by_id.pod19 (CT) log that issued it using the log's LogID (see RFC 6962, Section 3.2).
H A DSCT_print.pod24 is provided, it will be used to print the description of the CT log that issued
H A DX509_get_extension_flags.pod39 issued from that CA.
64 The certificate is self issued (that is subject and issuer names match).
H A DX509_STORE_set_verify_cb_func.pod156 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 Dincludes1.cnf15 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 Dtest.cnf10 certs = $dir/certs # Where the issued certs are kept
11 crl_dir = $dir/crl # Where the issued crl are kept
H A DCAtsa.cnf29 certs = $dir/certs # Where the issued certs are kept
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetPfmCounters.td24 // 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 DARMScheduleM7.td87 // 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 DARMScheduleM4.td14 let IssueWidth = 1; // Only IT can be dual-issued, so assume single-issue
/freebsd/sys/contrib/openzfs/cmd/zpool_influxdb/
H A DREADME.md103 | 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 Dmps_sas.h71 uint64_t issued; member
/freebsd/crypto/openssl/doc/internal/man3/
H A Dx509v3_cache_extensions.pod18 for instance whether the certificate is self-issued or has version X.509v1.
/freebsd/sys/dev/mpr/
H A Dmpr_sas.h72 uint64_t issued; member
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCScheduleP8.td
H A DPPCScheduleP9.td13 // 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 DChangeLog.md87 - Fix include when EPERM is issued

12345