| /freebsd/sys/contrib/libsodium/test/default/ | 
| H A D | box8.c | 20     int            faults;  in main()  local34         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 D | fault_limits.ksh | 85 # Count the faults that succeeded86 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 D | zpool_offline_003_pos.ksh | 40 # 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 D | vmmeter.h | 88 	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 D | floating-point.json | 119     "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 D | getrusage.2 | 71         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 D | ktrace.2 | 94 .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 D | floating-point.json | 118     "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 D | lm75.4 | 60 dev.lm75.0.faults: 177 .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 D | quic-fault-injector.md | 19 in libssl does not offer the capability to send faults since it is designed to24 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 D | dt_error.c | 221 	} faults[] = {  in dtrace_faultstr()  local235 	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 D | p5 | 7 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 D | lm75.c | 334 	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 D | smrsh.8 | 85 (defaults to ``/bin:/usr/bin'')88 (defaults to ``/usr/libexec/sm.bin'').
 
 | 
| /freebsd/share/man/man9/ | 
| H A D | critical_enter.9 | 46 The current CPU may still trigger faults and exceptions during a critical47 section; however, these faults are usually fatal.
 
 | 
| /freebsd/sys/contrib/openzfs/cmd/zinject/ | 
| H A D | translate.c | 196 		 * 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 D | virtio_balloon.h | 52 #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 D | sigvec.2 | 276 is the signal number, into which the hardware faults and traps are282 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 D | fusu.S | 86  * 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 D | vmstat.8 | 278 Information about page faults and paging activity.283 total number of page faults
 325 .It faults
 
 | 
| H A D | vmstat.c | 767 		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 D | loader.efi.8 | 300 .Ss amd64 Faults303 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 D | zfsd.8 | 37 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 D | zfs_retire.c | 373 	nvlist_t **faults;  in zfs_retire_recv()  local510 	 * 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 D | vm_meter.c | 333 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");
 
 |