Home
last modified time | relevance | path

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

12345678910>>...111

/freebsd-src/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-src/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-src/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-src/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-src/sys/contrib/openzfs/tests/zfs-tests/tests/functional/fault/
H A Ddecrypt_fault.ksh23 # Test that injected decryption errors are handled correctly.
28 # 3. Read the file to confirm that errors are handled correctly
32 log_assert "Testing that injected decryption errors are handled correctly"
59 log_pass "Injected decryption errors are handled correctly"
H A Ddecompress_fault.ksh23 # Test that injected decompression errors are handled correctly.
28 # 3. Read the file to confirm that errors are handled correctly
32 log_assert "Testing that injected decompression errors are handled correctly"
58 log_pass "Injected decompression errors are handled correctly"
/freebsd-src/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-src/sys/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/lua_core/
H A Dtst.stack_gsub.ksh21 # Overflowing the C stack using recursive gsub() should be handled
29 log_assert "recursive gsub() should be handled gracefully"
33 log_pass "recursive gsub() should be handled gracefully"
/freebsd-src/sys/amd64/vmm/intel/
H A Dvmx.c122 #define HANDLED 1
1251 int handled; in vmx_run_trace()
1253 handled = x86_emulate_cpuid(vcpu->vcpu, (uint64_t *)&vmxctx->guest_rax, in vmx_run_trace()
1256 return (handled);
1267 int handled) in vmx_astpending_trace()
1270 handled ? "handled" : "unhandled",
1714 return (HANDLED); in vmx_emulate_xsetbv()
1720 return (HANDLED); in vmx_emulate_xsetbv()
1726 return (HANDLED); in vmx_emulate_xsetbv()
121 #define HANDLED global() macro
1242 int handled; vmx_handle_cpuid() local
1258 vmx_exit_trace(struct vmx_vcpu * vcpu,uint64_t rip,uint32_t exit_reason,int handled) vmx_exit_trace() argument
2169 int error, handled, offset; vmx_handle_apic_write() local
2373 int error, errcode, errcode_valid, handled, in; vmx_exit_process() local
3027 int rc, handled, launched; vmx_run() local
[all...]
/freebsd-src/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-src/usr.bin/gzip/
H A Dzdiff.164 Extensions handled by
77 Extensions handled by
90 Extensions handled by
/freebsd-src/contrib/llvm-project/llvm/lib/Support/
H A DRISCVAttributeParser.cpp65 Error RISCVAttributeParser::handler(uint64_t tag, bool &handled) { in handler()
66 handled = false; in handler()
71 handled = true;
54 handler(uint64_t tag,bool & handled) handler() argument
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 DCSKYAttributeParser.cpp70 Error CSKYAttributeParser::handler(uint64_t tag, bool &handled) { in handler() argument
71 handled = false; in handler()
76 handled = true; in handler()
/freebsd-src/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-src/sys/contrib/openzfs/tests/zfs-tests/tests/functional/limits/
H A Dsnapshot_count.ksh21 # ZFS 'snapshot_count' property is handled correctly by various actions
48 log_assert "Verify 'snapshot_count' is handled correctly by various actions"
100 log_pass "'snapshot_count' property is handled correctly"
H A Dfilesystem_count.ksh21 # ZFS 'filesystem_count' property is handled correctly by various actions
50 log_assert "Verify 'filesystem_count' is handled correctly by various actions"
123 log_pass "'filesystem_count' property is handled correctly"
/freebsd-src/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-src/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-src/sys/contrib/device-tree/Bindings/display/panel/
H A Dsharp,lq150x1lg11.yaml27 the RL/UD and/or SELLVDS pins are assumed to be handled
35 the RL/UD and/or SELLVDS pins are assumed to be handled
/freebsd-src/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()
/freebsd-src/usr.bin/ipcrm/
H A Dipcrm.c98 return signaled ? -1 : 0; /* errors maybe handled above */ in msgrm()
139 return signaled ? -1 : 0; /* errors maybe handled above */ in shmrm()
181 return signaled ? -1 : 0; /* errors maybe handled above */ in semrm()
276 /* Handled in other getopt() loop */ in main()
/freebsd-src/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 i
[all...]

12345678910>>...111