/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/reservation/ |
H A D | reservation_022_pos.ksh | 24 # Cloning a volume with -o refreservation=auto creates a thick provisioned 49 "provisioned volume" 68 # Verify it is thick provisioned 73 # Clone the thick provisioned volume 78 # Verify new newest clone is also thick provisioned 83 log_pass "Cloning a thick provisioned volume results in a sparse volume"
|
H A D | reservation_019_pos.ksh | 24 # A thin provisioned volume can become thick provisioned with 'zfs set 29 # 2) Use zfs set refreservation=auto to make it thick provisioned. 43 log_assert "A thin provisioned volume can become thick provisioned with" \
|
H A D | reservation_020_pos.ksh | 24 # Cloning a thick provisioned volume results in a sparse volume 27 # 1) Create a thick provisioned volume. 42 log_assert "Cloning a thick provisioned volume results in a sparse volume" 65 log_pass "Cloning a thick provisioned volume results in a sparse volume"
|
/freebsd/crypto/openssl/ssl/quic/ |
H A D | quic_record_shared.h | 28 * a TX EL in the Provisioned state is always in the Normal substate. 30 * Key material is available if in the Provisioned state. 33 #define QRL_EL_STATE_PROV_NORMAL 1 /* Provisioned - Normal */ 34 #define QRL_EL_STATE_PROV_UPDATING 2 /* Provisioned - Updating */ 35 #define QRL_EL_STATE_PROV_COOLDOWN 3 /* Provisioned - Cooldown */ 92 * we are in the PROVISIONED state), 0 if we do not yet have material (we are in 102 * the PROVISIONED state; otherwise, the returned EL may be in any state.
|
H A D | quic_record_shared.c | 227 * the state so it can be provisioned again. in ossl_qrl_enc_level_set_provide_secret() 320 * We are now provisioned: KS0 has our current key (for key epoch 0), KS1 in ossl_qrl_enc_level_set_provide_secret()
|
H A D | quic_channel_local.h | 343 * are provisioned to determine which ELs to use. 352 * as it can be inferred from what keys we have provisioned, but makes
|
H A D | quic_txp.c | 1447 * connection is fully established we have only one provisioned EL and this in txp_should_try_staging() 1448 * is a non-issue. Where multiple ELs are provisioned, it is possible the in txp_should_try_staging() 1450 * is preferable to use the lowest EL which is still provisioned. in txp_should_try_staging() 1461 * At the same time, just because we have the 1-RTT EL provisioned locally in txp_should_try_staging() 1469 * provisioned the server is guaranteed to also have a 1-RTT EL provisioned. in txp_should_try_staging()
|
/freebsd/crypto/openssl/include/internal/ |
H A D | quic_record_rx.h | 91 * Once keys have been provisioned for an EL, you call 94 * even before any keys have been provisioned for that EL. 337 * secrets. Even if a 1-RTT secret is provisioned for the QRX, incoming 1-RTT 390 * PROVISIONED 408 * The RX starts (once a secret has been provisioned) in the NORMAL state. In 467 * considered substates of the PROVISIONED state. Providing a secret to the QRX 468 * for an EL transitions from UNPROVISIONED, the initial state, to PROVISIONED 470 * current substate of the PROVISIONED state is to the DISCARDED state, which is 474 * always in the NORMAL substate if it is in the PROVISIONED state. 480 * signalled by the peer. If the 1-RTT EL has not yet been provisioned or has [all …]
|
H A D | quic_record_tx.h | 130 /* Returns 1 if the given encryption level is provisioned. */ 136 * Returns 0 if the specified EL is not provisioned or ciphertext_len is too 147 * provisioned. The result is written to *ciphertext_len. 374 * for the given encryption level. If keys have not been provisioned for the 387 * diagnostic purposes. Returns 0 if 1-RTT EL is not provisioned yet.
|
/freebsd/sys/contrib/device-tree/Bindings/i3c/ |
H A D | i3c.yaml | 129 First half of the Provisioned ID (following the PID 134 Second half of the Provisioned ID (following the PID
|
/freebsd/contrib/wpa/src/eap_peer/ |
H A D | eap_teap_pac.c | 270 "EAP-TEAP: No PAC blob '%s' - assume no PAC entries have been provisioned", in eap_teap_init_pac_data() 281 "EAP-TEAP: No PAC file '%s' - assume no PAC entries have been provisioned", in eap_teap_init_pac_data() 769 "EAP-TEAP: No PAC blob '%s' - assume no PAC entries have been provisioned", in eap_teap_load_pac_bin() 779 "EAP-TEAP: No PAC file '%s' - assume no PAC entries have been provisioned", in eap_teap_load_pac_bin()
|
H A D | eap_fast_pac.c | 269 "provisioned", pac_file + 7); in eap_fast_init_pac_data() 280 "provisioned", pac_file); in eap_fast_init_pac_data() 766 "provisioned", pac_file + 7); in eap_fast_load_pac_bin() 776 "provisioned", pac_file); in eap_fast_load_pac_bin()
|
/freebsd/sbin/newfs/ |
H A D | newfs.8 | 79 Erasing is only relevant to flash-memory or thinly provisioned devices. 311 Thinly provisioned storage also benefits by returning unused blocks to
|
/freebsd/sys/contrib/openzfs/man/man8/ |
H A D | zpool-trim.8 | 51 in the pool which are no longer allocated and allows thinly provisioned
|
/freebsd/usr.sbin/trim/ |
H A D | trim.8 | 52 or thinly provisioned storage).
|
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | README-HS20 | 271 # provisioning_sp: FQDN of the SP that provisioned the credential 272 # This optional field can be used to keep track of the SP that provisioned 277 # provisioned by the same SP (i.e., for entries that have identical
|
H A D | README-DPP | 153 will automatically connect to the already provisioned AP and connection
|
/freebsd/share/man/man4/ |
H A D | ctl.4 | 123 provisioned disk.
|
/freebsd/contrib/wpa/src/eap_server/ |
H A D | eap.h | 188 * This is the hard limit on how long a provisioned PAC-Key can be
|
/freebsd/sys/contrib/edk2/Include/Uefi/ |
H A D | UefiMultiPhase.h | 223 /// provisioned via the key exchange.
|
/freebsd/crypto/openssl/doc/designs/quic-design/ |
H A D | quic-tls.md | 188 implementation. This occurs every time new keys are provisioned (once for the
|
H A D | connection-state-machine.md | 531 modelled on whether we have an EL provisioned or discarded, etc.; thus 591 provisioned.
|
/freebsd/sys/contrib/openzfs/man/man7/ |
H A D | zfsprops.7 | 1675 a volume is thick provisioned 1956 .Qq thin provisioned 1984 .Qq thick provisioned . 1985 A sparse volume can become thick provisioned by setting
|
/freebsd/usr.sbin/ctladm/ |
H A D | ctladm.8 | 1019 Logical units without UNMAP support are reported as fully provisioned. 1098 Create a thin provisioned LUN with a ramdisk as a backing store.
|
/freebsd/usr.sbin/wpa/wpa_supplicant/ |
H A D | wpa_supplicant.conf.5 | 420 PAC is being provisioned or refreshed.
|