| /freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_initialize/ |
| H A D | zpool_initialize_multiple_pools.ksh | 23 # Verify 'zpool initialize -a' works correctly with multiple pools 27 # 2. Start a initialize operation on all pools using 'zpool initialize -a'. 29 # 4. Wait for the initialize operation to complete. 30 # 5. Verify that the initialize operation is complete on all pools. 31 # 6. Start a initializing on all pools using 'zpool initialize -w -a'. 32 # 7. Verify that the initialize operation is complete on all pools. 34 # 9. Verify that the initialize status is correctly updated on all pools. 46 # Restore the chunk size only after the pools (and their initialize 55 log_assert "Verify if 'zpool initialize -a' works correctly with multiple pools." 78 # Start an initialize operation on all pools using 'zpool initialize -a'. [all …]
|
| H A D | zpool_initialize_uninit.ksh | 23 # Starting, stopping, uninitializing, and restart an initialize works. 76 log_must zpool initialize -u $TESTPOOL 80 log_must zpool initialize $TESTPOOL 83 log_mustnot zpool initialize -u $TESTPOOL 86 log_must zpool initialize -c $TESTPOOL 89 log_must zpool initialize -u $TESTPOOL 93 log_must zpool initialize $TESTPOOL 96 log_mustnot zpool initialize -u $TESTPOOL 99 log_must zpool initialize -s $TESTPOOL 102 log_must zpool initialize -u $TESTPOOL [all …]
|
| H A D | zpool_initialize_start_and_cancel_neg.ksh | 22 # Cancelling and suspending initialize doesn't work if not all specified vdevs 29 # 4. Try to re-initialize the currently initializing disk. 38 log_must zpool initialize $TESTPOOL $DISK1 41 log_fail "Initialize did not start" 43 log_mustnot zpool initialize -c $TESTPOOL $DISK2 44 log_mustnot zpool initialize -c $TESTPOOL $DISK2 $DISK3 46 log_mustnot zpool initialize -s $TESTPOOL $DISK2 47 log_mustnot zpool initialize -s $TESTPOOL $DISK2 $DISK3 49 log_mustnot zpool initialize $TESTPOOL $DISK1 51 log_pass "Nonsensical initialize operations fail"
|
| H A D | zpool_initialize_start_and_cancel_pos.ksh | 22 # Starting and stopping an initialize works. 33 log_must zpool initialize $TESTPOOL 36 log_fail "Initialize did not start" 38 log_must zpool initialize -c $TESTPOOL 41 log_fail "Initialize did not stop" 43 log_pass "Initialize start + cancel works"
|
| H A D | zpool_initialize_zero.ksh | 18 # "zpool initialize -z" writes zeroes instead of the default pattern, and the 25 # 2. Create a one-disk pool and run "zpool initialize -w -z". 41 log_assert "'zpool initialize -z' writes zeroes and persists the choice" 50 log_must zpool initialize -w -z $TESTPOOL 79 log_fail "0xff pre-fill still present after 'initialize -z'" 81 log_fail "free space is not predominantly zero after 'initialize -z'" 83 log_pass "'zpool initialize -z' zeroed the pool's free space"
|
| H A D | zpool_initialize_unsupported_vdevs.ksh | 22 # Attempting to initialize unsupported vdevs should fail. 34 # 2. Try to initialize vdev1, vdev2, and vdev3. Ensure that all 3 fail. 60 log_mustnot zpool initialize $TESTPOOL mirror-0 62 log_mustnot zpool initialize $TESTPOOL ${FDISKS[$n]} 65 log_pass "Attempting to initialize failed on unsupported devices"
|
| /freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_wait/ |
| H A D | zpool_wait_initialize_flag.ksh | 23 # -w flag for 'zpool initialize' waits for the completion of all and only those 29 # 'zpool initialize -w' 30 # 3. Start initializing disk 3 with a second invocation of 'zpool initialize -w' 59 log_bkgrnd zpool initialize -w $TESTPOOL $DISK1 $DISK2 61 log_bkgrnd zpool initialize -w $TESTPOOL $DISK3 73 log_must zpool initialize -c $TESTPOOL $DISK1 81 log_must zpool initialize -c $TESTPOOL $DISK3 86 log_must zpool initialize -c $TESTPOOL $DISK2 89 log_pass "'zpool initialize -w' works."
|
| H A D | zpool_wait_multiple.ksh | 27 # 2. Alterate running two different activities (scrub and initialize), 58 log_bkgrnd zpool wait -t scrub,initialize $TESTPOOL 63 log_must zpool initialize $TESTPOOL $DISK1 69 log_must zpool initialize -s $TESTPOOL $DISK1 73 log_must zpool initialize $TESTPOOL $DISK1 81 log_must zpool initialize -s $TESTPOOL $DISK1
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
| H A D | DebugSubsectionVisitor.cpp | 35 if (auto EC = Fragment.initialize(Reader)) in visitDebugSubsection() 42 if (auto EC = Fragment.initialize(Reader)) in visitDebugSubsection() 49 if (auto EC = Fragment.initialize(Reader)) in visitDebugSubsection() 55 if (auto EC = Section.initialize(Reader)) in visitDebugSubsection() 61 if (auto EC = Section.initialize(Reader)) in visitDebugSubsection() 67 if (auto EC = Section.initialize(Reader)) in visitDebugSubsection() 73 if (auto EC = Section.initialize(Reader)) in visitDebugSubsection() 79 if (auto EC = Section.initialize(Reader)) in visitDebugSubsection() 85 if (auto EC = Section.initialize(Reader)) in visitDebugSubsection()
|
| /freebsd/crypto/openssl/apps/ |
| H A D | vms_decc_init.c | 18 * decc_init() On non-VAX systems, uses LIB$INITIALIZE to set a collection 62 /* LIB$INITIALIZE initialization function. */ 84 /* Set the global flag to indicate that LIB$INITIALIZE worked. */ in decc_init() 131 /* Get "decc_init()" into a valid, loaded LIB$INITIALIZE PSECT. */ 136 * Establish the LIB$INITIALIZE PSECTs, with proper alignment and other 150 #pragma extern_model strict_refdef "LIB$INITIALIZE" PSECT_ALIGN, nopic, nowrt 155 /* Fake reference to ensure loading the LIB$INITIALIZE PSECT. */ 159 int LIB$INITIALIZE(void); 162 int dmy_lib$initialize = (int)LIB$INITIALIZE;
|
| /freebsd/contrib/llvm-project/lldb/source/Initialization/ |
| H A D | SystemInitializerCommon.cpp | 44 llvm::Error SystemInitializerCommon::Initialize() { in Initialize() 69 Diagnostics::Initialize(); in Initialize() 70 FileSystem::Initialize(); in Initialize() 71 HostInfo::Initialize(m_shlib_dir_helper); in Initialize() 73 llvm::Error error = Socket::Initialize(); in Initialize() 79 process_gdb_remote::ProcessGDBRemoteLog::Initialize(); in Initialize() 83 ProcessPOSIXLog::Initialize(); in Initialize() 86 ProcessWindowsLog::Initialize(); in Initialize() 43 llvm::Error SystemInitializerCommon::Initialize() { Initialize() function in SystemInitializerCommon
|
| /freebsd/contrib/llvm-project/lldb/tools/lldb-server/ |
| H A D | SystemInitializerLLGS.cpp | 59 llvm::Error SystemInitializerLLGS::Initialize() { in Initialize() function in SystemInitializerLLGS 60 if (auto e = SystemInitializerCommon::Initialize()) in Initialize() 63 HostObjectFile::Initialize(); in Initialize() 66 EmulateInstructionARM::Initialize(); in Initialize() 69 EmulateInstructionLoongArch::Initialize(); in Initialize() 72 EmulateInstructionMIPS::Initialize(); in Initialize() 75 EmulateInstructionMIPS64::Initialize(); in Initialize() 78 EmulateInstructionRISCV::Initialize(); in Initialize()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/ |
| H A D | ScriptInterpreterPythonInterfaces.cpp | 27 void ScriptInterpreterPythonInterfaces::Initialize() { in Initialize() function in ScriptInterpreterPythonInterfaces 28 OperatingSystemPythonInterface::Initialize(); in Initialize() 29 ScriptedPlatformPythonInterface::Initialize(); in Initialize() 30 ScriptedProcessPythonInterface::Initialize(); in Initialize() 31 ScriptedStopHookPythonInterface::Initialize(); in Initialize() 32 ScriptedThreadPlanPythonInterface::Initialize(); in Initialize()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | TargetSelect.h | 10 // linked into the main application executable, and initialize them as 122 /// initialize the native target corresponding to the host. This is useful 127 // If we have a native target, initialize it to ensure it is linked in. in InitializeNativeTarget() 139 /// this function to initialize the native target asm printer. 141 // If we have a native target, initialize the corresponding asm printer. in InitializeNativeTargetAsmPrinter() 151 /// this function to initialize the native target asm parser. 153 // If we have a native target, initialize the corresponding asm parser. in InitializeNativeTargetAsmParser() 163 /// this function to initialize the native target disassembler. 165 // If we have a native target, initialize the corresponding disassembler. in InitializeNativeTargetDisassembler() 175 /// this function to initialize the target CustomBehaviour and
|
| /freebsd/sys/dev/pms/RefTisa/tisa/sassata/sas/ini/ |
| H A D | itdio.c | 189 /* initialize */ in tiINIIOStart() 192 /* let's initialize tdIOrequestBody */ in tiINIIOStart() 193 /* initialize callback */ in tiINIIOStart() 196 /* initialize tiDevhandle */ in tiINIIOStart() 199 /* initialize tiIORequest */ in tiINIIOStart() 205 /* initialize expDataLength */ in tiINIIOStart() 227 /* initialize agIORequest */ in tiINIIOStart() 234 initialize in tiINIIOStart() 346 /* initialize */ in tiINIIOStart() 348 /* initialize tiDevhandle */ in tiINIIOStart() [all …]
|
| /freebsd/crypto/heimdal/doc/doxyout/hcrypto/man/man3/ |
| H A D | hcrypto_des.3 | 260 \fIkey\fP a key to initialize the key schedule with. 262 \fIks\fP a key schedule to initialize. 324 \fIkey\fP a key to initialize the key schedule with. 326 \fIks\fP a key schedule to initialize. 341 \fIkey\fP a key to initialize the key schedule with. 343 \fIks\fP a key schedule to initialize. 360 \fIkey\fP a key to initialize the key schedule with. 362 \fIks\fP a key schedule to initialize.
|
| /freebsd/share/man/man3/ |
| H A D | pthread_rwlock_init.3 | 30 .Nd initialize a read/write lock 40 function is used to initialize a read/write lock, with attributes 63 initialize the lock. 65 Insufficient memory exists to initialize the lock. 76 The system has detected an attempt to re-initialize the object
|
| H A D | pthread_spin_init.3 | 30 .Nd "initialize or destroy a spin lock" 42 function will initialize 84 An attempt to initialize or destroy 100 to initialize 103 Insufficient memory to initialize
|
| /freebsd/contrib/llvm-project/lldb/source/API/ |
| H A D | SystemInitializerFull.cpp | 53 llvm::Error SystemInitializerFull::Initialize() { in Initialize() function in SystemInitializerFull 54 llvm::Error error = SystemInitializerCommon::Initialize(); in Initialize() 58 // Initialize LLVM and Clang in Initialize() 64 // Initialize the command line parser in LLVM. This usually isn't necessary in Initialize() 76 PluginManager::Initialize(); in Initialize() 79 // Settings must be initialized AFTER PluginManager::Initialize is called. in Initialize() 129 Debugger::Initialize(LoadPlugin); in Initialize()
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/OProfileJIT/ |
| H A D | OProfileWrapper.cpp | 53 bool OProfileWrapper::initialize() { in initialize() function in llvm::OProfileWrapper 183 initialize(); in op_open_agent() 195 initialize(); in op_close_agent() 216 initialize(); in op_write_native_code() 229 initialize(); in op_write_debug_line_info() 239 initialize(); in op_major_version() 249 initialize(); in op_minor_version() 259 initialize(); in op_unload_native_code()
|
| /freebsd/sys/contrib/openzfs/man/man8/ |
| H A D | zpool-initialize.8 | 26 .Nm zpool-initialize 30 .Cm initialize 61 .Nm zpool Cm initialize 68 .Nm zpool Cm initialize 69 with no flags can be used to re-initialize all unallocated regions on
|
| /freebsd/stand/forth/ |
| H A D | loader.4th | 171 s" /boot/defaults/loader.conf" initialize 174 \ If the user defined a post-initialize hook, call it now 175 s" post-initialize" sfind if execute else drop then 194 \ ***** initialize 200 : initialize ( -- flag ) 201 s" /boot/defaults/loader.conf" initialize 204 \ If the user defined a post-initialize hook, call it now 205 s" post-initialize" sfind if execute else drop then
|
| /freebsd/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | UnwindTable.cpp | 39 void UnwindTable::Initialize() { in Initialize() function in UnwindTable 135 Initialize(); in GetFuncUnwindersContainingAddress() 167 Initialize(); in GetUncachedFuncUnwindersContainingAddress() 190 Initialize(); in GetObjectFileUnwindInfo() 195 Initialize(); in GetEHFrameInfo() 200 Initialize(); in GetDebugFrameInfo() 205 Initialize(); in GetCompactUnwindInfo() 210 Initialize(); in GetArmUnwindInfo()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ |
| H A D | InitializePasses.h | 1 //===- llvm/InitializePasses.h - Initialize All Passes ----------*- C++ -*-===// 23 /// Initialize all passes linked into the Core library. 26 /// Initialize all passes linked into the TransformUtils library. 29 /// Initialize all passes linked into the ScalarOpts library. 32 /// Initialize all passes linked into the Vectorize library. 35 /// Initialize all passes linked into the InstCombine library. 38 /// Initialize all passes linked into the IPO library. 41 /// Initialize all passes linked into the Analysis library. 44 /// Initialize all passes linked into the CodeGen library. 47 /// Initialize all passes linked into the GlobalISel library. [all …]
|
| /freebsd/sys/contrib/openzfs/module/zfs/ |
| H A D | hkdf.c | 30 /* initialize HMAC mechanism */ in hkdf_sha512_extract() 35 /* initialize the salt as a crypto key */ in hkdf_sha512_extract() 39 /* initialize crypto data for the input and output data */ in hkdf_sha512_extract() 76 /* initialize HMAC mechanism */ in hkdf_sha512_expand() 81 /* initialize the salt as a crypto key */ in hkdf_sha512_expand() 85 /* initialize crypto data for the input and output data */ in hkdf_sha512_expand()
|