Searched defs:defect (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/fm/modules/common/sw-diag-response/subsidiary/smf/
H A Dsmf_diag.c29 * We model service instances in maintenance state as a defect diagnosis
32 * a corresponding defect.
121 nvlist_t *attr, *svcfmri, *defect; local
183 * associated serialization data. Create a defect and add it to
196 defect = fmd_nvl_create_defect(hdl, SW_SMF_MAINT_DEFECT,
199 (void) nvlist_add_string(defect, "reason-short", rsn);
201 (void) nvlist_add_string(defect, "reason-long", rsnl);
203 (void) nvlist_add_string(defect, "svc-string", svcname);
204 fmd_case_add_suspect(hdl, cp, defect);
H A Dsmf_response.c207 * Add the UUID of an SMF maintenance defect case to our cache and
307 * defect. Return the defect to the caller in the second argument,
308 * and the defect resource element in the third arg.
339 * maintenane defect we diagnose. Close the case (the resource was already
347 nvlist_t *defect, *rsrc; local
355 if (!suspect_is_maint_defect(hdl, nvl, &defect, &rsrc))
428 nvlist_t *defect, *rsrc; local
442 if (!suspect_is_maint_defect(hdl, nvl, &defect, &rsrc))
517 * Subscribe to the defect clas
[all...]
/illumos-gate/usr/src/cmd/fm/modules/common/sw-diag-response/subsidiary/panic/
H A Dpanic_diag.c29 * We model a system panic as a defect diagnosis in FMA. When a system
200 nvlist_t *defect, *rsrc; local
205 * Attribute members to include in event-specific defect
226 * repeated panic diagnoses (all using the same defect class)
250 defect = fmd_nvl_create_defect(hdl, SW_SUNOS_PANIC_DEFECT,
254 (void) nvlist_add_boolean_value(defect, "savecore-succcess",
283 (void) nvlist_add_string(defect, "dump-dir", dumpdir);
284 (void) nvlist_add_string_array(defect, "dump-files", arr,
290 (void) nvlist_add_string(defect, "failure-reason", rsn);
299 (void) nvlist_add_nvpair(defect, nv
[all...]
/illumos-gate/usr/src/cmd/fm/eversholt/common/
H A Dliterals.h66 L_DECL(defect); variable
/illumos-gate/usr/src/uts/common/sys/scsi/impl/
H A Dcommands.h564 #define FPB_CMPLT 0x08 /* full defect list provided */
565 #define FPB_DATA 0x10 /* defect list data provided */
571 #define DLD_MAN_DEF_LIST 0x10 /* manufacturer's defect list */
572 #define DLD_GROWN_DEF_LIST 0x08 /* grown defect list */
583 * Disk defect list - used by format command.
591 struct scsi_bfi_defect { /* defect in bytes from index format */
606 struct scsi_defect_hdr { /* For getting defect list size */
625 * This defect list is limited to 1 defect, as that is the only way we use it.
631 ushort_t length; /* defect lengt
632 uint_t defect; /* Logical block address of defect */ member in struct:scsi_reassign_blk
[all...]
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Dfme.c690 nvlist_t *defect; local
885 defect = fmd_nvl_create_fault(hdl,
888 (void) nvlist_add_string(defect, UNDIAG_REASON, reason);
890 fmd_case_add_suspect(hdl, bad->fmcase, defect);
1633 nvlist_t *defect; local
1781 defect = fmd_nvl_create_fault(hdl,
1784 (void) nvlist_add_string(defect, UNDIAG_REASON, reason);
1786 fmd_case_add_suspect(hdl, fmep->fmcase, defect);
3052 nvlist_t *defect, *fault; local
3070 /* add defect */
3101 nvlist_t *defect, *fault, *detector = NULL; local
[all...]

Completed in 83 milliseconds