Home
last modified time | relevance | path

Searched refs:faults (Results 1 – 25 of 41) sorted by relevance

12

/illumos-gate/usr/src/lib/fm/libdiskstatus/common/
H A Dlibdiskstatus.c167 nvlist_t *faults = NULL; in disk_status_get() local
199 if ((err = nvlist_alloc(&faults, NV_UNIQUE_NAME, 0)) != 0) in disk_status_get()
203 if ((err = nvlist_add_boolean_value(faults, in disk_status_get()
212 if ((err = nvlist_add_boolean_value(faults, in disk_status_get()
221 if ((err = nvlist_add_boolean_value(faults, in disk_status_get()
230 if ((err = nvlist_add_boolean_value(faults, in disk_status_get()
238 if ((err = nvlist_add_nvlist(nvl, "faults", faults)) != 0) in disk_status_get()
241 nvlist_free(faults); in disk_status_get()
247 nvlist_free(faults); in disk_status_get()
/illumos-gate/usr/src/cmd/sgs/demo_rdb/common/
H A Dbpt.c276 fltset_t faults; in continue_to_break() local
284 premptyset(&faults); in continue_to_break()
285 praddset(&faults, FLTBPT); in continue_to_break()
286 praddset(&faults, FLTILL); in continue_to_break()
287 praddset(&faults, FLTPRIV); in continue_to_break()
288 praddset(&faults, FLTACCESS); in continue_to_break()
289 praddset(&faults, FLTBOUNDS); in continue_to_break()
290 praddset(&faults, FLTIZDIV); in continue_to_break()
291 praddset(&faults, FLTSTACK); in continue_to_break()
292 praddset(&faults, FLTTRACE); in continue_to_break()
[all …]
/illumos-gate/usr/src/cmd/fm/modules/common/io-retire/
H A Drio_main.c123 nvlist_t **faults = NULL; in rio_recv() local
162 faults = &nvl; in rio_recv()
170 FM_SUSPECT_FAULT_LIST, &faults, &nfaults) != 0) { in rio_recv()
176 if (nvlist_lookup_boolean_value(faults[f], FM_SUSPECT_RETIRE, in rio_recv()
182 if (nvlist_lookup_nvlist(faults[f], FM_FAULT_ASRU, in rio_recv()
196 if (fault_exception(hdl, faults[f])) in rio_recv()
234 if (nvlist_lookup_boolean_value(faults[f], FM_SUSPECT_RETIRE, in rio_recv()
240 if (nvlist_lookup_nvlist(faults[f], FM_FAULT_ASRU, in rio_recv()
254 if (fault_exception(hdl, faults[f])) in rio_recv()
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_error.c203 } faults[] = { in dtrace_faultstr() local
217 for (i = 0; faults[i].str != NULL; i++) { in dtrace_faultstr()
218 if (faults[i].code == fault) in dtrace_faultstr()
219 return (faults[i].str); in dtrace_faultstr()
/illumos-gate/usr/src/cmd/fm/eversholt/files/common/
H A Dsca1000.esc44 * The hardware card may generate faults.
53 * Declare faults
58 * Hardware faults lead to the following error
70 * Declear event propagations for faults
H A Dsca500.esc44 * The hardware card may generate faults.
53 * Declare faults
58 * Hardware faults lead to the following error
70 * Declear event propagations for faults
H A Dpciexrc.esc93 * Do no retire and FRUs for SW/FW faults
107 /* Fire faults */
111 /* Generic Root Complex Software faults */
119 /* Generic Root Complex Firmware faults */
125 /* Generic Root Complex CE faults */
129 /* Generic Root Complex UE faults from propagations */
H A Ddisk.esc36 * ereports generated by a kernel disk driver sd(4D) and resulting faults.
101 * disk-as-detector: propagations from faults(based on
178 * generated by the disk-transport fmd module, and the resulting faults.
/illumos-gate/usr/src/cmd/fm/modules/common/sw-diag-response/subsidiary/smf/
H A Dsmf_response.c314 nvlist_t **faults; in suspect_is_maint_defect() local
318 &faults, &nfaults) != 0) { in suspect_is_maint_defect()
324 !fmd_nvl_class_match(hdl, faults[0], SW_SMF_MAINT_DEFECT)) in suspect_is_maint_defect()
327 if (nvlist_lookup_nvlist(faults[0], FM_FAULT_RESOURCE, rsrcnvl) != 0) { in suspect_is_maint_defect()
332 *defectnvl = faults[0]; in suspect_is_maint_defect()
/illumos-gate/usr/src/cmd/fm/eversholt/files/i386/i86pc/
H A Dgcpu_amd.esc64 * diagnosing excessive numbers of page faults.
69 * SERD paramters for individual page faults. When more than PAGE_SB_COUNT
99 * ========= Propogations for correctable memory faults ==========
113 * | continuing to diagnose endless page faults from a dimm with |
119 * | faults on that chip-select from repeated correctable errors. |
122 * | excessive number of page_ce faults on a chip-select - more |
155 * ========= Propogations for uncorrectable page faults ==========
H A Damd64.esc38 * we diagnose for page faults, to record the physical address of the faulting
117 * Page faults are essentially internal - action is only required when
119 * on page faults.
137 * whether to declare a dimm faulty after repeated page faults.
168 * with single correctable unit faults before we will fault the rank.
170 * faults on the rank up to some maximum multiple of the threshold at which
185 * limit bounds the maximum real response to page faults across all ranks
190 * in response to that and other faults). It is, however, desirable to
213 * The maximum number of single-correctable-unit page faults we will diagnose
223 * "Single-correctable-unit" DIMM faults are diagnosed when the total number of
[all …]
/illumos-gate/usr/src/cmd/fm/modules/common/disk-transport/
H A Ddisk_transport.c112 nvlist_t *fmri, *faults; in dt_analyze_disk() local
157 if (nvlist_lookup_nvlist(result, "faults", &faults) == 0 && in dt_analyze_disk()
160 while ((elem = nvlist_next_nvpair(faults, elem)) != NULL) { in dt_analyze_disk()
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/lw2plus/fcal_leds/
H A Dfc_led_parse.c302 dtls->faults = calloc(dtls->n_disks, sizeof (int)); in act_n_disks()
303 if (dtls->faults == NULL) in act_n_disks()
417 return (get_mask(p_str, dtls->n_disks, dtls->faults)); in act_disk_fault()
608 if (dtls->faults != NULL) in free_led_dtls()
609 free((void *)dtls->faults); in free_led_dtls()
H A Dfcal_leds_thread.c637 mask |= dtls->faults[c]; in fcal_leds_thread()
750 v = ((lastVal & dtls->faults[c]) != 0); in fcal_leds_thread()
835 mask |= dtls->faults[c]; in fcal_leds_thread()
H A Dfcal_leds.h248 int *faults; /* fault status masks */ member
/illumos-gate/usr/src/uts/sun4/ml/
H A Dcopy.S111 ldn [THREAD_REG + T_LOFAULT], %o5 ! catch faults
171 stn %o5, [THREAD_REG + T_LOFAULT] ! stop catching faults
/illumos-gate/usr/src/cmd/fm/dicts/
H A DFMD.po108 msgstr "All faults associated with an event id have been addressed.\n Refer to %s for more informa…
124 msgstr "Some faults associated with an event id have been addressed.\n Refer to %s for more inform…
140 msgstr "All faults associated with an event id have been addressed.\n Refer to %s for more informa…
/illumos-gate/usr/src/cmd/fm/modules/common/zfs-retire/
H A Dzfs_retire.c428 nvlist_t **faults; in zfs_retire_recv() local
486 &faults, &nfaults) != 0) in zfs_retire_recv()
490 fault = faults[f]; in zfs_retire_recv()
/illumos-gate/usr/src/cmd/truss/
H A Dramdata.c86 fltset_t faults; /* faults to trace */ variable
H A Dramdata.h170 extern fltset_t faults; /* faults to trace */
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A DMakefile68 faults.c \
/illumos-gate/usr/src/lib/fm/libdiagcode/common/tests/
H A DSAMPLE0.dict55 fault.one fault.three fault.two=2 "this is all three faults"
/illumos-gate/usr/src/cmd/lp/model/
H A Dstandard169 # faults. The current LPCAT traps hangups (DCD dropping, SIGHUP),
172 # as printer faults.
918 # This interface program relies on filters to detect printer faults.
920 # filter (${LPCAT}) to detect the class of faults that cause DCD
931 # The filter should report printer faults via a message
/illumos-gate/usr/src/lib/libc/i386/sys/
H A Dptrace.c147 fltset_t faults; in ptrace() member
179 premptyset(&ctl.arg.faults); in ptrace()
/illumos-gate/usr/src/lib/libc/sparc/sys/
H A Dptrace.c149 fltset_t faults; in ptrace() member
181 premptyset(&ctl.arg.faults); in ptrace()

12