Home
last modified time | relevance | path

Searched +full:self +full:- +full:describing (Results 1 – 25 of 140) sorted by relevance

123456

/freebsd/cddl/contrib/opensolaris/lib/pyzfs/common/
H A Dutil.py26 zfs.util.dev -- a file object of /dev/zfs """
46 def default_repr(self): argument
48 if self.__slots__:
49 str = "<" + self.__class__.__name__
50 for v in self.__slots__:
51 str += " %s: %r" % (v, getattr(self, v))
55 (self.__class__.__name__, repr(self.__dict__))
58 """This exception class represents a potentially user-visible
62 errno -- the error number (eg, from ioctl(2))."""
67 def __init__(self, eno, task=None, why=None): argument
[all …]
/freebsd/share/man/man4/
H A Dfdt.440 is a mechanism for describing computer hardware resources, which cannot be
41 probed or self enumerated, in a uniform and portable way.
48 Configuration data, which cannot be self discovered in run-time, has to be
52 The idea is inherited from Open Firmware IEEE 1275 device-tree notion, and has
55 .Bl -bullet
60 self-enumerating information is gathered.
73 particular first-stage bootloader or firmware features.
83 embedded applications (eliminates hard-coded configuration approach, enforces
87 .Bl -tag -width Ar
90 computer system in a human-readable form, with certain hierarchical structure
[all …]
H A Dprocfs.411 .Bd -literal
15 .Bf -symbolic
32 provides a two-level view of process space, unlike the previous
44 .Bl -tag -width status
71 A collection of lines describing the memory regions of the process,
73 .Bl -tag -compact -width private-resident
74 .It start-address
76 .It end-address
80 .It private-resident
85 kernel data structure describing the memory region.
[all …]
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DInheritViz.cpp1 //===- InheritViz.cpp - Graphviz visualization for inheritance --*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
13 //===----------------------------------------------------------------------===//
27 /// InheritanceHierarchyWriter - Helper class that writes out a
32 /// vs. non-virtual bases.
51 /// WriteNode - Write out the description of node in the inheritance
55 /// WriteNodeReference - Write out a reference to the given node,
89 // Finished describing the node. in WriteNode()
94 static_cast<const CXXRecordDecl *>(Type->castAs<RecordType>()->getDecl()); in WriteNode()
[all …]
/freebsd/share/man/man5/
H A Dprocfs.5
/freebsd/sys/contrib/device-tree/Bindings/display/panel/
H A Dtpo,tpg110.yaml1 # SPDX-License-Identifier: GPL-2.0
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Linus Walleij <linus.walleij@linaro.org>
11 - Thierry Reding <thierry.reding@gmail.com>
20 self-describing.
22 +--------+
23 SPI -> | TPO | -> physical display
24 RGB -> | TPG110 |
25 +--------+
[all …]
/freebsd/contrib/llvm-project/compiler-rt/include/profile/
H A DMemProfData.inc3 /*===-- MemProfData.inc - MemProf profiling runtime structures -*- C++ -*-=== *\
7 |* SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
9 \*===----------------------------------------------------------------------===*/
16 * the other one sits in compiler-rt/include/profile directory. To make changes
17 * in this file, first modify the primary copy and copy it over to compiler-rt.
21 \*===----------------------------------------------------------------------===*/
30 // A 64-bit magic number to uniquely identify the raw binary memprof profile file.
48 // A struct describing the header used for the raw binary memprof profile format.
58 // A struct describing the information necessary to describe a /proc/maps
103 // runtime context. This struct is shared between the compiler-rt runtime and
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DMemProfData.inc3 /*===-- MemProfData.inc - MemProf profiling runtime structures -*- C++ -*-=== *\
7 |* SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
9 \*===----------------------------------------------------------------------===*/
16 * the other one sits in compiler-rt/include/profile directory. To make changes
17 * in this file, first modify the primary copy and copy it over to compiler-rt.
21 \*===----------------------------------------------------------------------===*/
30 // A 64-bit magic number to uniquely identify the raw binary memprof profile file.
48 // A struct describing the header used for the raw binary memprof profile format.
58 // A struct describing the information necessary to describe a /proc/maps
103 // runtime context. This struct is shared between the compiler-rt runtime and
[all …]
/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBThreadDocstrings.i16 if self.TraceOn():
22 self.assertTrue(frame.GetThread().GetThreadID() == ID)
23 if self.TraceOn():
26 self.assertTrue(stopped_due_to_breakpoint)
71 Pass only an (int)length and expect to get a Python string describing the
76 Returns a unique thread identifier (type lldb::tid_t, typically a 64-bit type)
79 process lifetime. On Mac OS X systems, this is a system-wide unique thread
89 reused for a different thread later in a process - thread 1 will always be
153 This API is equivalent to 'thread return -x'."
180 lldb driver will present, using the thread-format (stop_format==false)
[all …]
H A DSBTargetDocstrings.i61 An error describing anything that went wrong during
72 optionally re-directed to stdin_path, stdout_path, and
91 The path to use when re-directing the STDIN of the new
96 The path to use when re-directing the STDOUT of the new
101 The path to use when re-directing the STDERR of the new
123 process = target.Launch(self.dbg.GetListener(), None, None,
240 Append the path mapping (from -> to) to the target's paths mapping list."
256 :return: The size in 8-bit (host) bytes of a minimum addressable unit from the Architecture's data bus.
264 :return: The size in 8-bit (host) bytes of a minimum addressable unit from the Architecture's code bus.
351 def __init__(self, bkp
[all...]
/freebsd/contrib/atf/doc/
H A Datf-test-case.429 .Nm atf-test-case
34 is a piece of code that stress-tests a specific feature of the software.
35 This feature is typically self-contained enough, either in the amount of
38 Given this, test cases are very fine-grained, but they attempt to group
48 .Em meta-data ,
50 .Sx Meta-data
63 It can be used to undo side-effects of the test case.
64 Note that almost all side-effects of a test case are automatically cleaned
69 header and body well-defined, because the header is
75 The test programs act as a front-end to them, providing a consistent
[all …]
/freebsd/secure/lib/libcrypto/man/man3/
H A DOSSL_PROVIDER.31 .\" -*- mode: troff; coding: utf-8 -*-
58 .TH OSSL_PROVIDER 3ossl 2025-09-30 3.5.4 OpenSSL
75 \&\- provider routines
194 See \fBOSSL_PROVIDER\-default\fR\|(7) for more information on this fallback
227 Parameter values equal (case-insensitively) to \f(CW1\fR, \f(CW\*(C`on\*(C'\fR, \f(CW\*(C`yes\*(C'\…
229 Parameter values equal (case-insensitively) to \f(CW0\fR, \f(CW\*(C`off\*(C'\fR, \f(CW\*(C`no\*(C'\…
232 \&\fBOSSL_PROVIDER_self_test()\fR is used to run a provider's self tests on demand.
233 If the self tests fail then the provider will fail to provide any further
235 beforehand in order to display diagnostics for the running self tests.
240 NULL OSSL_ALGORITHM entry. This is considered a low-level function that most
[all …]
/freebsd/crypto/openssl/doc/man3/
H A DOSSL_PROVIDER.pod16 - provider routines
136 See L<OSSL_PROVIDER-default(7)> for more information on this fallback
169 Parameter values equal (case-insensitively) to C<1>, C<on>, C<yes>, or C<true>
171 Parameter values equal (case-insensitively) to C<0>, C<off>, C<no>, or C<false>
174 OSSL_PROVIDER_self_test() is used to run a provider's self tests on demand.
175 If the self tests fail then the provider will fail to provide any further
177 beforehand in order to display diagnostics for the running self tests.
182 NULL OSSL_ALGORITHM entry. This is considered a low-level function that most
187 low-level function that most applications should not need to call.
195 L<provider-base(7)>.
[all …]
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.h1 //===--- CGDebugInfo.h - DebugInfo for LLVM CodeGen -------------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
9 // This is the source-level debug info generator for llvm translation.
11 //===----------------------------------------------------------------------===//
100 const CGDebugInfo &Self; variable
103 PrintingCallbacks(const CGDebugInfo &Self) : Self(Self) {} in PrintingCallbacks() argument
105 return Self.remapDIPath(Path); in remapPath()
209 /// Get Objective-C interface type.
213 /// Get Objective-C object type.
[all …]
/freebsd/crypto/openssl/doc/designs/quic-design/server/
H A Dquic-polling.md4 - [QUIC Polling API Design](#quic-polling-api-design)
7 …on Past Mistakes in Poller Interface Design](#reflections-on-past-mistakes-in-poller-interface-des…
8 * [Example Use Cases](#example-use-cases)
9 …+ [Use Case A: Simple Blocking or Non-Blocking Application](#use-case-a--simple-blocking-or-non-bl…
10 …+ [Use Case B: Application-Controlled Hierarchical Polling](#use-case-b--application-controlled-hi…
11 * [Use of Poll Descriptors](#use-of-poll-descriptors)
12 * [Event Types and Representation](#event-types-and-representation)
14 + [Sketch A: One-Shot/Immediate Mode API](#sketch-a--one-shot-immediate-mode-api)
15 + [Sketch B: Registered/Retained Mode API](#sketch-b--registered-retained-mode-api)
16 - [Use Case Examples](#use-case-examples)
[all …]
/freebsd/lib/libpmc/
H A Dpmc.31 .\" Copyright (c) 2003-2008 Joseph Koshy. All rights reserved.
40 The library is implemented using the lower-level facilities offered by
50 .Bl -bullet
53 These PMCs measure events in a whole-system manner, i.e., independent
57 Non-privileged process are allowed to allocate system scope PMCs if the
61 is non-zero.
72 .Bl -bullet
90 The library uses human-readable strings to name the event being
99 Additionally, process-scope PMCs have to be attached to one or more
101 A process-scope PMC may be attached to those target processes
[all …]
/freebsd/share/doc/psd/15.yacc/
H A Dss01 .\" Copyright (C) Caldera International Inc. 2001-2002. All rights reserved.
42 describing the input structure, code to be invoked when these
43 rules are recognized, and a low-level routine to do the
48 calls the user-supplied low-level input routine
127 Such low-level rules tend to waste time and space, and may
159 left-to-right scan;
169 For example, the specifications may be self contradictory, or they may
/freebsd/usr.sbin/ppp/
H A Dlcp.h1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
4 * Copyright (c) 1996 - 2001 Brian Somers <brian@Awfulhak.org>
5 * based on work by Toshiharu OHNO <tony-o@iij.ad.jp>
47 #define REJECTED(p, x) ((p)->his_reject & (1<<(x)))
104 char ident[DEF_MRU - 7]; /* SendIdentification() data */
111 #define TY_MRU 1 /* Maximum-Receive-Unit */
112 #define TY_ACCMAP 2 /* Async-Control-Character-Map */
113 #define TY_AUTHPROTO 3 /* Authentication-Protocol */
114 #define TY_QUALPROTO 4 /* Quality-Protocol */
[all …]
/freebsd/contrib/ofed/opensm/include/complib/
H A Dcl_qcomppool.h3 * Copyright (c) 2002-2005 Mellanox Technologies LTD. All rights reserved.
4 * Copyright (c) 1996-2003 Intel Corporation. All rights reserved.
16 * - Redistributions of source code must retain the above
20 * - Redistributions in binary form must reproduce the above
64 * The Quick Composite Pool provides a self-contained and self-sustaining
68 * sub-objects, each of which needs to be treated separately for
162 * The pool object structure is used by non-quick pools to store object.
217 * and causes the initiating function to fail. Any non-CL_SUCCESS status
220 * All memory for the requested number of components is pre-allocated. Users
383 /* CL_ASSERT that a non-null pointer is provided. */ in cl_is_qcpool_inited()
[all …]
H A Dcl_comppool.h3 * Copyright (c) 2002-2005 Mellanox Technologies LTD. All rights reserved.
4 * Copyright (c) 1996-2003 Intel Corporation. All rights reserved.
16 * - Redistributions of source code must retain the above
20 * - Redistributions in binary form must reproduce the above
63 * The Composite Pool provides a self-contained and self-sustaining pool of
67 * sub-objects, each of which needs to be treated separately for
138 * causes the initiating function to fail. Any non-CL_SUCCESS status will
141 * All memory for the requested number of components is pre-allocated.
269 /* CL_ASSERT that a non-null pointer is provided. */ in cl_is_cpool_inited()
271 return (cl_is_qcpool_inited(&p_pool->qcpool)); in cl_is_cpool_inited()
[all …]
H A Dcl_qpool.h3 * Copyright (c) 2002-2005 Mellanox Technologies LTD. All rights reserved.
4 * Copyright (c) 1996-2003 Intel Corporation. All rights reserved.
16 * - Redistributions of source code must retain the above
20 * - Redistributions in binary form must reproduce the above
62 * The quick pool provides a self-contained and self-sustaining pool
138 * Any non-CL_SUCCESS status will be returned by the function that initiated
141 * All memory for the object is pre-allocated. Users should include space in
275 /* CL_ASSERT that a non-null pointer is provided. */ in cl_is_qpool_inited()
277 return (cl_is_qcpool_inited(&p_pool->qcpool)); in cl_is_qpool_inited()
342 * the pool assumes the cl_pool_item_t structure describing objects is
[all …]
/freebsd/sys/contrib/device-tree/Bindings/arm/bcm/
H A Dbrcm,brcmstb.txt2 -----------------------------------------------
3 Boards with Broadcom Brahma15 ARM-based BCMxxxx (generally BCM7xxx variants)
7 - compatible: "brcm,bcm<chip_id>", "brcm,brcmstb"
11 #address-cells = <2>;
12 #size-cells = <2>;
16 Further, syscon nodes that map platform-specific registers used for general
19 - compatible: "brcm,bcm<chip_id>-sun-top-ctrl", "syscon"
20 - compatible: "brcm,bcm<chip_id>-cpu-biu-ctrl",
21 "brcm,brcmstb-cpu-biu-ctrl",
23 - compatible: "brcm,bcm<chip_id>-hif-continuation", "syscon"
[all …]
/freebsd/stand/common/
H A Dmodinfo.c1 /*-
46 * Copy module-related data into the load area, where it can be
49 * Module data is presented in a self-describing format. Each datum
50 * is preceded by a 32-bit identifier and a 32-bit size field.
59 * MOD_METADATA (variable) type-specific metadata
96 COPY32(MODINFO_METADATA | mm->md_type, a, c);\
97 COPY32(mm->md_size, a, c); \
99 archsw.arch_copyin(mm->md_data, a, mm->md_size);\
100 mm->md_addr = a; \
102 a += MOD_ALIGN(mm->md_size); \
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DScopeInfo.h1 //===- ScopeInfo.h - Information about a semantic context -------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
12 //===----------------------------------------------------------------------===//
114 /// What kind of scope we are describing.
148 /// implementation, such as \c -dealloc, \c -finalize, or any method marked
166 /// false if there is an invocation of an initializer on 'self'.
178 /// Whether we found an immediate-escalating expression.
207 /// SwitchStack - This is the current set of active switch statements in the
251 /// Part of the implementation of -Wrepeated-use-of-weak.
[all …]
/freebsd/share/doc/psd/25.xdrrfc/
H A Dxdr.rfc.ms2 .\" Must use -- tbl -- with this one
34 diverse machines as the Sun Workstation, VAX, IBM-PC, and Cray.
44 (itself an informal language) quickly becomes incomprehensible when
55 suggests that bytes be encoded in "little-endian" style [2], or least
63 32 bits) of data. The bytes are numbered 0 through n-1. The bytes
78 \f(CW+--------+--------+...+--------+--------+...+--------+
79 | byte 0 | byte 1 |...|byte n-1| 0 |...| 0 |
80 +--------+--------+...+--------+--------+...+--------+
81 |<-----------n bytes---------->|<------r bytes------>|
82 |<-----------n+r (where (n+r) mod 4 = 0)>----------->|\fP
[all …]

123456