Home
last modified time | relevance | path

Searched +full:re +full:- +full:initialization (Results 1 – 25 of 957) sorted by relevance

12345678910>>...39

/freebsd/share/man/man4/
H A Dre.415 .\" 4. Neither the name of the author nor the names of any co-contributors
35 .Nm re
41 .Bd -ragged -offset indent
43 .Cd "device re"
49 .Bd -literal -offset indent
67 features, and use a descriptor-based DMA mechanism.
71 The 8139C+ is a single-chip solution combining both a 10/100 MAC and PHY.
73 The 816xS, 811xS, 8168 and 8111 are single-chip devices containing both a
76 in both 32-bit PCI and 64-bit PCI models.
78 embedded LAN-on-motherboard applications.
[all …]
H A Dti.415 .\" 4. Neither the name of the author nor the names of any co-contributors
41 .Bd -ragged -offset indent
50 .Bd -literal -offset indent
63 Either chip can be used in either a 32-bit or 64-bit PCI
118 .Bl -tag -width xxxxxxxxxxxxxxxxxxxx
130 .Ar full-duplex
132 .Ar half-duplex
139 .Ar full-duplex
141 .Ar half-duplex
146 .Ar full-duplex
[all …]
/freebsd/crypto/krb5/src/util/et/
H A Dcom_err.c1 /* -*- mode: c; c-basic-offset: 4; indent-tabs-mode: nil -*- */
55 errbuf[sizeof(errbuf) - 1] = '\0'; in default_com_err_proc()
56 strncat (errbuf, whoami, sizeof(errbuf) - 1 - strlen(errbuf)); in default_com_err_proc()
57 strncat (errbuf, ": ", sizeof(errbuf) - 1 - strlen(errbuf)); in default_com_err_proc()
60 errbuf[sizeof(errbuf) - 1] = '\0'; in default_com_err_proc()
61 strncat (errbuf, error_message(code), sizeof(errbuf) - 1 - strlen(errbuf)); in default_com_err_proc()
62 strncat (errbuf, " ", sizeof(errbuf) - 1 - strlen(errbuf)); in default_com_err_proc()
67 errbuf[sizeof(errbuf) - 1] = '\0'; in default_com_err_proc()
116 /* Yikes. Our library initialization failed or we couldn't lock in com_err_va()
118 probably print an error message. Oh, wait. That's what we're in com_err_va()
[all …]
/freebsd/sys/contrib/dev/acpica/components/utilities/
H A Dutxfinit.c3 * Module Name: utxfinit - External interfaces for ACPICA initialization
11 * Some or all of this work - Copyright (c) 1999 - 2025, Intel Corp.
28 * 2.3. Intel grants Licensee a non-exclusive and non-transferable patent
104 * re-exports any such software from a foreign destination, Licensee shall
105 * ensure that the distribution and export/re-export of the software is in
108 * any of its subsidiaries will export/re-export any technical data, process,
130 * 3. Neither the names of the above-listed copyright holders nor the names
179 * called, so any early initialization belongs here.
196 /* Initialize the OS-Dependent layer */ in AcpiInitializeSubsystem()
201 ACPI_EXCEPTION ((AE_INFO, Status, "During OSL initialization")); in AcpiInitializeSubsystem()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaInit.cpp1 //===--- SemaInit.cpp - Semantic Analysis for Initializers ----------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
11 //===----------------------------------------------------------------------===//
28 #include "clang/Sema/Initialization.h"
45 //===----------------------------------------------------------------------===//
46 // Sema Initialization Checking
47 //===----------------------------------------------------------------------===//
72 /// expression by means of string initialization. Returns SIF_None if so,
74 /// initialization would not work.
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dinternal_defs.h1 //===-- internal_defs.h -----------------------------------------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
54 // initialization is bad; Scudo is designed to be lazy-initializated on the
57 // transferred to libc's initialization, and the dynamic initializers are run.
59 // already-initialized Scudo, and re-initialize all its members back to default
62 // dynamic initialization, as default initialization is fine under 'constexpr'
63 // (but not 'constinit'). Clang at -O0, and gcc at all opt levels will emit a
64 // dynamic initializer for any constant-initialized variables if there is a mix
65 // of default-initialized and constant-initialized variables.
[all …]
/freebsd/contrib/nvi/common/
H A Dscreen.c1 /*-
28 * screen_init --
29 * Do the default initialization of an SCR structure.
44 sp->id = ++gp->id; in screen_init()
45 sp->refcnt = 1; in screen_init()
47 sp->gp = gp; /* All ref the GS structure. */ in screen_init()
49 sp->ccnt = 2; /* Anything > 1 */ in screen_init()
53 * sp->defscroll is initialized by the opts_init() code because in screen_init()
57 TAILQ_INIT(sp->tiq); in screen_init()
61 sp->searchdir = NOTSET; in screen_init()
[all …]
/freebsd/sys/contrib/dev/acpica/components/dispatcher/
H A Ddsinit.c3 * Module Name: dsinit - Object initialization namespace walk
11 * Some or all of this work - Copyright (c) 1999 - 2025, Intel Corp.
28 * 2.3. Intel grants Licensee a non-exclusive and non-transferable patent
104 * re-exports any such software from a foreign destination, Licensee shall
105 * ensure that the distribution and export/re-export of the software is in
108 * any of its subsidiaries will export/re-export any technical data, process,
130 * 3. Neither the names of the above-listed copyright holders nor the names
177 * PARAMETERS: ObjHandle - Node for the object
178 * Level - Current nesting level
179 * Context - Points to a init info struct
[all …]
/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Drtree_tsd.h16 * combining with a L2 LRU cache, which requires linear search and re-ordering
24 /* Needed for initialization only. */
39 * free fastpath may access the rtree cache before a full tsd initialization.
/freebsd/contrib/llvm-project/compiler-rt/include/xray/
H A Dxray_log_interface.h1 //===-- xray_log_interface.h ----------------------------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
13 //===----------------------------------------------------------------------===//
16 /// to replace the default runtime-controllable implementation that comes with
17 /// compiler-rt/xray. The "flight data recorder" (FDR) mode implementation uses
18 /// this API to install itself in an XRay-enabled binary. See
19 /// compiler-rt/lib/xray_fdr_logging.{h,cc} for details of that implementation.
21 /// The high-level usage pattern for these APIs look like the following:
27 /// auto select_status = __xray_log_select_mode("xray-fdr");
[all …]
/freebsd/stand/forth/
H A Dmenu-commands.4th1 \ Copyright (c) 2006-2015 Devin Teske <dteske@FreeBSD.org>
26 marker task-menu-commands.4th
37 also menu-namespace also menu-command-helpers
43 : init_boot ( N -- N )
45 s" boot_single" getenv -1 <> if
46 drop ( n n c-addr -- n n ) \ unused
47 toggle_menuitem ( n n -- n n )
60 : init_altboot ( N -- N )
62 s" boot_single" getenv -1 <> if
63 drop ( n c-addr -- n ) \ unused
[all …]
/freebsd/sys/contrib/zstd/lib/compress/
H A Dzstd_cwksp.h5 * This source code is licensed under both the BSD-style license (found in the
8 * You may select, at your option, one of the above-listed licenses.
14 /*-*************************************
23 /*-*************************************
42 /*-*************************************
54 * expect a well-formed caller to free this.
70 * - These different internal datastructures have different setup requirements:
72 * - The static objects need to be cleared once and can then be trivially
75 * - Various buffers don't need to be initialized at all--they are always
76 * written into before they're read.
[all …]
/freebsd/crypto/krb5/src/include/
H A Dk5-platform.h1 /* -*- mode: c; indent-tabs-mode: nil -*- */
2 /* include/k5-platform.h */
28 * Some platform-dependent definitions to sync up the C support level.
29 * Some to a C99-ish level, some related utility code.
33 * + 64-bit types and load/store code
92 /* Initialization and finalization function support for libraries.
106 This model handles both the load-time execution (Windows) and
110 finalization code should only run if the initialization code did.
177 want to use k5_once instead of load-time initialization. That'll
188 (We do have export lists, but (1) they're not used for all
[all …]
/freebsd/sys/contrib/dev/acpica/components/namespace/
H A Dnsinit.c3 * Module Name: nsinit - namespace initialization
11 * Some or all of this work - Copyright (c) 1999 - 2025, Intel Corp.
28 * 2.3. Intel grants Licensee a non-exclusive and non-transferable patent
104 * re-exports any such software from a foreign destination, Licensee shall
105 * ensure that the distribution and export/re-export of the software is in
108 * any of its subsidiaries will export/re-export any technical data, process,
130 * 3. Neither the names of the above-listed copyright holders nor the names
195 * initialization on the objects found therein
211 "[Init] Completing Initialization of ACPI Objects\n")); in AcpiNsInitializeObjects()
213 "**** Starting initialization of namespace objects ****\n")); in AcpiNsInitializeObjects()
[all …]
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDeclCXX.cpp1 //===--- CGDeclCXX.cpp - Emit LLVM Code for C++ declarations --------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
11 //===----------------------------------------------------------------------===//
35 assert(!D.getType()->isReferenceType() && in EmitDeclInit()
77 // attribute. This also checks for -fno-c++-static-destructors and in EmitDeclDestroy()
104 // Special-case non-array C++ destructors, if they have the right signature. in EmitDeclDestroy()
108 const CXXRecordDecl *Record = Type->getAsCXXRecordDecl(); in EmitDeclDestroy()
111 GlobalDecl(Record->getDestructor(), Dtor_Complete)) || in EmitDeclDestroy()
118 assert(!Record->hasTrivialDestructor()); in EmitDeclDestroy()
[all …]
H A DCGExprCXX.cpp1 //===--- CGExprCXX.cpp - Emit LLVM Code for C++ expressions ---------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
11 //===----------------------------------------------------------------------===//
44 assert(MD->isImplicitObjectMemberFunction() && in commonEmitCXXMemberOrOperatorCall()
57 const FunctionProtoType *FPT = MD->getType()->castAs<FunctionProtoType>(); in commonEmitCXXMemberOrOperatorCall()
59 unsigned PrefixSize = Args.size() - 1; in commonEmitCXXMemberOrOperatorCall()
63 // Special case: if the caller emitted the arguments right-to-left already in commonEmitCXXMemberOrOperatorCall()
64 // (prior to emitting the *this argument), we're done. This happens for in commonEmitCXXMemberOrOperatorCall()
71 if (const auto *M = dyn_cast<CXXMethodDecl>(Op->getCalleeDecl())) in commonEmitCXXMemberOrOperatorCall()
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_descriptions.h1 //===-- asan_descriptions.h -------------------------------------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
11 // ASan-private header for asan_descriptions.cpp.
13 //===----------------------------------------------------------------------===//
26 if (t) DescribeThread(t->context()); in DescribeThread()
178 // bug_type is optional and is used for checking if we're reporting an
179 // initialization-order-fiasco
211 // shouldLockThreadRegistry allows us to skip locking if we're sure we already
245 // initialization-order-fiasco has a special Print()
H A Dasan_win.cpp1 //===-- asan_win.cpp
2 //------------------------------------------------------===//>
6 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
8 //===----------------------------------------------------------------------===//
12 // Windows-specific details.
13 //===----------------------------------------------------------------------===//
48 // ---------------------- Windows-specific interceptors ---------------- {{{
54 EXCEPTION_RECORD *exception_record = info->ExceptionRecord; in __asan_unhandled_exception_filter()
55 CONTEXT *context = info->ContextRecord; in __asan_unhandled_exception_filter()
68 DWORD exception_code = info->ExceptionRecord->ExceptionCode; in SEHHandler()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/sound/
H A Dcs4271.txt7 - compatible: "cirrus,cs4271"
10 Documentation/devicetree/bindings/spi/spi-bus.txt
14 - reg: the i2c address
19 - reset-gpio: a GPIO spec to define which pin is connected to the chip's
21 - cirrus,amuteb-eq-bmutec: When given, the Codec's AMUTEB=BMUTEC flag
23 - cirrus,enable-soft-reset:
25 line is de-asserted. That also means that clocks cannot be changed
27 a complete re-initialization of all registers.
29 One (undocumented) workaround is to assert and de-assert the PDN bit
36 - vd-supply: Digital power
[all …]
/freebsd/sys/contrib/dev/acpica/compiler/
H A Daslrestype1i.c3 * Module Name: aslrestype1i - Small I/O-related resource descriptors
11 * Some or all of this work - Copyright (c) 1999 - 2025, Intel Corp.
28 * 2.3. Intel grants Licensee a non-exclusive and non-transferable patent
104 * re-exports any such software from a foreign destination, Licensee shall
105 * ensure that the distribution and export/re-export of the software is in
108 * any of its subsidiaries will export/re-export any technical data, process,
130 * 3. Neither the names of the above-listed copyright holders nor the names
159 * This module contains the I/O-related small resource descriptors:
173 * PARAMETERS: Info - Parse Op and resource template offset
194 InitializerOp = Info->DescriptorTypeOp->Asl.Child; in RsDoDmaDescriptor()
[all …]
H A Daslrestype1.c3 * Module Name: aslrestype1 - Miscellaneous small resource descriptors
11 * Some or all of this work - Copyright (c) 1999 - 2025, Intel Corp.
28 * 2.3. Intel grants Licensee a non-exclusive and non-transferable patent
104 * re-exports any such software from a foreign destination, Licensee shall
105 * ensure that the distribution and export/re-export of the software is in
108 * any of its subsidiaries will export/re-export any technical data, process,
130 * 3. Neither the names of the above-listed copyright holders nor the names
175 * PARAMETERS: Info - Parse Op and resource template offset
193 Descriptor = Rnode->Buffer; in RsDoEndTagDescriptor()
194 Descriptor->EndTag.DescriptorType = ACPI_RESOURCE_NAME_END_TAG | in RsDoEndTagDescriptor()
[all …]
/freebsd/contrib/ntp/sntp/libevent/
H A Devthread.c2 * Copyright (c) 2008-2012 Niels Provos, Nick Mathewson
27 #include "event2/event-config.h"
28 #include "evconfig-private.h"
37 #include "log-internal.h"
38 #include "mm-internal.h"
39 #include "util-internal.h"
40 #include "evthread-internal.h"
100 event_errx(1, "evthread initialization must be called BEFORE anything else!"); in evthread_set_lock_callbacks()
106 if (target->alloc) in evthread_set_lock_callbacks()
112 if (target->alloc) { in evthread_set_lock_callbacks()
[all …]
/freebsd/contrib/libevent/
H A Devthread.c2 * Copyright (c) 2008-2012 Niels Provos, Nick Mathewson
27 #include "event2/event-config.h"
28 #include "evconfig-private.h"
37 #include "log-internal.h"
38 #include "mm-internal.h"
39 #include "util-internal.h"
40 #include "evthread-internal.h"
100 event_errx(1, "evthread initialization must be called BEFORE anything else!"); in evthread_set_lock_callbacks()
106 if (target->alloc) in evthread_set_lock_callbacks()
112 if (target->alloc) { in evthread_set_lock_callbacks()
[all …]
/freebsd/crypto/heimdal/lib/krb5/
H A Dkrb5_init_context.31 .\" Copyright (c) 2001 - 2004 Kungliga Tekniska Högskolan
65 Kerberos 5 Library (libkrb5, -lkrb5)
200 Failure means either that something bad happened during initialization
217 error-code handler
221 The error handler must generated by the the re-rentrant version of the
264 set the list of configuration files to use and re-initialize the
/freebsd/crypto/openssl/doc/man3/
H A DRAND_add.pod7 - add randomness to the PRNG or get its status
32 In general, manual (re-)seeding of the default OpenSSL random generator
33 (L<RAND_OpenSSL(3)>) is not necessary (but allowed), since it does (re-)seed
53 can be found in the literature; for example [NIST SP 800-90B].
71 file descriptors. This function is usually called during initialization
104 Copyright 2000-2020 The OpenSSL Project Authors. All Rights Reserved.

12345678910>>...39