/freebsd-src/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | Initialization.h | 1 //===- Initialization.h - Semantic Analysis for Initializers ----*- C++ -*-===// 9 // This file provides supporting data types for initialization of objects. 87 /// The initialization is being done by a delegating constructor. 127 /// object initialized via parenthesized aggregate initialization. 140 /// initialization occurs. 166 /// initialization in a copy or move constructor. These can perform array 170 /// When Kind == EK_Member, whether this is the initial initialization 217 /// Create the initialization entity for a variable. 221 /// Create the initialization entity for the result of a 232 /// Create the initialization entit [all...] |
/freebsd-src/share/man/man9/ |
H A D | SYSINIT.9 | 31 .Nd a framework for dynamic kernel initialization 39 is a mechanism for scheduling the execution of initialization and teardown 43 It allows runtime ordering of subsystem initialization in the kernel as well 55 and initialization ordering constants 78 of initialization within the subsystem, the 92 sorted list of initialization routines. 93 The initialization routines are then executed in the sorted order. 109 subsystem initialization. 110 These modules' initialization routines are sorted and merged into the kernel's 112 initialization routines. [all …]
|
/freebsd-src/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_wait/ |
H A D | zpool_wait_initialize_flag.ksh | 30 # 4. Cancel the initialization of disk 1. Check that neither waiting process 32 # 5. Cancel the initialization of disk 3. Check that only the second waiting 34 # 6. Cancel the initialization of disk 2. Check that the first waiting process 54 # Make sure the initialization takes a while 69 # Cancel initialization of one of disks started by init12, make sure neither 77 # Cancel initialization started by init3, make sure that process exits, but 84 # Cancel last initialization started by init12, make sure it returns.
|
H A D | zpool_wait_initialize_cancel.ksh | 22 # 'zpool wait' works when an initialization operation is canceled. 32 # 6. Cancel the initialization of the device. 34 # 8. Repeat 3-7, except pause the initialization instead of canceling it. 59 # Stop initialization and make sure process returns 68 # Make sure the initialization takes a while 77 log_pass "'zpool wait' works when initialization is stopped before completion."
|
/freebsd-src/share/man/man4/ |
H A D | bce.4 | 268 The driver has encountered a fatal initialization error. 270 The driver has encountered a fatal initialization error. 273 .It "bce%d: Controller initialization failed!" 274 The driver has encountered a fatal initialization error. 361 The driver has encountered a fatal initialization error. 363 The driver has encountered a fatal initialization error. 366 .It "bce%d: Firmware did not complete initialization!" 367 The driver has encountered a fatal initialization error. 369 The driver has encountered a fatal initialization error. 374 during initialization. [all …]
|
H A D | lge.4 | 117 A fatal initialization error has occurred. 119 A fatal initialization error has occurred. 121 A fatal initialization error has occurred. 124 during initialization. 131 initialization.
|
H A D | nge.4 | 180 A fatal initialization error has occurred. 182 A fatal initialization error has occurred. 184 A fatal initialization error has occurred. 187 during initialization. 194 initialization.
|
H A D | ena.4 | 327 .Ss Device initialization phase 331 Error occurred during initialization of the mmio register read request. 347 Initialization of the Admin Queue failed. 349 Device may not be responding or there was a problem with initialization of 358 .Ss Driver initialization/shutdown phase 379 Device initialization failed. 410 Error occurred during initialization of one of RSS resources. 486 IO resources initialization failed. 489 .It ena%d: LRO[%d] Initialization failed! 491 Initialization o [all...] |
H A D | sk.4 | 195 A fatal initialization error has occurred. 197 A fatal initialization error has occurred. 199 A fatal initialization error has occurred. 202 during initialization. 209 initialization.
|
H A D | bge.4 | 229 A fatal initialization error has occurred. 231 A fatal initialization error has occurred. 233 A fatal initialization error has occurred. 236 during initialization. 246 initialization.
|
/freebsd-src/contrib/netbsd-tests/usr.bin/xlint/lint1/ |
H A D | t_integration.sh | 61 test_case check_valid c99_struct_init "Checks C99 struct initialization" 62 test_case check_valid c99_union_init1 "Checks C99 union initialization" 63 test_case check_valid c99_union_init2 "Checks C99 union initialization" 64 test_case check_valid c99_union_init3 "Checks C99 union initialization" 66 "initialization" 72 test_case check_valid cast_init "Checks cast initialization" 73 test_case check_valid cast_init2 "Checks cast initialization as the rhs of a" \
|
/freebsd-src/sys/dev/bhnd/nvram/ |
H A D | bhnd_nvram_valuevar.h | 45 * Filter input data prior to initialization. 47 * This may be used to permit direct initialization from data types other than 51 * modified by the caller, initialization will be 58 * @retval 0 If initialization from @p inp is supported. 59 * @retval EFTYPE If initialization from @p inp is unsupported.
|
/freebsd-src/contrib/tcsh/ |
H A D | src.desc | 4 ed.init.c: Editor initialization. Tty/signal setup. 5 ed.term.c: Tty driver dependent initialization portion. 14 sh.c: Initialization, command loop and script handling. 16 sh.dir.c: Directory handling (cd, pushd, popd, dirs). Initialization 59 tw.init.c: Initialization and some utilities.
|
/freebsd-src/sys/dev/ic/ |
H A D | i8259.h | 36 /* Initialization control word 1. Written to even address. */ 44 /* Initialization control word 2. Written to the odd address. */ 47 /* Initialization control word 3. Written to the odd address. */ 51 /* Initialization control word 4. Written to the odd address. */ 58 /* Operation control words. Written after initialization. */
|
/freebsd-src/sys/contrib/dev/acpica/components/utilities/ |
H A D | utxfinit.c | 3 * Module Name: utxfinit - External interfaces for ACPICA initialization 179 * called, so any early initialization belongs here. 201 ACPI_EXCEPTION ((AE_INFO, Status, "During OSL initialization")); in AcpiInitializeSubsystem() 210 ACPI_EXCEPTION ((AE_INFO, Status, "During initialization of globals")); in AcpiInitializeSubsystem() 230 ACPI_EXCEPTION ((AE_INFO, Status, "During Namespace initialization")); in AcpiInitializeSubsystem() 239 ACPI_EXCEPTION ((AE_INFO, Status, "During OSI interfaces initialization")); in AcpiInitializeSubsystem() 257 * DESCRIPTION: Completes the subsystem initialization including hardware. in ACPI_EXPORT_SYMBOL_INIT() 273 * The early initialization phase is complete. The namespace is loaded, in ACPI_EXPORT_SYMBOL_INIT() 322 * initialization control methods are run (_REG, _STA, _INI) on the in ACPI_EXPORT_SYMBOL_INIT() 339 * hardware initialization in ACPI_EXPORT_SYMBOL_INIT() [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaInit.cpp | 28 #include "clang/Sema/Initialization.h" 46 // Sema Initialization Checking 72 /// expression by means of string initialization. Returns SIF_None if so, in IsStringInit() 74 /// initialization would not work. in IsStringInit() 154 assert(false && "Unevaluated string literal in initialization"); in IsStringInit() 280 /// handle the initialization of a certain kind of entity, e.g., 299 /// because they make the initialization "jump" into a specific 300 /// subobject and then continue the initialization from that 585 // does not have useful semantics for initialization from an init list. in PerformEmptyInit() 586 // We treat this as copy-initialization, becaus in PerformEmptyInit() [all...] |
/freebsd-src/contrib/ofed/opensm/include/complib/ |
H A D | cl_qpool.h | 67 * construction, initialization, and destruction. Constructor and destructor 90 * Initialization/Destruction: 123 * Return CL_SUCCESS to indicate that initialization of the object 124 * was successful and that initialization of further objects may continue. 135 * to perform any necessary initialization. Returning a status other than 143 * object to avoid having to allocate that structure in the initialization 283 * [in] Pointer to a cl_qpool_t structure whose initialization state 325 * are performed at initialization time, and all necessary callbacks 340 * [in] Initialization callback to invoke for every new object when 364 * Other cl_status_t value returned by optional initialization callback function [all …]
|
H A D | cl_comppool.h | 68 * initialization. Objects can be retrieved from the pool as long as there 73 * construction, initialization, and destruction. Constructor and destructor 91 * Initialization/Destruction: 123 * Return CL_SUCCESS to indicates that initialization of the object 124 * was successful and that initialization of further objects may continue. 136 * initialization. Returning a status other than CL_SUCCESS aborts a grow 277 * [in] Pointer to a cl_cpool_t structure whose initialization state 320 * are performed at initialization time, and all necessary callbacks 339 * [in] Initialization callback to invoke for every new object when 364 * Other cl_status_t value returned by optional initialization callback function [all …]
|
H A D | cl_pool.h | 67 * construction, initialization, and destruction. Constructor and destructor 84 * Initialization/Destruction: 115 * Return CL_SUCCESS to indicates that initialization of the object 116 * was successful and initialization of further objects may continue. 127 * to trap initialization failures. Returning a status other than CL_SUCCESS 264 * [in] Pointer to a cl_pool_t structure whose initialization state 306 * are performed at initialization time, and all necessary callbacks 321 * [in] Initialization callback to invoke for every new object when 344 * Other cl_status_t value returned by optional initialization callback function 548 * cl_status_t value returned by optional initialization callback function
|
H A D | cl_qcomppool.h | 69 * initialization. Objects can be retrieved from the pool as long as there 74 * construction, initialization, and destruction. Constructor and destructor 97 * Initialization/Destruction: 202 * Return CL_SUCCESS to indicate that initialization of the object 203 * was successful and that initialization of further objects may continue. 215 * initialization. Returning a status other than CL_SUCCESS aborts a grow 223 * allocate that structure in the initialization callback. Alternatively, 436 * are performed at initialization time, and all necessary callbacks 481 * Other cl_status_t value returned by optional initialization callback function 484 * If initialization fails, the pool is left in a destroyed state. Callers [all …]
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | TargetSelect.h | 21 // Declare all of the target-initialization functions that are available. 28 // Declare all of the target-MC-initialization functions that are available. 32 // Declare all of the available assembly printer initialization functions. 36 // Declare all of the available assembly parser initialization functions. 40 // Declare all of the available disassembler initialization functions. 45 // Declare all of the available TargetMCA initialization functions.
|
/freebsd-src/crypto/openssl/doc/man7/ |
H A D | provider.pod | 36 A I<provider> offers an initialization function, as a set of base 41 If it's a dynamically loadable module, the initialization function 43 If it's built-in, the initialization function may have any name. 45 The initialization function must have the following signature: 73 the initialization function has completed and returned successfully. 86 the initialization function.
|
/freebsd-src/contrib/llvm-project/compiler-rt/lib/ubsan/ |
H A D | ubsan_init.h | 9 // Initialization function for UBSan runtime. 21 // during initialization. 28 // from "parent tool" (e.g. ASan) initialization.
|
/freebsd-src/contrib/xz/src/liblzma/api/lzma/ |
H A D | base.h | 95 * Encoders can return this value only from the initialization 96 * function. If initialization fails with this value, the 247 * initialization functions of these coders take the file size 253 * specified at the coder initialization. 495 * ignored by all initialization functions, thus it is safe 497 * - The initialization functions always set strm->total_in and 499 * - If the initialization function fails, no memory is left allocated 501 * associated with the lzma_stream structure when the initialization 507 * reused. It is OK to reuse lzma_stream with different initialization 543 * breaking the ABI. Excluding the initialization of this structure, [all …]
|
/freebsd-src/contrib/llvm-project/compiler-rt/include/xray/ |
H A D | xray_log_interface.h | 104 /// initialization, the implementation MUST return XRAY_LOG_UNINITIALIZED. 109 /// there's an ongoing initialization routine running. This allows 130 /// allow re-initialization once the log is finalized, while some might always 157 /// The log initialization routine provided by the implementation, always 169 /// function call handler, it MUST do so in this initialization handler. 186 /// may be silently overwritten during initialization as well. 270 /// Invokes the installed implementation initialization routine. See 275 /// Invokes the installed initialization routine, which *must* support the 278 /// NOTE: When this API is used, we still invoke the installed initialization
|