Home
last modified time | relevance | path

Searched full:faults (Results 1 – 25 of 268) sorted by relevance

1234567891011

/freebsd/sys/contrib/libsodium/test/default/
H A Dbox8.c20 int faults; in main() local
34 faults = 1; in main()
36 faults = 5; in main()
38 while (faults > 0) { in main()
49 faults--; in main()
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/fault/
H A Dfault_limits.ksh85 # Count the faults that succeeded
86 faults=0
90 ((faults=faults+1))
94 log_must test "$faults" -lt "$PARITY"
95 log_must test "$faults" -gt 0
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_offline/
H A Dzpool_offline_003_pos.ksh40 # For both temporary and persistent faults, do the following:
76 # Test temporary and persistent faults
94 # Test faults across imports
105 # Temporary faults get cleared by imports
/freebsd/sys/sys/
H A Dvmmeter.h88 counter_u64_t v_vm_faults; /* (p) address memory faults */
89 counter_u64_t v_io_faults; /* (p) page faults requiring I/O */
90 counter_u64_t v_cow_faults; /* (p) copy-on-writes faults */
91 counter_u64_t v_cow_optim; /* (p) optimized COW faults */
102 counter_u64_t v_intrans; /* (p) intransit blocking page faults */
/freebsd/lib/libpmc/pmu-events/arch/x86/amdzen2/
H A Dfloating-point.json119 "BriefDescription": "Floating Point Dispatch Faults. YMM spill fault.",
125 "BriefDescription": "Floating Point Dispatch Faults. YMM fill fault.",
131 "BriefDescription": "Floating Point Dispatch Faults. XMM fill fault.",
137 "BriefDescription": "Floating Point Dispatch Faults. x87 fill fault.",
/freebsd/lib/libsys/
H A Dgetrusage.271 long ru_majflt; /* page faults */
113 the number of page faults serviced without any I/O activity; here
119 the number of page faults serviced that required I/O activity.
H A Dktrace.294 .It KTRFAC_FAULT Ta "Trace page faults."
95 .It KTRFAC_FAULTEND Ta "Trace the end of page faults."
/freebsd/lib/libpmc/pmu-events/arch/x86/amdzen3/
H A Dfloating-point.json118 "BriefDescription": "Floating Point Dispatch Faults. YMM spill fault.",
124 "BriefDescription": "Floating Point Dispatch Faults. YMM fill fault.",
130 "BriefDescription": "Floating Point Dispatch Faults. XMM fill fault.",
136 "BriefDescription": "Floating Point Dispatch Faults. x87 fill fault.",
/freebsd/share/man/man4/
H A Dlm75.460 dev.lm75.0.faults: 1
77 .It Va dev.lm75.%d.faults
78 Is the number of faults that must occur consecutively to activate the
/freebsd/crypto/openssl/doc/designs/quic-design/
H A Dquic-fault-injector.md19 in libssl does not offer the capability to send faults since it is designed to
24 libssl and will make use of 3 integration points to inject faults. 2 of these
33 Fault Injector based tests may need to inject faults directly into the TLS
34 handshake data (i.e. the contents of CRYPTO frames). However such faults may
92 faults into these packets prior to them being encrypted.
137 faults directly into these datagrams.
179 faults need to be injected into protocol elements sent from the server. Post
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_error.c221 } faults[] = { in dtrace_faultstr() local
235 for (i = 0; faults[i].str != NULL; i++) { in dtrace_faultstr()
236 if (faults[i].code == fault) in dtrace_faultstr()
237 return (faults[i].str); in dtrace_faultstr()
/freebsd/share/doc/psd/01.cacm/
H A Dp57 The \*sPDP\*n-11 hardware detects a number of program faults,
10 Such faults cause the processor to trap to a system routine.
38 The hardware-generated faults
/freebsd/sys/dev/iicbus/sensor/
H A Dlm75.c334 SYSCTL_ADD_PROC(ctx, tree, OID_AUTO, "faults", in lm75_start()
486 int error, faults, i, newf, tmp; in lm75_faults_sysctl() local
494 faults = lm75_faults[tmp]; in lm75_faults_sysctl()
496 error = sysctl_handle_int(oidp, &faults, 0, req); in lm75_faults_sysctl()
500 if (faults != lm75_faults[tmp]) { in lm75_faults_sysctl()
503 if (faults >= lm75_faults[i]) in lm75_faults_sysctl()
/freebsd/contrib/sendmail/smrsh/
H A Dsmrsh.885 (defaults to ``/bin:/usr/bin'')
88 (defaults to ``/usr/libexec/sm.bin'').
/freebsd/share/man/man9/
H A Dcritical_enter.946 The current CPU may still trigger faults and exceptions during a critical
47 section; however, these faults are usually fatal.
/freebsd/sys/contrib/openzfs/cmd/zinject/
H A Dtranslate.c196 * If this is a request to inject faults into the dnode, then we in initialize_range()
364 * Device faults can take on three different forms: in translate_device()
366 * 2). zfs label faults in translate_device()
367 * 3). generic disk faults in translate_device()
/freebsd/sys/dev/virtio/balloon/
H A Dvirtio_balloon.h52 #define VIRTIO_BALLOON_S_MAJFLT 2 /* Number of major faults */
53 #define VIRTIO_BALLOON_S_MINFLT 3 /* Number of minor faults */
/freebsd/lib/libc/compat-43/
H A Dsigvec.2276 is the signal number, into which the hardware faults and traps are
282 as given below or, for compatibility mode faults, the code provided by
283 the hardware (Compatibility mode faults are distinguished from the
/freebsd/sys/arm/arm/
H A Dfusu.S86 * Handle faults from casuword. Clean up and return -1.
189 * Handle faults from [fs]u*(). Clean up and return -1.
200 * Handle earlier faults from [fs]u*(), due to no pcb
/freebsd/usr.bin/vmstat/
H A Dvmstat.8278 Information about page faults and paging activity.
283 total number of page faults
325 .It faults
H A Dvmstat.c767 xo_emit(" {[:4}{h,hn-decimal,hn-1000:total-page-faults/%lu}{]:} ", in dovmstat()
830 xo_emit(" {T:faults} "); in printhdr()
973 xo_emit("{:copy-on-write-faults/%9u} {N:copy-on-write faults}\n", in dosum()
975 xo_emit("{:copy-on-write-optimized-faults/%9u} {N:copy-on-write " in dosum()
976 "optimized faults}\n", sum.v_cow_optim); in dosum()
981 xo_emit("{:intransit-blocking/%9u} {N:intransit blocking page faults}\n", in dosum()
983 xo_emit("{:total-faults/%9u} {N:total VM faults taken}\n", in dosum()
985 xo_emit("{:faults-requiring-io/%9u} {N:page faults requiring I\\/O}\n", in dosum()
987 xo_emit("{:faults-from-thread-creation/%9u} {N:pages affected by " in dosum()
989 xo_emit("{:faults-from-fork/%9u} {N:pages affected by fork}()\n", in dosum()
[all …]
/freebsd/stand/man/
H A Dloader.efi.8300 .Ss amd64 Faults
303 is susceptible to CPU faults due to programmer mistakes and
305 To make debugging such faults easier, amd64
312 command installs a handler for faults directly in the IDT,
/freebsd/cddl/usr.sbin/zfsd/
H A Dzfsd.837 attempts to resolve ZFS faults that the kernel can't resolve by itself.
43 attempts to resolve these faults by activating or deactivating hot spares
/freebsd/sys/contrib/openzfs/cmd/zed/agents/
H A Dzfs_retire.c373 nvlist_t **faults; in zfs_retire_recv() local
510 * We subscribe to zfs faults as well as all repair events. in zfs_retire_recv()
513 &faults, &nfaults) != 0) in zfs_retire_recv()
517 fault = faults[f]; in zfs_retire_recv()
529 * for faults targeting a specific vdev (open failure or SERD in zfs_retire_recv()
/freebsd/sys/vm/
H A Dvm_meter.c333 VM_STATS_VM(v_vm_faults, "Address memory faults");
334 VM_STATS_VM(v_io_faults, "Page faults requiring I/O");
335 VM_STATS_VM(v_cow_faults, "Copy-on-write faults");
336 VM_STATS_VM(v_cow_optim, "Optimized COW faults");
347 VM_STATS_VM(v_intrans, "In transit page faults");

1234567891011