/illumos-gate/usr/src/lib/libdtrace_jni/common/ |
H A D | dtj_error.c | 42 dtj_get_fault_name(int fault) argument 46 switch (fault) {
|
H A D | dtj_consume.c | 281 jstring fault = NULL; local 294 fault = (*jenv)->NewStringUTF(jenv, f); 312 (*jenv)->DeleteLocalRef(jenv, fault); 321 fault, addr, msg); 323 (*jenv)->DeleteLocalRef(jenv, fault);
|
/illumos-gate/usr/src/lib/libdtrace/common/ |
H A D | dt_error.c | 196 dtrace_faultstr(dtrace_hdl_t *dtp, int fault) argument 213 { DTRACEFLT_LIBRARY, "library-level fault" }, 218 if (faults[i].code == fault) 222 return ("unknown fault");
|
/illumos-gate/usr/src/cmd/fm/modules/sun4u/USII-io-diagnosis/ |
H A D | 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);
|
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/ |
H A D | flt.c | 36 typedef struct fault FLT; 38 struct fault struct
|
/illumos-gate/usr/src/cmd/fm/modules/common/io-retire/ |
H A D | rio_main.c | 86 * 1 if fault on exception list 90 fault_exception(fmd_hdl_t *hdl, nvlist_t *fault) argument 95 if (fmd_nvl_class_match(hdl, fault, elem->el_fault)) { 96 fmd_hdl_debug(hdl, "rio_recv: Skipping fault " 171 fmd_hdl_debug(hdl, "rio_recv: no fault list"); 184 fmd_hdl_debug(hdl, "rio_recv: no asru in fault"); 242 fmd_hdl_debug(hdl, "rio_recv: no asru in fault"); 314 { "fault-exceptions", FMD_TYPE_STRING, NULL }, 336 if (estr = fmd_prop_get_string(hdl, "fault-exceptions")) {
|
/illumos-gate/usr/src/cmd/sh/ |
H A D | 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);
|
/illumos-gate/usr/src/uts/sun4v/cpu/ |
H A D | generic.c | 59 #include <sys/fault.h> 228 vis1_partial_support(struct regs *rp, k_siginfo_t *siginfo, uint_t *fault) argument 273 *fault = FLTBOUNDS; 280 *fault = FLTIZDIV; 287 *fault = FLTACCESS; 300 *fault = FLTILL;
|
H A D | niagara.c | 57 #include <sys/fault.h> 269 vis1_partial_support(struct regs *rp, k_siginfo_t *siginfo, uint_t *fault) argument 314 *fault = FLTBOUNDS; 321 *fault = FLTIZDIV; 328 *fault = FLTACCESS; 341 *fault = FLTILL;
|
/illumos-gate/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/ |
H A D | 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 [all...] |
/illumos-gate/usr/src/cmd/fm/modules/common/disk-transport/ |
H A D | disk_transport.c | 118 boolean_t fault; local 167 (void) nvpair_value_boolean_value(elem, &fault); 168 if (!fault ||
|
/illumos-gate/usr/src/uts/common/io/sdcard/impl/ |
H A D | sda_slot.c | 57 sda_fault_t fault; member in struct:__anon6535 77 * simpler locking with things like the fault handler, where a caller 231 /* XXX: FMA: on failure this should cause a fault to be generated */ 244 * Remove power from the slot. If a more severe fault 323 sda_slot_handle_fault(sda_slot_t *slot, sda_fault_t fault) argument 330 if ((fault == SDA_FAULT_TIMEOUT) && (slot->s_init)) { 341 msg = "Unknown fault (%d)"; 343 if (sda_slot_faults[i].fault == fault) { 352 sda_slot_err(slot, msg, fault); 439 sda_slot_fault(sda_slot_t *slot, sda_fault_t fault) argument 683 sda_fault_t fault; local [all...] |
/illumos-gate/usr/src/lib/libdladm/common/ |
H A D | libdlether.c | 273 uint32_t autoneg, pause, asmpause, fault; local 308 /* get the auto, pause, asmpause, fault values */ 333 attrstat[i].fault_stat, KSTAT_DATA_UINT32, &fault);
|
/illumos-gate/usr/src/cmd/fm/modules/common/zfs-retire/ |
H A D | zfs_retire.c | 27 * When we see a device fault or a device removal, we try to open the associated 269 * Repair this vdev if we had diagnosed a 'fault.fs.zfs.device' and 357 nvlist_t *resource, *fault, *fru; local 420 fault = faults[f]; 426 if (nvlist_lookup_boolean_value(fault, FM_SUSPECT_RETIRE, 431 * While we subscribe to fault.fs.zfs.*, we only take action 433 * failure). We also subscribe to fault.io.* events, so that 436 if (fmd_nvl_class_match(hdl, fault, "fault.fs.zfs.vdev.io")) { 438 } else if (fmd_nvl_class_match(hdl, fault, [all...] |
/illumos-gate/usr/src/uts/sun4u/os/ |
H A D | plat_ecc_unum.c | 914 flt_name_to_msg_type(const char *fault, int indict_version) argument 917 char *fltnm = "fault.cpu."; 922 /* Check if it starts with proper fault name */ 923 if (strncmp(fault, fltnm, strlen(fltnm)) != 0) 926 fault += strlen(fltnm); /* c = "ultraSPARC-IV.icache" */ 929 if ((p = strchr(fault, '.')) == NULL)
|
/illumos-gate/usr/src/uts/common/vm/ |
H A D | seg.h | 84 * When a fault occurs, the fault handling code must get the desired 86 * objects, the fault handling code also implements copy-on-write. 121 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))
|
/illumos-gate/usr/src/uts/sun4u/lw8/sys/ |
H A D | sgenv.h | 82 fault :1, member in struct:sg_led::__anon9827
|
/illumos-gate/usr/src/uts/intel/ia32/os/ |
H A D | syscall.c | 121 * Error handler for system calls where arg copy gets fault. 817 uint_t fault = 0; local 828 if ((fault = undo_watch_step(&siginfo)) == 0 && 834 fault = FLTTRACE; 838 if (fault) { 840 * Remember the fault and fault adddress 843 lwp->lwp_lastfault = fault; 846 * If a debugger has declared this fault to be an 850 if (prismember(&p->p_fltmask, fault) [all...] |
/illumos-gate/usr/src/uts/sun4/os/ |
H A D | trap.c | 70 int vis1_partial_support(struct regs *rp, k_siginfo_t *siginfo, uint_t *fault); 149 uint_t op3, fault = 0; local 246 * machine fault is incurred. 299 fault = FLTILL; 399 case T_DATA_PROT: /* system data protection fault */ 467 * Restore lofault and onfault. If we resolved the fault, exit. 489 * Cannot resolve fault. Return to lofault. 510 fault = FLTBOUNDS; 518 case T_DATA_PROT + T_USER: /* user data protection fault */ 595 fault 1242 trap_cleanup( struct regs *rp, uint_t fault, k_siginfo_t *sip, int restartable) argument 1365 uint_t op3, fault = 0; local [all...] |
/illumos-gate/usr/src/cmd/fm/modules/sun4v/cpumem-diagnosis/ |
H A D | cmd_memerr_arch.c | 406 "fault.memory.link-f", det); 431 "fault.memory.link-c", det); 435 cmd_branch_create_fault(hdl, branch, "fault.memory.bank", det); 438 cmd_branch_create_fault(hdl, branch, "fault.memory.link-u", 514 nvlist_t *fault = NULL; local 516 fault = fmd_nvl_create_fault(hdl, fltclass, 100, NULL, 518 if (fault != NULL) { 521 fmd_case_add_suspect(hdl, cp, fault); 719 * fault the FRU of the common CMP 761 fltlist = fmd_nvl_create_fault(hdl, "fault [all...] |
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/littleneck/psvcpolicy/ |
H A D | 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_FL 704 char state[32], fault[32], previous_state[32]; local 816 char fault[32]; local [all...] |
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/psvc/psvcpolicy/ |
H A D | 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...] |
/illumos-gate/usr/src/cmd/fm/eversholt/common/ |
H A D | literals.h | 64 L_DECL(fault); variable
|
/illumos-gate/usr/src/cmd/fm/modules/common/zfs-diagnosis/ |
H A D | zfs_de.c | 394 nvlist_t *detector, *fault; local 403 * this is a vdev or pool fault. 418 * reflects the diagnosed state, when the fault corresponds to internal 471 fault = fmd_nvl_create_fault(hdl, faultname, 100, detector, 473 fmd_case_add_suspect(hdl, zcp->zc_case, fault); 571 * since the only possible fault (.pool) would result in import failure, 572 * and hence no persistent fault. Some day we may want to do something 763 * device removal, not any fault of the device itself. 795 * Determine if we should solve the case and generate a fault. We solve 811 * Pool level fault [all...] |
/illumos-gate/usr/src/uts/common/io/nxge/npi/ |
H A D | npi_rxdma.h | 786 uint8_t fault:1; member in struct:_rdc_error_stat_t
|