Home
last modified time | relevance | path

Searched +full:get +full:- +full:only (Results 1 – 25 of 1243) sorted by relevance

12345678910>>...50

/freebsd/contrib/sqlite3/autosetup/
H A Dpkg-config.tcl6 # The 'pkg-config' module allows package information to be found via 'pkg-config'.
8 # If not cross-compiling, the package path should be determined automatically
9 # by 'pkg-config'.
10 # If cross-compiling, the default package path is the compiler sysroot.
11 # If the C compiler doesn't support '-print-sysroot', the path can be supplied
12 # by the '--sysroot' option or by defining 'SYSROOT'.
14 # 'PKG_CONFIG' may be set to use an alternative to 'pkg-config'.
19 sysroot:dir => "Override compiler sysroot for pkg-config search path"
22 # @pkg-config-init ?required?
24 # Initialises the 'pkg-config' system. Unless '$required' is set to 0,
[all …]
/freebsd/lib/libsys/
H A Dgetsockopt.234 .Nd get and set options on sockets
91 is a value-result argument, initially containing the
115 Most socket-level options utilize an
121 the argument should be non-zero to enable a boolean option,
139 For protocol-specific options, see protocol manual pages,
148 .Bl -column SO_ACCEPTFILTER -offset indent
157 .It Dv SO_OOBINLINE Ta "enables reception of out-of-band data in band"
171 .It Dv SO_ACCEPTCONN Ta "get listening status of the socket (get only)"
172 .It Dv SO_DOMAIN Ta "get the domain of the socket (get only)"
173 .It Dv SO_TYPE Ta "get the type of the socket (get only)"
[all …]
/freebsd/stand/ficl/softwords/
H A Doo.fr3 \ ** F I C L O - O E X T E N S I O N S
7 17 ficl-vocabulary oop
14 \ 2. Object aggregation (has-a relationship)
18 \ 4. Separate name-spaces for methods - methods are
19 \ only visible in the context of a class / object
30 \ object ( -- instance class )
44 \ on the stack. This is by convention - ficl has no way to
51 \ Revised Apr 2001 - Added Guy Carver's vtable extensions. Class now
55 \ Revised Nov 2001 - metaclass debug method now finds only metaclass methods
59 \ END-CLASS allocates and clears the vtable - then it walks class's method
[all …]
/freebsd/sys/arm/arm/
H A Dcpu_asm-v6.S1 /*-
40 * only r0-r3,r12 (ip) are modified and no stack space is used. These functions
41 * must be called with interrupts disabled. Moreover, these work only with
52 mov r0, r0, lsr #23 /* Get LoC 'naturally' aligned for */
60 ubfx r2, r0, #13, #15 /* get num sets - 1 from CCSIDR */
61 ubfx r3, r0, #3, #10 /* get num ways - 1 from CCSIDR */
67 ubfx r0, r0, #0, #3 /* get linesize from CCSIDR */
70 add r3, r3, r2 /* merge numsets - 1 with numways - 1 */
71 sub ip, ip, r2 /* subtract numsets - 1 from way decr */
78 movs r0, r3 /* get current way/set */
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaOpenACC.h1 //===----- SemaOpenACC.h - Semantic Analysis for OpenACC constructs -------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
12 //===----------------------------------------------------------------------===//
31 /// haven't had their 'parent' compute construct set yet. Entires will only be
107 return std::get<DefaultDetails>(Details).DefaultClauseKind; in getDefaultClauseKind()
111 return const_cast<OpenACCParsedClause *>(this)->getConditionExpr(); in getConditionExpr()
126 return std::get<ConditionDetails>(Details).ConditionExpr; in getConditionExpr()
141 return std::get<IntExprDetails>(Details).IntExprs.size(); in getNumIntExprs()
151 return std::get<WaitDetails>(Details).QueuesLoc; in getQueuesLoc()
[all …]
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DExecutionContext.h1 //===-- ExecutionContext.h --------------------------------------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
15 #include "lldb/lldb-private.h"
19 //===----------------------------------------------------------------------===//
35 /// process, then only the process and target references will be valid. For
36 /// threads, only the thread, process and target references will be filled in.
39 /// These classes are designed to be used as baton objects that get passed to
41 //===----------------------------------------------------------------------===//
58 /// get a shared pointer to those objects since they are no longer around.
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/MCParser/
H A DMCParsedAsmOperand.h1 //===- llvm/MC/MCParsedAsmOperand.h - Asm Parser Operand --------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
21 /// MCParsedAsmOperand - This abstract class represents a source-level assembly
22 /// instruction operand. It should be subclassed by target-specific code. This
23 /// base class is used by target-independent clients and is the interface
26 /// MCOperandNum - The corresponding MCInst operand number. Only valid when
27 /// parsing MS-style inline assembly.
30 /// Constraint - The constraint on this operand. Only valid when parsing
31 /// MS-style inline assembly.
[all …]
/freebsd/sys/dev/isci/scil/
H A Dsci_pool.h1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0
9 * Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved.
22 * Foundation, Inc., 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
28 * Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved.
60 * is expected to evaluate the pool condition empty before a get
63 * - sci_pool_create()
64 * - sci_pool_initialize()
65 * - sci_pool_empty()
66 * - sci_pool_full()
[all …]
/freebsd/lib/libc/db/man/
H A Ddbopen.349 The flat-file format is a byte stream file with fixed or variable length
77 routine, however, only the
88 .\".Bl -tag -width indent
91 .\"If concurrent access is not needed or the database is read-only this
144 .Bd -literal
150 int (*get)(const DB *db, const DBT *key, DBT *data, u_int flags);
163 .Bl -tag -width indent
176 routines return -1 on error (setting
186 .Bl -tag -width indent
193 routines return -1 on error (setting
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DRedeclarable.h1 //===- Redeclarable.h - Base for Decls that can be redeclared --*- C++ -*-====//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
11 //===----------------------------------------------------------------------===//
32 // - Every redeclarable is on a circular linked list.
34 // - Every decl has a pointer to the first element of the chain _and_ a
36 // - the "previous" (temporal) element in the chain
37 // - the "latest" (temporal) element in the chain
38 // - the "uninitialized-latest" value (when newly-constructed)
40 // - The first element is also often called the canonical element. Every
[all …]
H A DRecordLayout.h1 //===- RecordLayout.h - Layout information for a struct/union ---*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
11 //===----------------------------------------------------------------------===//
31 /// ASTRecordLayout -
36 /// ObjCInterfaceDecl. FIXME - Find appropriate name.
41 /// The offset to this virtual base in the complete-object layout
64 /// Size - Size of record in characters.
67 /// DataSize - Size of record in characters without tail padding.
70 // Alignment - Alignment of record in characters.
[all …]
/freebsd/sys/contrib/openzfs/lib/libspl/include/sys/
H A Ddkio.h1 // SPDX-License-Identifier: CDDL-1.0
10 * or https://opensource.org/licenses/CDDL-1.0.
47 /* unit # & NULL (ie - "xyc1") */
71 #define DKC_CDROM 1 /* CD-ROM, SCSI or otherwise */
83 #define DKC_MD 16 /* meta-disk (virtual-disk) driver */
86 #define DKC_PCMCIA_MEM 21 /* PCMCIA memory disk-like type */
101 #define DKI_FMTTRK 0x04 /* formats only full track at a time */
102 #define DKI_FMTVOL 0x08 /* formats only full volume at a time */
103 #define DKI_FMTCYL 0x10 /* formats only full cylinders at a time */
105 #define DKI_PCMCIA_PFD 0x40 /* PCMCIA pseudo-floppy memory card */
[all …]
/freebsd/contrib/tnftp/src/
H A Dftp.14 .\" Copyright (c) 1996-2008 The NetBSD Foundation, Inc.
70 .Bk -words
73 .Bk -words
76 .Bk -words
79 .Bk -words
82 .Bk -words
86 .Bk -words
87 .\" [-T dir,max[,inc]]
98 .Bk -words
105 .Bk -word
[all...]
/freebsd/sys/contrib/v4l/
H A Dvideodev.h33 #define VID_TYPE_MONOCHROME 256 /* Monochrome only */
95 __u16 whiteness; /* Black and white only */
144 struct video_clip *next; /* For user use/driver use only */
153 struct video_clip *clips; /* Set only */
157 #define VIDEO_CLIP_BITMAP -1
182 unsigned int frame; /* Frame (0 - n) for double buffer */
202 #define VIDEO_NO_UNIT (-1)
216 __u32 sample_format; /* VIDEO_PALETTE_RAW only (1 byte) */
254 #define VIDIOCGCAP _IOR('v',1,struct video_capability) /* Get capabilities */
255 #define VIDIOCGCHAN _IOWR('v',2,struct video_channel) /* Get channel info (sources) */
[all …]
/freebsd/contrib/llvm-project/libcxx/include/__thread/
H A Dthread.h1 // -*- C++ -*-
2 //===----------------------------------------------------------------------===//
6 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
8 //===----------------------------------------------------------------------===//
66 // Only __thread_local_data() may construct a __thread_specific_ptr
67 // and only with _Tp == __thread_struct.
81 _LIBCPP_HIDE_FROM_ABI pointer get() const { return static_cast<_Tp*>(__libcpp_tls_get(__key_)); } in get() function
82 _LIBCPP_HIDE_FROM_ABI pointer operator*() const { return *get(); }
83 _LIBCPP_HIDE_FROM_ABI pointer operator->() const { return get(); }
101 // __thread_specific_ptr is only created with a static storage duration in ~__thread_specific_ptr()
[all …]
/freebsd/usr.sbin/bsnmpd/modules/snmp_bridge/
H A Dbridge_tree.def1 #-
61 2 transparent-only
62 3 sourceroute-only
83 (1 dot1dBaseBridgeAddress OCTETSTRING | MacAddress op_dot1d_base GET)
84 (2 dot1dBaseNumPorts INTEGER32 op_dot1d_base GET)
85 (3 dot1dBaseType BaseType op_dot1d_base GET)
88 (1 dot1dBasePort INTEGER GET)
89 (2 dot1dBasePortIfIndex INTEGER GET)
90 (3 dot1dBasePortCircuit OID GET)
91 (4 dot1dBasePortDelayExceededDiscards COUNTER GET)
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIOptimizeExecMasking.cpp1 //===-- SIOptimizeExecMasking.cpp -----------------------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
22 #define DEBUG_TYPE "si-optimize-exec-masking"
211 // These are only terminators to get correct spill code placement during
217 MI.setDesc(TII->get(RegSrc ? AMDGPU::COPY : AMDGPU::S_MOV_B32)); in removeTerminatorBit()
222 MI.setDesc(TII->get(RegSrc ? AMDGPU::COPY : AMDGPU::S_MOV_B64)); in removeTerminatorBit()
226 // This is only a terminator to get the correct spill code placement during in removeTerminatorBit()
228 MI.setDesc(TII->get(AMDGPU::S_XOR_B64)); in removeTerminatorBit()
232 // This is only a terminator to get the correct spill code placement during in removeTerminatorBit()
[all …]
/freebsd/usr.sbin/bsdconfig/share/
H A Dstruct.subr3 # Copyright (c) 2012-2013 Devin Teske
38 # $member_name2 and so-on. Properties are not typed and can hold any type of
44 # Both $type and member names should consist only of alpha-numeric letters or
66 # Both access methods are cross-platform compatible with any version of sh(1).
71 # f_struct my_struct get abc # prints 123 to stdout
72 # f_struct my_struct get abc abc # sets local variable $abc to 123
78 # my_struct get abc # prints 123 to stdout
79 # my_struct get abc abc # sets local variable $abc to 123
81 # The secondary form should only be used if/when:
85 # The primary benefit to the secondary form is syntax cleanliness and read-
[all …]
/freebsd/stand/kboot/kboot/arch/amd64/
H A Dload_addr.c1 /*-
37 * Abbreviated x86 Linux struct boot_param for the so-called zero-page.
38 * We have to use this to get systab and memmap since neither of those
39 * are exposed in a sane way. We only define what we need and pad for
40 * everything else to minimize cross-coupling.
42 * Transcribed in FreeBSD-ese from Linux's asm/bootparam.h for x86 as of
60 uint8_t _pad2[0x1000 - 0x1c0 - sizeof(struct linux_efi_info)]; /* 0x1e0 */
73 * latter is in runtime services, it can only be called once and Linux in enumerate_memory_arch()
75 * Linux kernel, there's no other wy to get it. A proper way would be to in enumerate_memory_arch()
77 * only get the runtime subset and can't get systbl at all from today's in enumerate_memory_arch()
[all …]
/freebsd/share/doc/usd/13.viref/
H A Dset.opt.roff17 (Regardless of the abbreviations, it is only necessary to use the
21 Historically, only the full name and the official abbreviations
57 only.
106 .LI <carriage-return>
109 .LI <carriage-return>
116 if you have an indented line, containing only blanks, the first
117 .LI <word-erase>
120 (Historically, only the
121 .LI <control-D>
124 .LI <control-D>
[all …]
/freebsd/lib/libc/rpc/
H A Drpc.331 Some of the high-level
47 .Bl -tag -width datagram_v
69 except that it chooses only the connection oriented transports
80 except that it chooses only the connectionless datagram transports
89 except that it chooses only the connection oriented datagram transports
97 except that it chooses only the connectionless datagram transports
119 .Bd -literal
131 .Bd -literal
158 .Bd -literal
170 void (*cl_geterr)(); /* get specific error code */
[all …]
/freebsd/sys/contrib/xen/hvm/
H A Dhvm_op.h30 /* Get/set subcommands: extra argument == pointer to xen_hvm_param struct. */
80 /* ISA device identification, by ISA IRQ (0-15). */
92 /* PCI link identifier (0-3). */
94 /* ISA IRQ (1-15), or 0 (disable link). */
108 * values are defined only once.
114 HVMMEM_ram_ro, /* Read-only; writes are discarded */
117 HVMMEM_mmio_write_dm, /* Read-only; writes go to the device model */
123 changes to this value are only allowed after
125 Only pages with HVMMEM_ram_rw are allowed to
127 this type are only allowed to be changed back
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFContext.h1 //===- DWARFContext.h -------------------------------------------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===/
52 /// to be protected in multi-threaded environments. Threading support can be
55 /// multi-threaded environment, or not enabled to allow for maximum
150 return DICtx->getKind() == CK_DWARF; in classof()
154 /// dump only the record at the specified offset.
168 /// Get units from .debug_info in this context.
170 DWARFUnitVector &NormalUnits = State->getNormalUnits(); in info_section_units()
177 return State->getNormalUnits(); in getNormalUnitsVector()
[all …]
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DWatchpointOptions.h1 //===-- WatchpointOptions.h --------
[all...]
/freebsd/contrib/llvm-project/llvm/include/llvm-c/
H A DCore.h1 /*===-- llvm-c/Core.h - Core Library C Interface ------------------*- C -*-===*\
6 |* SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception *|
8 |*===----------------------------------------------------------------------===*|
13 \*===----------------------------------------------------------------------===*/
18 #include "llvm-c/Deprecated.h"
19 #include "llvm-c/ErrorHandling.h"
20 #include "llvm-c/ExternC.h"
22 #include "llvm-c/Types.h"
27 * @defgroup LLVMC LLVM-C: C interface to LLVM
154 LLVMFP128TypeKind, /**< 128 bit floating point type (112-bit mantissa)*/
[all …]

12345678910>>...50