Home
last modified time | relevance | path

Searched full:being (Results 1 – 25 of 3156) sorted by relevance

12345678910>>...127

/freebsd/lib/libpmc/pmu-events/arch/arm64/arm/cortex-a510/
H A Dbranch.json18 …still counts when branch prediction is disabled due to the Memory Management Unit (MMU) being off",
21 … still counts when branch prediction is disabled due to the Memory Management Unit (MMU) being off"
24 … the address. This event still counts when branch prediction is disabled due to the MMU being off",
27 …r the address. This event still counts when branch prediction is disabled due to the MMU being off"
30 … the address. This event still counts when branch prediction is disabled due to the MMU being off",
33 …d the address. This event still counts when branch prediction is disabled due to the MMU being off"
36 …This event still counts when branch prediction is disabled due to the MMU being off. Conditional i…
39 …This event still counts when branch prediction is disabled due to the MMU being off. Conditional i…
42 …he condition. This event still counts when branch prediction is disabled due to the MMU being off",
45 …the condition. This event still counts when branch prediction is disabled due to the MMU being off"
[all …]
/freebsd/lib/libpmc/pmu-events/arch/arm64/arm/cortex-a55/
H A Dbranch.json18 …r is retired. This event still counts when branch prediction is disabled due to the MMU being off",
21 …or is retired. This event still counts when branch prediction is disabled due to the MMU being off"
24 … the address. This event still counts when branch prediction is disabled due to the MMU being off",
27 …r the address. This event still counts when branch prediction is disabled due to the MMU being off"
30 … the address. This event still counts when branch prediction is disabled due to the MMU being off",
33 …d the address. This event still counts when branch prediction is disabled due to the MMU being off"
36 …This event still counts when branch prediction is disabled due to the MMU being off. Conditional i…
39 …This event still counts when branch prediction is disabled due to the MMU being off. Conditional i…
42 …he condition. This event still counts when branch prediction is disabled due to the MMU being off",
45 …the condition. This event still counts when branch prediction is disabled due to the MMU being off"
[all …]
H A Dpipeline.json9 …ent counts every cycle the DPU IQ is empty and there is an instruction cache miss being processed",
12 …vent counts every cycle the DPU IQ is empty and there is an instruction cache miss being processed"
15 …nt counts every cycle the DPU IQ is empty and there is an instruction L1 TLB miss being processed",
18 …ent counts every cycle the DPU IQ is empty and there is an instruction L1 TLB miss being processed"
21 …This event counts every cycle the DPU IQ is empty and there is a pre-decode error being processed",
24 ….This event counts every cycle the DPU IQ is empty and there is a pre-decode error being processed"
57 …Wr stage due to a load which is waiting on data (due to missing the cache or being non-cacheable)",
60 … Wr stage due to a load which is waiting on data (due to missing the cache or being non-cacheable)"
69 … cycle there is a stall in the Wr stage due to a store which is waiting due to the STB being full",
72 …y cycle there is a stall in the Wr stage due to a store which is waiting due to the STB being full"
/freebsd/lib/libpmc/pmu-events/arch/x86/ivybridge/
H A Dmemory.json12 "BriefDescription": "Loads with latency value being above 128",
20 "PublicDescription": "Loads with latency value being above 128.",
26 "BriefDescription": "Loads with latency value being above 16",
34 "PublicDescription": "Loads with latency value being above 16.",
40 "BriefDescription": "Loads with latency value being above 256",
48 "PublicDescription": "Loads with latency value being above 256.",
54 "BriefDescription": "Loads with latency value being above 32",
62 "PublicDescription": "Loads with latency value being above 32.",
68 "BriefDescription": "Loads with latency value being above 4",
76 "PublicDescription": "Loads with latency value being above 4.",
[all …]
/freebsd/sys/contrib/edk2/Include/Protocol/
H A DPcd.h327 size of the value being set is compatible with the Token's existing definition.
335 being set was incompatible with a call to this function.
351 size of the value being set is compatible with the Token's existing definition.
359 being set was incompatible with a call to this function.
375 size of the value being set is compatible with the Token's existing definition.
383 being set was incompatible with a call to this function.
399 size of the value being set is compatible with the Token's existing definition.
407 being set was incompatible with a call to this function.
423 size of the value being set is compatible with the Token's existing definition.
427 @param[in, out] SizeOfBuffer A pointer to the length of the value being set for the PCD token.
[all …]
H A DPiPcd.h170 When the PCD service sets a value, it will check to ensure that the size of the value being set is
178 …@retval EFI_INVALID_PARAMETER The PCD service determined that the size of the data being set w…
194 When the PCD service sets a value, it will check to ensure that the size of the value being set is
202 …@retval EFI_INVALID_PARAMETER The PCD service determined that the size of the data being set w…
218 When the PCD service sets a value, it will check to ensure that the size of the value being set is
226 …@retval EFI_INVALID_PARAMETER The PCD service determined that the size of the data being set w…
242 When the PCD service sets a value, it will check to ensure that the size of the value being set is
250 …@retval EFI_INVALID_PARAMETER The PCD service determined that the size of the data being set w…
266 When the PCD service sets a value, it will check to ensure that the size of the value being set is
271 …@param[in] SizeOfValue The length of the value being set for the PCD token. If too large of a l…
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DInitialization.h46 /// Describes an entity that is being initialized.
49 /// Specifies the kind of entity being initialized.
51 /// The entity being initialized is a variable.
54 /// The entity being initialized is a function parameter.
57 /// The entity being initialized is a non-type template parameter.
60 /// The entity being initialized is the result of a function call.
63 /// The entity being initialized is the result of a statement expression.
66 /// The entity being initialized is an exception object that
67 /// is being thrown.
70 /// The entity being initialized is a non-static data member
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DNameSearchContext.h24 /// what name is being searched for and provides helper functions to construct
34 /// The name being looked for.
59 /// The name being searched for (always an Identifier).
72 /// Create a VarDecl with the name being searched for and the provided type
76 /// The opaque QualType for the VarDecl being registered.
79 /// Create a FunDecl with the name being searched for and the provided type
83 /// The opaque QualType for the FunDecl being registered.
89 /// Create a FunDecl with the name being searched for and generic type (i.e.
93 /// Create a TypeDecl with the name being searched for and the provided type
97 /// The opaque QualType for the TypeDecl being registered.
/freebsd/sys/contrib/openzfs/man/man7/
H A Dzpool-features.7143 Some features depend on other features being enabled in order to function.
185 prevents any features from being enabled, either via
189 This setting also prevents pools from being upgraded to newer on-disk versions.
190 This is a safety measure to prevent new features from being
302 and will never return to being Sy enabled .
328 and will return to being
487 on a top-level vdev, and will never return to being
524 a block whose checksum matches the data being written will be ignored
541 before being fed the data block to be checksummed.
591 as soon as it is enabled and will never return to being
[all …]
/freebsd/lib/libpmc/pmu-events/arch/x86/broadwellde/
H A Dfrontend.json17 …E uop. \nMM is placed before Instruction Decode Queue (IDQ) to merge uops being fed from the MITE …
80 … includes uops that may bypass the IDQ. This also means that uops are not being delivered from the…
91 … includes uops that may bypass the IDQ. This also means that uops are not being delivered from the…
96 …"BriefDescription": "Cycles when uops are being delivered to Instruction Decode Queue (IDQ) from D…
102 …"PublicDescription": "This event counts cycles during which uops are being delivered to Instructio…
122 … be bound in the front end. It does not determine whether there are uops being delivered to the A…
132 … includes uops that may bypass the IDQ. This also means that uops are not being delivered from the…
137 …"BriefDescription": "Cycles when uops are being delivered to Instruction Decode Queue (IDQ) from M…
143 …"PublicDescription": "This event counts cycles during which uops are being delivered to Instructio…
153 … includes uops that may bypass the IDQ. This also means that uops are not being delivered from the…
[all …]
H A Dmemory.json94 "BriefDescription": "Loads with latency value being above 128",
103 "PublicDescription": "This event counts loads with latency value being above 128.",
109 "BriefDescription": "Loads with latency value being above 16",
118 "PublicDescription": "This event counts loads with latency value being above 16.",
124 "BriefDescription": "Loads with latency value being above 256",
133 "PublicDescription": "This event counts loads with latency value being above 256.",
139 "BriefDescription": "Loads with latency value being above 32",
148 "PublicDescription": "This event counts loads with latency value being above 32.",
154 "BriefDescription": "Loads with latency value being above 4",
163 "PublicDescription": "This event counts loads with latency value being above four.",
[all …]
/freebsd/lib/libpmc/pmu-events/arch/x86/broadwell/
H A Dfrontend.json17 …E uop. \nMM is placed before Instruction Decode Queue (IDQ) to merge uops being fed from the MITE …
80 … includes uops that may bypass the IDQ. This also means that uops are not being delivered from the…
91 … includes uops that may bypass the IDQ. This also means that uops are not being delivered from the…
96 …"BriefDescription": "Cycles when uops are being delivered to Instruction Decode Queue (IDQ) from D…
102 …"PublicDescription": "This event counts cycles during which uops are being delivered to Instructio…
122 … be bound in the front end. It does not determine whether there are uops being delivered to the A…
132 … includes uops that may bypass the IDQ. This also means that uops are not being delivered from the…
137 …"BriefDescription": "Cycles when uops are being delivered to Instruction Decode Queue (IDQ) from M…
143 …"PublicDescription": "This event counts cycles during which uops are being delivered to Instructio…
153 … includes uops that may bypass the IDQ. This also means that uops are not being delivered from the…
[all …]
/freebsd/lib/libpmc/pmu-events/arch/x86/broadwellx/
H A Dfrontend.json17 …E uop. \nMM is placed before Instruction Decode Queue (IDQ) to merge uops being fed from the MITE …
80 … includes uops that may bypass the IDQ. This also means that uops are not being delivered from the…
91 … includes uops that may bypass the IDQ. This also means that uops are not being delivered from the…
96 …"BriefDescription": "Cycles when uops are being delivered to Instruction Decode Queue (IDQ) from D…
102 …"PublicDescription": "This event counts cycles during which uops are being delivered to Instructio…
122 … be bound in the front end. It does not determine whether there are uops being delivered to the A…
132 … includes uops that may bypass the IDQ. This also means that uops are not being delivered from the…
137 …"BriefDescription": "Cycles when uops are being delivered to Instruction Decode Queue (IDQ) from M…
143 …"PublicDescription": "This event counts cycles during which uops are being delivered to Instructio…
153 … includes uops that may bypass the IDQ. This also means that uops are not being delivered from the…
[all …]
/freebsd/lib/libpmc/pmu-events/arch/x86/ivytown/
H A Dmemory.json12 "BriefDescription": "Loads with latency value being above 128",
20 "PublicDescription": "Loads with latency value being above 128.",
26 "BriefDescription": "Loads with latency value being above 16",
34 "PublicDescription": "Loads with latency value being above 16.",
40 "BriefDescription": "Loads with latency value being above 256",
48 "PublicDescription": "Loads with latency value being above 256.",
54 "BriefDescription": "Loads with latency value being above 32",
62 "PublicDescription": "Loads with latency value being above 32.",
68 "BriefDescription": "Loads with latency value being above 4",
76 "PublicDescription": "Loads with latency value being above 4.",
[all …]
/freebsd/cddl/usr.sbin/dwatch/
H A Ddwatch.1426 Print filesystem paths being created by
429 Print filesystem paths being looked-up by
432 Print directory paths being created by
435 Print device node paths being created by
438 Print directory paths being read by
441 Print filesystem paths being removed by
444 Print filesystem paths being renamed by
447 Print directory paths being removed by
450 Print symlink paths being created by
494 Print argument one being passed to each call of zfs_sync().
[all …]
/freebsd/lib/libpmc/pmu-events/arch/x86/tremontx/
H A Duncore-memory.json168 …he memory controller, and need credits for an entry in this buffer before being sent from the HA t…
179 …he memory controller, and need credits for an entry in this buffer before being sent from the HA t…
190 …he memory controller, and need credits for an entry in this buffer before being sent from the HA t…
200 …he memory controller, and need credits for an entry in this buffer before being sent from the HA t…
210 … credits for an entry in this buffer before being sent from the CHA to the iMC. They deallocate a…
221 … credits for an entry in this buffer before being sent from the CHA to the iMC. They deallocate a…
232 …d credits for an entry in this buffer before being sent from the HA to the iMC. They deallocate a…
242 …d credits for an entry in this buffer before being sent from the HA to the iMC. They deallocate a…
/freebsd/usr.sbin/nfsd/
H A Dnfsv4.4118 than ``/'' will result in clients being required to use different mount
225 If the file systems you are exporting are only being accessed via
238 This can only be enabled when the file systems being exported to
240 clients are not being accessed locally on the server and, if being
276 must be running if name<->uid/gid mapping is being used, as above.
293 server that is being mounted on supports delegations, you can start the
299 nfsuserd_enable="YES" <-- If name<->uid/gid mapping is being used.
378 that are being used solely as NFS export volumes and are not being accessed
/freebsd/contrib/libpcap/
H A Dpcap-tstamp.manmisc.in30 the operating system running on the host on which the capture is being
54 time standard to which the host is being synchronized, which might be
119 Time stamp provided by the host on which the capture is being done. The
124 Time stamp provided by the host on which the capture is being done.
129 Time stamp provided by the host on which the capture is being done.
135 Time stamp provided by the host on which the capture is being done.
141 Time stamp provided by the network adapter on which the capture is being
146 Time stamp provided by the network adapter on which the capture is being
/freebsd/share/man/man4/
H A Ddtrace_lockstat.484 probes which expose the lock structure being operated upon,
97 the lock being acquired or released.
135 the lock being acquired or released.
161 the lock being acquired.
164 if the lock is being acquired or released as a writer, and
166 if it is being acquired or released as a reader.
191 the lock being disowned.
244 the lock being acquired.
H A Dng_ether.415 .\" THIS SOFTWARE IS BEING PROVIDED BY WHISTLE COMMUNICATIONS "AS IS", AND
72 instead of being passed to the kernel for upper layer processing.
73 Writing to this hook results in a raw Ethernet frame being transmitted
77 being connected.
83 instead of being transmitted by the device.
84 Writing to this hook results in a raw Ethernet frame being received by
88 being connected.
/freebsd/sys/dev/isci/
H A Disci_logger.c110 * for which this message is being generated.
134 * for which this message is being generated.
159 * for which this message is being generated.
185 * for which this message is being generated.
211 * for which this message is being generated.
236 * for which this message is being generated.
261 * for which this message is being generated.
286 * for which this message is being generated.
312 * for which this message is being generated.
338 * for which this message is being generated.
/freebsd/crypto/krb5/src/plugins/kdb/db2/libdb2/man/
H A Ddb_open.3167 buffer instead of being written to the FILE stream.
172 If locking is required for the file being opened (as in the case of
173 buffers being maintained in a shared memory buffer pool),
186 If modifications to the file being opened should be logged, the
196 If the cache for the file being opened should be maintained in a shared
210 If the accesses to the file being opened should take place in the context
309 if the file is being accessed under transaction protection,
369 if the file is being accessed under transaction protection,
390 if the file is being accessed under transaction protection,
437 if the file is being accessed under transaction protection,
/freebsd/sys/dev/isci/scil/
H A Dsci_base_state_machine_logger.c78 * @param[in] subject The state machine that is being observed.
116 * being observed it is used to report the address of the object for
123 * state machine being observed.
125 * in the log string for the state machine being observed.
160 * being observed it is used to report the address of the object for
167 * state machine being observed.
169 * in the log string for the state machine being observed.
197 * machine that is being observerd.
/freebsd/lib/libc/net/
H A Dsctp_sendmsg.365 the data being sent on the third leg of the SCTP four-way handshake.
77 being set to
79 -1 being returned, and the message not being transmitted.
153 is used to specify that the message being sent has no
189 is used to indicate that a time based lifetime is being applied
201 with large amounts of data being queued, the
215 never being sent if no buffer based sends are in queue and
/freebsd/contrib/dialog/samples/
H A Dmsgbox19 you press the ENTER key. This box is being displayed
16 you press the ENTER key. This box is being displayed
23 you press the ENTER key. This box is being displayed
33 The box will remain until you press the ENTER key. This box is being displayed with an aspect rati…

12345678910>>...127