Home
last modified time | relevance | path

Searched full:handled (Results 1 – 25 of 2434) sorted by relevance

12345678910>>...98

/freebsd/lib/libpmc/pmu-events/arch/arm64/arm/cortex-a73/
H A Dmmu.json3 "PublicDescription": "Duration of a translation table walk handled by the MMU",
6 "BriefDescription": "Duration of a translation table walk handled by the MMU"
9 "PublicDescription": "Duration of a Stage 1 translation table walk handled by the MMU",
12 "BriefDescription": "Duration of a Stage 1 translation table walk handled by the MMU"
15 "PublicDescription": "Duration of a Stage 2 translation table walk handled by the MMU",
18 "BriefDescription": "Duration of a Stage 2 translation table walk handled by the MMU"
/freebsd/lib/libpmc/pmu-events/arch/arm64/arm/cortex-a75/
H A Dmmu.json3 "PublicDescription": "Duration of a translation table walk handled by the MMU",
6 "BriefDescription": "Duration of a translation table walk handled by the MMU"
9 …"PublicDescription": "Duration of a Stage 1 translation table walk handled by the MMU. This event …
12 …"BriefDescription": "Duration of a Stage 1 translation table walk handled by the MMU. This event i…
15 …"PublicDescription": "Duration of a Stage 2 translation table walk handled by the MMU. This event …
18 …"BriefDescription": "Duration of a Stage 2 translation table walk handled by the MMU. This event i…
/freebsd/sys/nlm/
H A Dnlm.h152 * Implementation for lock testing RPCs. If the request was handled
155 * if the request was handled, or a suitable unix error code
162 * Implementation for lock setting RPCs. If the request was handled
165 * if the request was handled, or a suitable unix error code
173 * request was handled successfully and rpcp is non-NULL, *rpcp is set
175 * reply. Returns zero if the request was handled, or a suitable unix
182 * Implementation for unlocking RPCs. If the request was handled
185 * if the request was handled, or a suitable unix error code
192 * Implementation for granted RPCs. If the request was handled
195 * if the request was handled, or a suitable unix error code
[all …]
/freebsd/contrib/bmake/unit-tests/
H A Dopt-jobs-no-action.mk21 # The shell attributes are handled by Job_ParseShell.
23 # this is handled by the [0] != '\0' checks in Job_ParseShell.
24 # The '\#' is handled by ParseRawLine.
25 # The '\n' is handled by Str_Words in Job_ParseShell.
26 # The '$$' is handled by Var_Subst in ParseDependencyLine.
60 # not handled by the Job module but by the Compat module, see the
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/fault/
H A Ddecrypt_fault.ksh24 # Test that injected decryption errors are handled correctly.
29 # 3. Read the file to confirm that errors are handled correctly
33 log_assert "Testing that injected decryption errors are handled correctly"
60 log_pass "Injected decryption errors are handled correctly"
H A Ddecompress_fault.ksh24 # Test that injected decompression errors are handled correctly.
29 # 3. Read the file to confirm that errors are handled correctly
33 log_assert "Testing that injected decompression errors are handled correctly"
59 log_pass "Injected decompression errors are handled correctly"
/freebsd/contrib/unbound/iterator/
H A Diter_fwd.h123 * @param nolock: Skip locking, locking is handled by the caller.
142 * @param nolock: Skip locking, locking is handled by the caller.
153 * @param nolock: Skip locking, locking is handled by the caller.
165 * @param nolock: Skip locking, locking is handled by the caller.
191 * @param nolock: Skip locking, locking is handled by the caller.
205 * @param nolock: Skip locking, locking is handled by the caller.
219 * @param nolock: Skip locking, locking is handled by the caller.
232 * @param nolock: Skip locking, locking is handled by the caller.
H A Diter_hints.h112 * @param nolock: Skip locking, locking is handled by the caller.
122 * @param nolock: Skip locking, locking is handled by the caller.
137 * @param nolock: Skip locking, locking is handled by the caller.
157 * @param nolock: Skip locking, locking is handled by the caller.
182 * @param nolock: Skip locking, locking is handled by the caller.
196 * @param nolock: Skip locking, locking is handled by the caller.
/freebsd/sys/amd64/vmm/intel/
H A Dvmx.c124 #define HANDLED 1 macro
1253 int handled; in vmx_handle_cpuid() local
1255 handled = x86_emulate_cpuid(vcpu->vcpu, (uint64_t *)&vmxctx->guest_rax, in vmx_handle_cpuid()
1258 return (handled); in vmx_handle_cpuid()
1269 int handled) in vmx_exit_trace() argument
1272 handled ? "handled" : "unhandled", in vmx_exit_trace()
1716 return (HANDLED); in vmx_emulate_xsetbv()
1722 return (HANDLED); in vmx_emulate_xsetbv()
1728 return (HANDLED); in vmx_emulate_xsetbv()
1733 return (HANDLED); in vmx_emulate_xsetbv()
[all …]
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/lua_core/
H A Dtst.stack_gsub.ksh22 # Overflowing the C stack using recursive gsub() should be handled
30 log_assert "recursive gsub() should be handled gracefully"
34 log_pass "recursive gsub() should be handled gracefully"
/freebsd/contrib/ntp/libntp/
H A Dsyssignal.c158 BOOL handled; in console_event_handler() local
162 handled = TRUE; in console_event_handler()
164 handled = FALSE; in console_event_handler()
167 return handled; in console_event_handler()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DHexagonAttributeParser.cpp44 Error HexagonAttributeParser::handler(uint64_t Tag, bool &Handled) { in handler() argument
45 Handled = false; in handler()
50 Handled = true; in handler()
H A DMSP430AttributeParser.cpp43 Error MSP430AttributeParser::handler(uint64_t Tag, bool &Handled) { in handler() argument
44 Handled = false; in handler()
50 Handled = true; in handler()
H A DRISCVAttributeParser.cpp65 Error RISCVAttributeParser::handler(uint64_t tag, bool &handled) { in handler() argument
66 handled = false; in handler()
71 handled = true; in handler()
H A DCSKYAttributeParser.cpp70 Error CSKYAttributeParser::handler(uint64_t tag, bool &handled) { in handler() argument
71 handled = false; in handler()
76 handled = true; in handler()
/freebsd/usr.bin/gzip/
H A Dzdiff.164 Extensions handled by
77 Extensions handled by
90 Extensions handled by
/freebsd/sys/riscv/vmm/
H A Dvmm_riscv.c454 bool handled; in riscv_handle_world_switch() local
458 handled = false; in riscv_handle_world_switch()
467 return (handled); in riscv_handle_world_switch()
497 handled = false; in riscv_handle_world_switch()
500 handled = vmm_sbi_ecall(hypctx->vcpu); in riscv_handle_world_switch()
501 if (handled == true) in riscv_handle_world_switch()
513 handled = false; in riscv_handle_world_switch()
519 handled = false; in riscv_handle_world_switch()
523 return (handled); in riscv_handle_world_switch()
610 bool handled; in vmmops_run() local
[all …]
/freebsd/contrib/netbsd-tests/kernel/
H A Dt_lock.c44 volatile int handled = 0; variable
49 handled = 1; in handler()
77 ATF_REQUIRE(handled); in ATF_TC_BODY()
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/limits/
H A Dsnapshot_count.ksh22 # ZFS 'snapshot_count' property is handled correctly by various actions
49 log_assert "Verify 'snapshot_count' is handled correctly by various actions"
101 log_pass "'snapshot_count' property is handled correctly"
H A Dfilesystem_count.ksh22 # ZFS 'filesystem_count' property is handled correctly by various actions
51 log_assert "Verify 'filesystem_count' is handled correctly by various actions"
124 log_pass "'filesystem_count' property is handled correctly"
/freebsd/share/man/man4/
H A Dsiis.479 Most of the bus-management details are handled by the SATA-specific
81 Connected ATA disks are handled by the ATA protocol disk peripheral driver
83 ATAPI devices are handled by the SCSI protocol peripheral drivers
H A Dmvs.495 Most of the bus-management details are handled by the SATA-specific
97 Connected ATA disks are handled by the ATA protocol disk peripheral driver
99 ATAPI devices are handled by the SCSI protocol peripheral drivers
/freebsd/tests/sys/kqueue/libkqueue/
H A Dproc.c176 int handled = 0; in proc_track() local
196 ++handled; in proc_track()
206 ++handled; in proc_track()
209 ++handled; in proc_track()
218 ++handled; in proc_track()
224 if (!handled) { in proc_track()
/freebsd/sys/dev/e1000/
H A De1000_api.c641 * and all implementations are handled in the generic version of this
854 * implementations are handled in the generic version of this function.
866 * implementations are handled in the generic version of this function.
879 * handled in the generic version of this function.
936 * are handled in the generic version of this function.
949 * Currently no func pointer exists and all implementations are handled in the
1114 * exists and all implementations are handled in the generic version of
1129 * exists and all implementations are handled in the generic version of
1248 * Currently no func pointer exists and all implementations are handled in the
1267 * Currently no func pointer exists and all implementations are handled in the
[all …]
/freebsd/contrib/netbsd-tests/lib/libc/sys/
H A Dt_wait.c72 "Test that wait6(2) handled exiting process and code"); in ATF_TC_HEAD()
107 "Test that wait6(2) handled terminated process and code"); in ATF_TC_HEAD()
143 "Test that wait6(2) handled coredumped process and code"); in ATF_TC_HEAD()
189 "Test that wait6(2) handled stopped/continued process and code"); in ATF_TC_HEAD()
260 "Test that wait6(2) handled stopped/continued process loop"); in ATF_TC_HEAD()

12345678910>>...98