Home
last modified time | relevance | path

Searched full:within (Results 1 – 25 of 3494) sorted by relevance

12345678910>>...140

/freebsd/sys/contrib/alpine-hal/
H A Dal_hal_serdes_interface.h462 * @param page The SERDES register page within the group
476 * @param page The SERDES register page within the group
514 * @param lane The SERDES lane within the group
521 * @param lane The SERDES lane within the group
529 * @param lane The SERDES lane within the group
538 * @param lane The SERDES lane within the group
547 * @param lane The SERDES lane within the group
554 * @param lane The SERDES lane within the group
572 * @param lane The SERDES lane within the group
593 * @param lane The SERDES lane within the group
[all …]
/freebsd/usr.sbin/bsdconfig/networking/include/
H A Dmessages.subr51 msg_hostname_label_contains_invalid_chars="ERROR! One or more individual labels within the hostname…
52 msg_hostname_label_exceeds_max_length="ERROR! One or more individual labels within the hostname\n(s…
53 msg_hostname_label_is_null="ERROR! One or more individual labels within the hostname\n(separated by…
54 msg_hostname_label_starts_or_ends_with_hyphen="ERROR! One or more individual labels within the host…
57 msg_ipv4_addr_octet_contains_invalid_chars="ERROR! One or more individual octets within the IPv4 ad…
58 msg_ipv4_addr_octet_exceeds_max_value="ERROR! One or more individual octets within the IPv4 address…
59 msg_ipv4_addr_octet_is_null="ERROR! One or more individual octets within the IPv4 address\n(separat…
61 msg_ipv4_mask_field_contains_invalid_chars="ERROR! One or more individual fields within the subnet …
62 msg_ipv4_mask_field_exceeds_max_value="ERROR! One or more individual fields within the subnet mask\…
63 msg_ipv4_mask_field_invalid_value="ERROR! One or more individual fields within the subnet mask\n(se…
[all …]
/freebsd/share/man/man9/
H A Dvm_map.940 This section describes the main data structures used within the code.
75 Each object defines a particular region within this map's address space.
81 A count of the members in use within the circular map entry list.
87 Indicates if a thread is waiting for an allocation within the map.
115 to specify the copy-on-write properties of regions within the map:
196 Offset within the
223 as a mask within the
239 Specifies that accesses within this region should never cause a page fault.
240 If a page fault occurs within this region, the system will panic.
247 each page within this region when faulted in.
[all …]
H A Dvm_page_bits.971 The byte range is expected to be within a single page, and if
99 clears the dirty bits within a page in the range between
117 As well as clearing the bits within the page, the generation
118 number within the object holding the page is incremented.
121 zeroes all of the blocks within the page that are currently
127 all of the valid bits within the page are set.
H A Dvm_map_wire.932 .Nd manage page wiring within a virtual memory map
50 within the map
65 flag is set, the function operates within user address space.
69 flag is set, it may operate upon an arbitrary range within the
98 if all pages within the range were [un]wired successfully.
/freebsd/share/doc/papers/jail/
H A Dmgt.ms13 especially when it is desirable to provide root access within a jail to
80 After running the jail command, the shell is now within the jail environment,
120 debug processes from within the jail is desired.
133 to be set within the jail, but the end result is a set of processes
154 It is immediately obvious that the environment is within a jailbox: there
162 However, all of this happens strictly within the scope of the jail.
167 from which a jail environment may be administered: from within the jail,
169 From within the jail, as described above, the process is remarkably similar
173 the system down: the processes within the jail may deliver signals
182 Processes within the jail appear in the process listing of the host,
[all …]
H A Dfuture.ms15 ability to offer a wide range of services within a jail environment.
32 Limiting the scope of the raw socket would allow its safe use within
46 of processes in kernel, complete partitioning is not possible within the
57 For example, it is possible to, within a jail, deliver a signal to all
59 processes within a jail from outside of the jail.
62 Similarly, shutting down a jail cleanly from within is also not well
87 management requests to within a jail from the host environment, allowing
/freebsd/sys/dev/bhnd/
H A Dbhnd_match.h176 /** Set the required chip ID within a bhnd match descriptor */
180 /** Set the required chip revision range within a bhnd match descriptor */
184 /** Set the required package ID within a bhnd match descriptor */
188 /** Set the required chip type within a bhnd match descriptor */
192 /** Set the required chip and package ID within a bhnd match descriptor */
196 /** Set the required chip ID, package ID, and revision within a bhnd_device_match
203 /** Set the required chip ID and revision within a bhnd_device_match
240 /** Set the required board vendor within a bhnd match descriptor */
243 /** Set the required board type within a bhnd match descriptor */
247 /** Set the required board devid within a bhnd match descriptor */
[all …]
/freebsd/contrib/llvm-project/clang/lib/Interpreter/
H A DInterpreterUtils.cpp47 const DeclContext *Within) { in LookupNamespace() argument
52 if (!Within) in LookupNamespace()
55 if (const auto *TD = dyn_cast<clang::TagDecl>(Within); in LookupNamespace()
60 S.LookupQualifiedName(R, const_cast<DeclContext *>(Within)); in LookupNamespace()
72 const DeclContext *Within) { in LookupNamed() argument
79 if (!Within) in LookupNamed()
83 if (const auto *TD = dyn_cast<TagDecl>(Within)) in LookupNamed()
86 PrimaryWithin = Within->getPrimaryContext(); in LookupNamed()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaCodeCompletion.h51 /// Code completion occurs within a class, struct, or union.
53 /// Code completion occurs within an Objective-C interface, protocol,
56 /// Code completion occurs within an Objective-C implementation or
59 /// Code completion occurs within the list of instance variables
66 /// headers within a class.
68 /// Code completion occurs within an expression.
70 /// Code completion occurs within a statement, which may
76 /// Code completion occurs within the condition of an if,
79 /// Code completion occurs within the body of a function on a
88 /// Code completion occurs within a sequence of declaration
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DMangleNumberingContext.h28 /// literals within a particular context.
37 /// given call operator within this context.
40 /// Retrieve the mangling number of a new block literal within this
47 /// Retrieve the mangling number of a static local variable within
52 /// Retrieve the mangling number of a static local variable within
58 /// given call operator within the device context. No device number is
/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBAddressExtensions.i43 module = property(GetModule, None, doc='''A read only property that returns an lldb object that represents the module (lldb.SBModule) that this address resides within.''')
44 compile_unit = property(GetCompileUnit, None, doc='''A read only property that returns an lldb object that represents the compile unit (lldb.SBCompileUnit) that this address resides within.''')
45 line_entry = property(GetLineEntry, None, doc='''A read only property that returns an lldb object that represents the line entry (lldb.SBLineEntry) that this address resides within.''')
46 function = property(GetFunction, None, doc='''A read only property that returns an lldb object that represents the function (lldb.SBFunction) that this address resides within.''')
47 block = property(GetBlock, None, doc='''A read only property that returns an lldb object that represents the block (lldb.SBBlock) that this address resides within.''')
48 symbol = property(GetSymbol, None, doc='''A read only property that returns an lldb object that represents the symbol (lldb.SBSymbol) that this address resides within.''')
50 section = property(GetSection, None, doc='''A read only property that returns an lldb object that represents the section (lldb.SBSection) that this address resides within.''')
/freebsd/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesFormat.h38 /// The various types of blocks that can occur within a API notes file.
134 llvm::BCVBR<16>, // table offset within the blob (see below)
147 llvm::BCVBR<16>, // table offset within the blob (see
155 llvm::BCVBR<16>, // table offset within the blob (see below)
167 llvm::BCVBR<16>, // table offset within the blob (see below)
180 llvm::BCVBR<16>, // table offset within the blob (see
195 llvm::BCVBR<16>, // table offset within the blob (see
209 llvm::BCVBR<16>, // table offset within the blob (see
221 llvm::BCVBR<16>, // table offset within the blob (see below)
231 llvm::BCVBR<16>, // table offset within the blob (see below)
[all …]
/freebsd/contrib/libucl/tests/schema/
H A DrefRemote.json19 "description": "fragment within remote ref",
35 "description": "ref within remote ref",
41 "description": "ref within ref valid",
46 "description": "ref within ref invalid",
H A DrefRemote.json.disabled19 "description": "fragment within remote ref",
35 "description": "ref within remote ref",
41 "description": "ref within ref valid",
46 "description": "ref within ref invalid",
/freebsd/sys/contrib/device-tree/Bindings/gpio/
H A Dnvidia,tegra186-gpio.txt33 name and an integer GPIO name within the port. For example, GPIO_PA0, GPIO_PN6,
37 implemented GPIOs within each port varies. GPIO registers within a controller
41 the mapping from port name to register offset within a controller, are both
45 sorted within a particular controller. Drivers need to map between the DT GPIO
49 represents the aggregate status for all GPIOs within a set of ports. Thus, the
58 handle subsets of the interrupts within a port. The status of each of these
H A Dnvidia,tegra186-gpio.yaml44 alphabetical port name and an integer GPIO name within the port. For
48 of implemented GPIOs within each port varies. GPIO registers within a
52 port, and the mapping from port name to register offset within a
56 The values chosen for the names are alphabetically sorted within a
61 signal represents the aggregate status for all GPIOs within a set of
71 different CPUs to each handle subsets of the interrupts within a port.
/freebsd/usr.sbin/mountd/
H A Dexports.553 specifies the mount point(s) and export flags within one local server
67 the first field(s) specify the directory path(s) within a server file system
102 this form allows the host(s) to mount at any point within the file system,
110 are not applied and all directories within this server
339 network mask that is defined as the set of all hosts with addresses within
341 This latter approach requires less overhead within the
343 large number of clients within an administrative subnet.
387 specifies the location within the server's file system tree which is the
393 need to be within an exported file system.
469 are exported to hosts within th
[all...]
/freebsd/sys/contrib/openzfs/contrib/pyzfs/
H A DLICENSE65 subsequently incorporated within the Work.
85 or a Contribution incorporated within the Work constitutes direct
110 within such NOTICE file, excluding those notices that do not
112 of the following places: within a NOTICE text file distributed
113 as part of the Derivative Works; within the Source form or
115 within a display generated by the Derivative Works, if and
119 notices within Derivative Works that You distribute, alongside
188 identification within third-party archives.
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/mv_files/
H A Dmv_files_001_pos.ksh38 # within a zfs filesystem works without errors.
43 # 2. create two directories within the filesystem
44 # 3. create a large number of files within a directory
59 log_assert "Doing a 'mv' of a large amount of files within a zfs filesystem" \
/freebsd/sys/contrib/openzfs/module/icp/asm-x86_64/modes/
H A DTHIRDPARTYLICENSE.openssl65 subsequently incorporated within the Work.
85 or a Contribution incorporated within the Work constitutes direct
110 within such NOTICE file, excluding those notices that do not
112 of the following places: within a NOTICE text file distributed
113 as part of the Derivative Works; within the Source form or
115 within a display generated by the Derivative Works, if and
119 notices within Derivative Works that You distribute, alongside
/freebsd/crypto/openssl/
H A DLICENSE.txt65 subsequently incorporated within the Work.
85 or a Contribution incorporated within the Work constitutes direct
110 within such NOTICE file, excluding those notices that do not
112 of the following places: within a NOTICE text file distributed
113 as part of the Derivative Works; within the Source form or
115 within a display generated by the Derivative Works, if and
119 notices within Derivative Works that You distribute, alongside
/freebsd/contrib/openpam/doc/man/
H A Dopenpam_readword.332 Within a single- or double-quoted string, all whitespace characters,
41 Within a single-quoted string, double quotes and backslashes are
44 Within a double-quoted string, a single quote is preserved as-is,
51 If a hash character occurs within a word, however, it is preserved
/freebsd/crypto/openssl/doc/man3/
H A DSSL_CTX_set_session_id_context.pod5 SSL_CTX_set_session_id_context, SSL_set_session_id_context - set context within which session can b…
19 B<sid_ctx_len> within which a session can be reused for the B<ctx> object.
22 B<sid_ctx_len> within which a session can be reused for the B<ssl> object.
26 Sessions are generated within a certain context. When exporting/importing
/freebsd/sys/contrib/device-tree/Bindings/mips/cavium/
H A Dciu.txt12 - #interrupt-cells: Must be <2>. The first cell is the bank within
14 within the bank and may have a value between 0 and 63.
22 * 2) Bit within the register (0..63)

12345678910>>...140