/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/slog/ |
H A D | slog_replay_volume.ksh | 35 # The general idea is to build up an intent log from a bunch of 38 # replay the intent log and verify the checksums. 40 # To enable this automated testing of the intent log some minimal 55 # intent log contains a complete set of deltas to replay it> 56 # 6. Import TESTVOL <which replays the intent log> and mount it. 78 log_assert "Replay of intent log succeeds." 149 # the intent log contains a complete set of deltas to replay. 159 # 6. Import TESTPOOL, the intent log is replayed during minor creation. 179 log_pass "Replay of intent log succeeds."
|
H A D | slog_replay_fs_002.ksh | 42 # intent log contains a complete set of deltas to replay it> 43 # 6. Remount TESTFS <which replays the intent log> 54 log_assert "Replay of intent log succeeds." 107 # At this stage TESTFS is empty again and frozen, the intent log contains 118 # 6. Remount TESTFS <which replays the intent log> 137 log_pass "Replay of intent log succeeds."
|
H A D | slog_replay_fs_001.ksh | 35 # The general idea is to build up an intent log from a bunch of 37 # file system. Then copy the file system, replay the intent 40 # To enable this automated testing of the intent log some minimal 54 # intent log contains a complete set of deltas to replay it> 55 # 6. Remount TESTFS <which replays the intent log> 61 log_assert "Replay of intent log succeeds." 222 # At this stage TESTFS is empty again and frozen, the intent log contains 233 # 6. Remount TESTFS <which replays the intent log> 258 log_pass "Replay of intent log succeeds."
|
H A D | slog_016_pos.ksh | 39 # intent log contains a complete set of deltas to replay it> 40 # 5. Remount TESTFS <which replays the intent log> 110 # intent log contains a complete set of deltas to replay it. 120 # 5. Remount TESTFS <which replays the intent log>
|
/freebsd/contrib/wpa/wpa_supplicant/examples/p2p/ |
H A D | p2p_connect.py | 26 print(" -g = group owner intent") 155 # Display requires a pin, and a go intent of 15 169 # Keypad requires a pin, and a go intent of less than 15 179 error = "Error :\n Group Owner intent cannot be" + \ 260 # Group Owner Intent 275 # Group Owner Intent Check 277 print("Error:\n Group Owner Intent must be between 0 and 15 inclusive")
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/block_cloning/ |
H A D | block_cloning_replay.ksh | 37 # <At this stage TESTFS is frozen, the intent log contains a 39 # 6. Remount TESTFS <which replays the intent log> 99 # At this stage TESTFS is frozen, the intent log contains a complete set 110 # 6. Remount TESTFS <which replays the intent log>
|
H A D | block_cloning_replay_encrypted.ksh | 37 # <At this stage TESTFS is frozen, the intent log contains a 39 # 6. Remount encrypted TESTFS <which replays the intent log> 101 # At this stage TESTFS is frozen, the intent log contains a complete set 112 # 6. Remount TESTFS <which replays the intent log>
|
/freebsd/crypto/openssl/Configurations/ |
H A D | README-design.md | 432 intent => one of "libs", "dso", "bin" ); 445 end product (the file indicated by 'src'). 'intent' 458 intent => one of "lib", "dso", "bin" ); 468 'intent' indicates what this object file is going 524 intent is to build a shareable library that can be 580 intent => "lib"); 586 intent => "lib"); 592 intent => "lib"); 601 intent => "lib");
|
H A D | gentemplate.pm | 400 $self->doobj($_, $lib, intent => "shlib", attrs => { %attrs }); 403 $self->dogenerate($_, undef, undef, intent => "lib"); 442 $self->doobj($_, $lib, intent => "lib", attrs => { %attrs }); 477 $self->doobj($_, $module, intent => "dso", attrs => { %attrs }); 479 $self->dogenerate($_, undef, $module, intent => "dso"); 509 $self->doobj($_, $bin, intent => "bin", attrs => { %attrs });
|
H A D | README.md | 516 intent => one of "libs", "dso", "bin" ); 529 end product (the file indicated by 'src'). 'intent' 542 intent => one of "lib", "dso", "bin" ); 552 'intent' indicates what this object file is going 608 intent is to build a shareable library that can be
|
/freebsd/contrib/wpa/wpa_supplicant/examples/ |
H A D | dpp-qrcode.py | 45 if "ResultHandler: Launching intent: Intent" not in line: 47 if "act=android.intent.action.VIEW" not in line:
|
/freebsd/sys/contrib/openzfs/man/man7/ |
H A D | zpoolconcepts.7 | 173 A separate intent log device. 177 However, raidz vdev types are not supported for the intent log. 179 .Sx Intent Log 374 .Ss Intent Log 375 The ZFS Intent Log (ZIL) satisfies POSIX requirements for synchronous 382 By default, the intent log is allocated from blocks within the main pool. 383 However, it might be possible to get better performance using separate intent
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/suid/ |
H A D | suid_write_zil_replay.ksh | 76 # At this stage TESTFS is empty again and frozen, the intent log contains 87 # 5. Remount TESTFS <which replays the intent log>
|
/freebsd/sys/contrib/openzfs/include/sys/ |
H A D | zil.h | 47 * Intent log format: 49 * Each objset has its own intent log. The log header (zil_header_t) 50 * for objset N's intent log is kept in the Nth object of the SPA's 59 * Intent log header - this on disk structure holds fields to manage 86 * The zio_eck_t contains a zec_cksum which for the intent log is 143 * Intent log transaction types and record structures 217 uint64_t lrc_txtype; /* intent log transaction type */
|
H A D | zil_impl.h | 155 * Intent log transaction lists 187 * Stable storage intent log management structure. One per dataset. 217 itxg_t zl_itxg[TXG_SIZE]; /* intent log txg chains */
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_import/ |
H A D | zpool_import_status.ksh | 83 # Freeze the pool to retain intent log records 95 # At this stage the zfs intent log contains
|
/freebsd/contrib/wpa/src/utils/ |
H A D | browser-wpadebug.c | 107 argv[5] = "android.intent.category.LAUNCHER"; in hs20_web_browser() 132 "-c android.intent.category.LAUNCHER " in hs20_web_browser()
|
/freebsd/share/man/man4/ |
H A D | smb.4 | 89 It just issues the device address with write intent to the bus. 93 It just issues the device address with read intent to the bus.
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Expression/ |
H A D | IRMemoryMap.h | 46 eAllocationPolicyMirror, ///< The intent is that this allocation exist both 49 eAllocationPolicyProcessOnly ///< The intent is that this allocation exist
|
/freebsd/sys/contrib/openzfs/man/man8/ |
H A D | zdb.8 | 257 .It Fl i , -intent-logs 258 Display information about intent log 261 If specified multiple times, display counts of each intent log transaction type.
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
H A D | MetaRenamer.h | 9 // This pass renames everything with metasyntatic names. The intent is to use
|
/freebsd/contrib/ntp/libntp/lib/isc/include/isc/ |
H A D | magic.h | 33 * The intent of this is to allow magic numbers to be checked even though
|
/freebsd/crypto/openssl/apps/include/ |
H A D | fmt.h | 23 * contents. The FORMAT_xxx macros are meant to express an intent with the
|
/freebsd/share/man/man9/ |
H A D | microtime.9 | 89 The intent of the
|
H A D | microuptime.9 | 103 The intent of the
|