| /onnv/onnv-gate/usr/src/cmd/fm/modules/sun4u/USII-io-diagnosis/ |
| iod_main.c | 48 * When a UE is received it will generate the appropriate fault 92 nvlist_t *fault; local 98 fault = fmd_nvl_create_fault(hdl, flt, 100, NULL, NULL, NULL); 100 fmd_case_add_suspect(hdl, cp, fault);
|
| /onnv/onnv-gate/usr/src/cmd/lp/cmd/lpsched/ |
| flt.c | 36 typedef struct fault FLT; 38 struct fault struct
|
| /onnv/onnv-gate/usr/src/lib/libdladm/common/ |
| libdlether.c | 271 uint32_t autoneg, pause, asmpause, fault; local 306 /* get the auto, pause, asmpause, fault values */ 331 attrstat[i].fault_stat, KSTAT_DATA_UINT32, &fault);
|
| /onnv/onnv-gate/usr/src/cmd/sh/ |
| fault.c | 49 static void fault(); 97 fault, /* interrupt */ 98 fault, /* quit */ 110 fault, /* software termination */ 222 fault(int sig) function 413 handle(sig, fault); 451 act.sa_handler = fault; 495 fault(sig);
|
| /onnv/onnv-gate/usr/src/cmd/fm/modules/common/disk-transport/ |
| disk_transport.c | 118 boolean_t fault; local 167 (void) nvpair_value_boolean_value(elem, &fault); 168 if (!fault ||
|
| /onnv/onnv-gate/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/ |
| Error.java | 36 * data. Each of the fault name constants beginning with {@code 37 * DTRACEFLT_} identifies a specific fault with a name that is 82 * Library-level fault. 93 "fault", "address", "defaultMessage"}); 112 private final String fault; field in class:Error 134 * @param faultName name of the specific fault, or {@code null} 135 * if the fault is unknown to the Java DTrace API 136 * @param faultAddress address of fault, or -1 if address is not 137 * applicable to the specific fault 153 fault = faultName [all...] |
| /onnv/onnv-gate/usr/src/uts/common/io/sdcard/impl/ |
| sda_slot.c | 64 sda_fault_t fault; member in struct:__anon52 84 * simpler locking with things like the fault handler, where a caller 238 /* XXX: FMA: on failure this should cause a fault to be generated */ 251 * Remove power from the slot. If a more severe fault 339 sda_slot_handle_fault(sda_slot_t *slot, sda_fault_t fault) 346 if ((fault == SDA_FAULT_TIMEOUT) && (slot->s_init)) { 357 msg = "Unknown fault (%d)"; 359 if (sda_slot_faults[i].fault == fault) { 368 sda_slot_err(slot, msg, fault); 674 sda_fault_t fault; local [all...] |
| /onnv/onnv-gate/usr/src/uts/intel/ia32/os/ |
| syscall.c | 122 * Error handler for system calls where arg copy gets fault. 807 uint_t fault = 0; local 818 if ((fault = undo_watch_step(&siginfo)) == 0 && 824 fault = FLTTRACE; 828 if (fault) { 830 * Remember the fault and fault adddress 833 lwp->lwp_lastfault = fault; 836 * If a debugger has declared this fault to be an 840 if (prismember(&p->p_fltmask, fault) & [all...] |
| /onnv/onnv-gate/usr/src/cmd/fm/modules/common/zfs-diagnosis/ |
| zfs_de.c | 304 nvlist_t *detector, *fault; local 313 * this is a vdev or pool fault. 328 * reflects the diagnosed state, when the fault corresponds to internal 381 fault = fmd_nvl_create_fault(hdl, faultname, 100, detector, 383 fmd_case_add_suspect(hdl, zcp->zc_case, fault); 446 * since the only possible fault (.pool) would result in import failure, 447 * and hence no persistent fault. Some day we may want to do something 571 * device removal, not any fault of the device itself. 602 * Determine if we should solve the case and generate a fault. We solve 618 * Pool level fault. Before solving the case, go through an [all...] |
| /onnv/onnv-gate/usr/src/cmd/fm/modules/common/zfs-retire/ |
| zfs_retire.c | 28 * When we see a device fault or a device removal, we try to open the associated 270 * Repair this vdev if we had diagnosed a 'fault.fs.zfs.device' and 358 nvlist_t *resource, *fault, *fru; local 421 fault = faults[f]; 427 if (nvlist_lookup_boolean_value(fault, FM_SUSPECT_RETIRE, 432 * While we subscribe to fault.fs.zfs.*, we only take action 434 * failure). We also subscribe to fault.io.* events, so that 437 if (fmd_nvl_class_match(hdl, fault, "fault.fs.zfs.vdev.io")) { 439 } else if (fmd_nvl_class_match(hdl, fault, [all...] |
| /onnv/onnv-gate/usr/src/cmd/fm/modules/sun4v/cpumem-diagnosis/ |
| cmd_memerr_arch.c | 402 "fault.memory.link-f", det); 427 "fault.memory.link-c", det); 431 cmd_branch_create_fault(hdl, branch, "fault.memory.bank", det); 434 cmd_branch_create_fault(hdl, branch, "fault.memory.link-u", 510 nvlist_t *fault = NULL; local 512 fault = fmd_nvl_create_fault(hdl, fltclass, 100, NULL, 514 if (fault != NULL) { 517 fmd_case_add_suspect(hdl, cp, fault);
|
| /onnv/onnv-gate/usr/src/cmd/picl/plugins/sun4u/littleneck/psvcpolicy/ |
| psvcpolicy.c | 413 char fault[32]; local 471 strcpy(fault, PSVC_TEMP_LO_SHUT); 475 strcpy(fault, PSVC_TEMP_LO_WARN); 479 strcpy(fault, PSVC_TEMP_HI_SHUT); 483 strcpy(fault, PSVC_TEMP_HI_WARN); 488 strcpy(fault, PSVC_NO_FAULT); 494 status = psvc_set_attr(hdlp, id, PSVC_FAULTID_ATTR, fault); 539 char state[32], fault[32]; local 599 strcpy(fault, PSVC_NO_FAULT); 603 strcpy(fault, PSVC_PS_TYPE_FLT) 704 char state[32], fault[32], previous_state[32]; local 816 char fault[32]; local [all...] |
| /onnv/onnv-gate/usr/src/uts/common/os/ |
| watchpoint.c | 46 #include <sys/fault.h> 186 * as_fault() is servicing a fault to a watched page on behalf of an 495 * trap() calls here to determine if a fault is in a watched page. 518 * trap() calls here to determine if a fault is a watchpoint. 550 * This loop is somewhat complicated because the fault region can span 555 * | fault region | 563 * As long as some portion of the fault region overlaps the current 668 int fault = 0; local 688 fault = FLTWATCH; 698 return (fault); [all...] |
| /onnv/onnv-gate/usr/src/uts/common/vm/ |
| seg.h | 85 * When a fault occurs, the fault handling code must get the desired 87 * objects, the fault handling code also implements copy-on-write. 122 faultcode_t (*fault)(struct hat *, struct seg *, caddr_t, size_t, member in struct:seg_ops 217 (*(s)->s_ops->fault)((h), (s), (a), (l), (t), (rw))
|
| seg_map.c | 146 { "fault", KSTAT_DATA_ULONG }, 275 ulong_t fault, pagecreate, get_reuse; local 280 fault = pagecreate = get_reuse = (ulong_t)0; 285 fault += smd_cpu[i].scpu.scpu_fault; 292 segmapcnt.smp_fault.value.ul = fault; 574 * This routine is called via a machine specific fault handling [all...] |
| /onnv/onnv-gate/usr/src/uts/sun4u/lw8/sys/ |
| sgenv.h | 82 fault :1, member in struct:sg_led::__anon8925
|
| /onnv/onnv-gate/usr/src/uts/sun4/os/ |
| trap.c | 67 int vis1_partial_support(struct regs *rp, k_siginfo_t *siginfo, uint_t *fault); 146 uint_t op3, fault = 0; local 242 * machine fault is incurred. 295 fault = FLTILL; 395 case T_DATA_PROT: /* system data protection fault */ 462 * Restore lofault. If we resolved the fault, exit. 483 * Cannot resolve fault. Return to lofault. 504 fault = FLTBOUNDS; 512 case T_DATA_PROT + T_USER: /* user data protection fault */ 589 fault = FLTWATCH 1359 uint_t op3, fault = 0; local [all...] |
| /onnv/onnv-gate/usr/src/cmd/picl/plugins/sun4u/psvc/psvcpolicy/ |
| psvcpolicy.c | 315 char fault[32]; local 411 strcpy(fault, PSVC_TEMP_LO_SHUT); 428 strcpy(fault, PSVC_TEMP_LO_WARN); 445 strcpy(fault, PSVC_TEMP_HI_SHUT); 462 strcpy(fault, PSVC_TEMP_HI_WARN); 479 strcpy(fault, PSVC_NO_FAULT); 486 status = psvc_set_attr(hdlp, id, PSVC_FAULTID_ATTR, fault); 499 /* change state of fault LEDs */ 687 char fault[32]; local 702 fault); 861 char state[32], fault[32]; local 937 char state[32], fault[32]; local 1095 char state[32], fault[32], previous_state[32]; local [all...] |
| /onnv/onnv-gate/usr/src/lib/libdtrace_jni/common/ |
| dtj_consume.c | 283 jstring fault = NULL; local 296 fault = (*jenv)->NewStringUTF(jenv, f); 314 (*jenv)->DeleteLocalRef(jenv, fault); 323 fault, addr, msg); 325 (*jenv)->DeleteLocalRef(jenv, fault); [all...] |
| /onnv/onnv-gate/usr/src/uts/common/io/nxge/npi/ |
| npi_rxdma.h | 778 uint8_t fault:1; member in struct:_rdc_error_stat_t
|
| /onnv/onnv-gate/usr/src/uts/i86pc/os/ |
| trap.c | 49 #include <sys/fault.h> 121 "Double fault", /* trap id 8 */ 125 "Stack segment fault", /* trap id 12 */ 127 "Page fault", /* trap id 14 */ 473 uint_t fault = 0; local 603 fault = FLTILL; 610 case T_PGFLT: /* system page fault */ 626 * less than KERNELBASE is a user fault. 651 * Restore lofault. If we resolved the fault, exit. 687 * generate a page fault (they're not supposed to d [all...] |
| /onnv/onnv-gate/usr/src/cmd/fm/eversholt/common/ |
| literals.h | 64 L_DECL(fault); variable
|
| /onnv/onnv-gate/usr/src/cmd/picl/plugins/sun4u/cherrystone/psvcpolicy/ |
| psvcpolicy.c | 406 if (speed <= low_thresh) { /* We see a fault */ 411 } else { /* Fault gone? */ 542 char fault[PSVC_MAX_STR_LEN]; local 558 PSVC_FAULTID_ATTR, fault); 562 } while (((strcmp(fault, PSVC_TEMP_LO_SHUT) == 0) || 563 (strcmp(fault, PSVC_TEMP_HI_SHUT) == 0)) && 566 if ((strcmp(fault, PSVC_TEMP_HI_SHUT) == 0) || 567 (strcmp(fault, PSVC_TEMP_LO_SHUT) == 0)) { 609 * for errors, and if there is, then report and turn on the FSP Fault 727 /* Go through each PS's fault sensors * 885 char fault[PSVC_MAX_STR_LEN]; local 1565 char fault[PSVC_MAX_STR_LEN]; local 1658 char fault[PSVC_MAX_STR_LEN]; local [all...] |
| /onnv/onnv-gate/usr/src/cmd/picl/plugins/sun4u/daktari/psvcpolicy/ |
| psvcpolicy.c | 545 char state[32], fault[32]; local 633 strcpy(fault, PSVC_NO_FAULT); 678 strcpy(fault, PSVC_NO_FAULT); 923 char state[32], fault[32], previous_state[32], past_state[32]; local 1085 strcpy(fault, PSVC_GEN_FAULT); 1088 strcpy(fault, PSVC_NO_FAULT); 1096 fault); 1367 char state[32], fault[32]; local 1527 char label[32], state[32], fault[32]; local 1576 char state[32], fault[32]; local 1819 char fault[32] = {0}; local [all...] |
| /onnv/onnv-gate/usr/src/lib/storage/liba5k/common/hdrs/ |
| a5k.h | 371 fault : 1, member in struct:device_element
|