| /illumos-gate/usr/src/lib/fm/libdiskstatus/common/ |
| H A D | libdiskstatus.c | 167 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 D | bpt.c | 276 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 D | rio_main.c | 123 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 D | dt_error.c | 203 } 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 D | sca1000.esc | 44 * 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 D | sca500.esc | 44 * 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 D | pciexrc.esc | 93 * 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 D | disk.esc | 36 * 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 D | smf_response.c | 314 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 D | gcpu_amd.esc | 64 * 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 D | amd64.esc | 38 * 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 D | disk_transport.c | 112 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 D | fc_led_parse.c | 302 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 D | fcal_leds_thread.c | 637 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 D | fcal_leds.h | 248 int *faults; /* fault status masks */ member
|
| /illumos-gate/usr/src/uts/sun4/ml/ |
| H A D | copy.S | 111 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 D | FMD.po | 108 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 D | zfs_retire.c | 428 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 D | ramdata.c | 86 fltset_t faults; /* faults to trace */ variable
|
| H A D | ramdata.h | 170 extern fltset_t faults; /* faults to trace */
|
| /illumos-gate/usr/src/cmd/lp/cmd/lpsched/ |
| H A D | Makefile | 68 faults.c \
|
| /illumos-gate/usr/src/lib/fm/libdiagcode/common/tests/ |
| H A D | SAMPLE0.dict | 55 fault.one fault.three fault.two=2 "this is all three faults"
|
| /illumos-gate/usr/src/cmd/lp/model/ |
| H A D | standard | 169 # 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 D | ptrace.c | 147 fltset_t faults; in ptrace() member 179 premptyset(&ctl.arg.faults); in ptrace()
|
| /illumos-gate/usr/src/lib/libc/sparc/sys/ |
| H A D | ptrace.c | 149 fltset_t faults; in ptrace() member 181 premptyset(&ctl.arg.faults); in ptrace()
|