HomeSort by: relevance | last modified time | path
    Searched refs:ereport (Results 1 - 3 of 3) sorted by relevancy

  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
zfs_fm.c 47 * EREPORT POOL VDEV IO
83 * We still generate an ereport, but the DE doesn't correlate it with any
85 * will issue a retry, which will trigger the 'real' ereport with the correct
92 * this pointer is set to NULL, and no ereport will be generated (since it
97 * error which occurs. Accordingly, we build an ereport when the error is
102 * ereport with information about the differences.
110 nvlist_t *ereport, *detector; local
149 * If this I/O is not a retry I/O, don't post an ereport.
191 if ((ereport = fm_nvlist_create(NULL)) == NULL)
195 fm_nvlist_destroy(ereport, FM_NVA_FREE)
673 nvlist_t *ereport = NULL; local
785 nvlist_t *ereport = NULL; local
    [all...]
spa.c 164 char **ereport);
2200 char *ereport = FM_EREPORT_ZFS_POOL; local
2241 mosconfig, &ereport);
2256 zfs_ereport_post(ereport, spa, NULL, NULL, 0, 0);
2300 char **ereport)
2889 *ereport = FM_EREPORT_ZFS_LOG_REPLAY;
  /src/external/cddl/osnet/dist/uts/common/os/
fm.c 102 * Common fault management kstats to record ereport generation
158 panic("failed to create required ereport error queue");
164 /* Initialize ereport allocation and generation kstats */
466 * iterates over the in-transit messages in the ereport sysevent channel.
519 * Post an error report (ereport) to the sysevent error channel. The error
524 fm_ereport_post(nvlist_t *ereport, int evc_flag)
530 (void) nvlist_size(ereport, &nvl_size, NV_ENCODE_NATIVE);
544 SUNW_VENDOR, FM_PUB, ereport, evc_flag) != 0) {
552 ESC_DEV_DLE, ereport, &eid, DDI_SLEEP);
815 * Set-up and validate the members of an ereport event according to
    [all...]

Completed in 19 milliseconds