HomeSort by relevance Sort by last modified time
    Searched refs:ena (Results 1 - 25 of 50) sorted by null

1 2

  /onnv/onnv-gate/usr/src/uts/common/sys/scsi/
scsi_fm.h 43 const char *error_class, uint64_t ena, char *devid, int sflag, ...);
  /onnv/onnv-gate/usr/src/cmd/fm/fmdump/common/
error.c 46 uint64_t ena = 0; local
49 (void) nvlist_lookup_uint64(rp->rec_nvl, FM_EREPORT_ENA, &ena);
52 fmdump_date(buf, sizeof (buf), rp), rp->rec_class, ena);
77 "TIME CLASS ENA",
  /onnv/onnv-gate/usr/src/uts/common/io/scsi/impl/
scsi_fm.c 39 const char *error_class, uint64_t ena, int sflag, va_list ap);
95 const char *error_class, uint64_t ena, char *devid, int sflag, ...)
128 * NOTE: If there is a 'linked' ena to be had, it should likely come
135 class, ena, sflag, ap);
  /onnv/onnv-gate/usr/src/uts/common/io/hxge/
hxge_fm.c 322 uint64_t ena; local
331 ena = fm_ena_generate(0, FM_ENA_FMT1);
336 ddi_fm_ereport_post(hxgep->dip, eclass, ena, DDI_NOSLEEP,
342 ddi_fm_ereport_post(hxgep->dip, eclass, ena, DDI_NOSLEEP,
350 ddi_fm_ereport_post(hxgep->dip, eclass, ena, DDI_NOSLEEP,
358 ddi_fm_ereport_post(hxgep->dip, eclass, ena, DDI_NOSLEEP,
372 ddi_fm_ereport_post(hxgep->dip, eclass, ena, DDI_NOSLEEP,
390 ddi_fm_ereport_post(hxgep->dip, eclass, ena, DDI_NOSLEEP,
401 ddi_fm_ereport_post(hxgep->dip, eclass, ena, DDI_NOSLEEP,
413 ddi_fm_ereport_post(hxgep->dip, eclass, ena, DDI_NOSLEEP
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/os/
ddifm.c 100 * the nexus parent or FM IO framework, ddi_fm_error_t data (status, ena
102 * DDI_FM_FATAL is returned, the ena is valid and the expectation flag
158 uint64_t ena; local
161 ena = fm_ena_generate(0, FM_ENA_FMT1);
169 ddi_fm_ereport_post(dip, buf, ena, DDI_NOSLEEP,
179 ddi_fm_ereport_post(dip, buf, ena, DDI_NOSLEEP,
186 ddi_fm_ereport_post(dip, buf, ena, DDI_NOSLEEP,
195 ddi_fm_ereport_post(dip, buf, ena, DDI_NOSLEEP,
202 ddi_fm_ereport_post(dip, buf, ena, DDI_NOSLEEP,
324 const char *error_class, uint64_t ena, int sflag, va_list ap
    [all...]
fm.c 47 * ENA Manipulation
49 * Routines to generate ENA formats 0, 1 and 2 are available as well as
51 * ENA are extractable via fm_ena_time_get(), fm_ena_id_get(),
792 * ena uint64_t <ena>
799 uint64_t ena, const nvlist_t *detector, ...)
818 if (nvlist_add_uint64(ereport, FM_EREPORT_ENA, ena)) {
1119 fm_ena_increment(uint64_t ena)
1123 switch (ENA_FORMAT(ena)) {
1125 new_ena = ena + (1 << ENA_FMT1_GEN_SHFT)
1140 uint64_t ena = 0; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/fps/fptest/
fps_ereport_mod.c 94 * uchar_t format)creates the ENA for the ereport.
99 uint64_t ena = 0; local
104 ena = (uint64_t)((format & ENA_FORMAT_MASK) |
110 ena = (uint64_t)((format & ENA_FORMAT_MASK) |
118 ena = (uint64_t)((format & ENA_FORMAT_MASK) |
125 return (ena);
293 uint64_t ena; local
328 /* setup ena */
330 ena = fps_ena_generate(ereport_time, cpu_id, FM_ENA_FMT1);
355 if (ena != 0)
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/io/nxge/
nxge_fm.c 522 uint64_t ena; local
530 ena = fm_ena_generate(0, FM_ENA_FMT1);
539 ddi_fm_ereport_post(nxgep->dip, eclass, ena,
548 ddi_fm_ereport_post(nxgep->dip, eclass, ena,
560 ddi_fm_ereport_post(nxgep->dip, eclass, ena,
572 ddi_fm_ereport_post(nxgep->dip, eclass, ena,
583 ddi_fm_ereport_post(nxgep->dip, eclass, ena,
592 ddi_fm_ereport_post(nxgep->dip, eclass, ena,
603 ddi_fm_ereport_post(nxgep->dip, eclass, ena,
611 ddi_fm_ereport_post(nxgep->dip, eclass, ena,
    [all...]
  /onnv/onnv-gate/usr/src/lib/libsmbfs/netsmb/
smbfs_api.h 124 int smb_ctx_setsigning(struct smb_ctx *, int ena, int req);
126 int smb_ctx_setnbflags(struct smb_ctx *, int ena, int bcast);
  /onnv/onnv-gate/usr/src/cmd/fm/modules/common/disk-transport/
disk_transport.c 77 const char *faultname, uint64_t ena, nvlist_t *detector, nvlist_t *payload)
89 e |= nvlist_add_uint64(nvl, FM_EREPORT_ENA, ena);
116 uint64_t ena; local
155 ena = fmd_event_ena_create(dmp->dm_hdl);
174 nvpair_name(elem), ena, fmri, details);
  /onnv/onnv-gate/usr/src/cmd/mdb/common/modules/genunix/
fm.c 155 uint64_t ena = 0; local
172 mdb_printf("ENA CLASS\n");
177 * and ENA. The code uses project private macros from libnvpair
179 * to get a valid class and ENA from the nvpair list, we revert to
220 NVP_TYPE(nvpair) == DATA_TYPE_UINT64 && ena == 0) {
221 bcopy(NVP_VALUE(nvpair), (char *)&ena,
225 if (class != NULL && ena != 0) {
226 mdb_printf("0x%016llx %s\n", ena, class);
  /onnv/onnv-gate/usr/src/uts/sun4u/io/pci/
pci_fm.c 330 pbm_ereport_post(dev_info_t *dip, uint64_t ena, pbm_errstate_t *pbm_err)
337 ena = ena ? ena : fm_ena_generate(0, FM_ENA_FMT1);
339 ddi_fm_ereport_post(dip, buf, ena, DDI_NOSLEEP,
pcisch.c     [all...]
  /onnv/onnv-gate/usr/src/uts/common/io/bge/
bge_log.c 129 uint64_t ena; local
133 ena = fm_ena_generate(0, FM_ENA_FMT1);
135 ddi_fm_ereport_post(bgep->devinfo, buf, ena, DDI_NOSLEEP,
  /onnv/onnv-gate/usr/src/uts/common/sys/fm/
protocol.h 70 #define FM_EREPORT_ENA "ena"
139 * FM ENA Format Macros
142 #define ENA_FORMAT(ena) ((ena) & ENA_FORMAT_MASK)
144 /* ENA format types */
  /onnv/onnv-gate/usr/src/cmd/fm/fmd/common/
fmd_time.c 174 * Adjust a high-resolution time based on the low bits of time stored in ENA.
175 * The assumption here in that ENA won't wrap between the time it is computed
177 * We extract the relevant ENA time bits as 't0' and subtract the difference
192 fmd_time_ena2hrt(hrtime_t hrt, uint64_t ena)
196 switch (ENA_FORMAT(ena)) {
198 t0 = (ena & ENA_FMT1_TIME_MASK) >> ENA_FMT1_TIME_SHFT;
204 t0 = (ena & ENA_FMT2_TIME_MASK) >> ENA_FMT2_TIME_SHFT;
fmd_event.c 134 uint64_t ena; local
161 * valid ENA, we can compute a more precise bound on the event time.
165 nvlist_lookup_uint64(nvl, FM_EREPORT_ENA, &ena) == 0 &&
167 hrt = fmd_time_ena2hrt(hrt, ena);
fmd_protocol.c 264 uint64_t ena = fmd_ena(); local
282 err |= nvlist_add_uint64(nvl, FM_EREPORT_ENA, ena);
296 uint64_t ena = fmd_ena(); local
311 err |= nvlist_add_uint64(nvl, FM_EREPORT_ENA, ena);
  /onnv/onnv-gate/usr/src/uts/sun4u/opl/sys/pcicmu/
pcmu_err.h 120 extern void pcmu_pbm_ereport_post(dev_info_t *dip, uint64_t ena,
  /onnv/onnv-gate/usr/src/cmd/fm/modules/sun4u/cpumem-diagnosis/
cmd_cpu_arch.c 71 * Search for the entry that matches the ena and the AFAR
72 * if we have a valid AFAR, otherwise just match the ENA
75 cmd_trw_lookup(uint64_t ena, uint8_t afar_status, uint64_t afar)
81 if (cmd.cmd_xxcu_trw[i].trw_ena == ena &&
87 if (cmd.cmd_xxcu_trw[i].trw_ena == ena)
  /onnv/onnv-gate/usr/src/cmd/fm/modules/sun4v/cpumem-diagnosis/
cmd_cpu_arch.c 152 * Search for the entry that matches the ena and the AFAR
154 * that its's ena is < delta ENA.
158 cmd_trw_lookup(uint64_t ena, uint8_t afar_status, uint64_t afar)
165 if ((llabs(ena - cmd.cmd_xxcu_trw[i].trw_ena) <
175 if (llabs(ena - cmd.cmd_xxcu_trw[i].trw_ena)
  /onnv/onnv-gate/usr/src/cmd/fm/modules/common/sensor-transport/
sensor_transport.c 86 uint64_t ena; local
240 ena = fmd_event_ena_create(hdl);
255 (void) nvlist_add_uint64(event, FM_EREPORT_ENA, ena);
  /onnv/onnv-gate/usr/src/uts/common/sys/ib/ibtl/
ibvti.h 258 ibt_status_t ibt_get_module_failure(ibt_failure_type_t type, uint64_t ena);
  /onnv/onnv-gate/usr/src/cmd/fm/modules/sun4/cpumem-diagnosis/
cmd_cpuerr.c 515 uint64_t ena; local
533 (void) nvlist_lookup_uint64(nvl, FM_EREPORT_ENA, &ena);
544 fmd_hdl_debug(hdl, "looking up ena %llx,afar %llx with\n", ena, afar);
548 if ((trw = cmd_trw_lookup(ena, afar_status, afar)) == NULL) {
549 if ((trw = cmd_trw_alloc(ena, afar)) == NULL) {
  /onnv/onnv-gate/usr/src/uts/common/fs/zfs/
zfs_fm.c 50 * SPA-wide ENA (Error Numeric Association).
52 * For isolated I/O requests, we get the ENA from the zio_t. The propagation
82 * ENA.
84 * We keep track of the ENA for a ZIO chain through the 'io_logical' member.
87 * will use the same ENA. For vdev cache fill and queue aggregation I/O,
108 uint64_t ena; local
201 * Determine the ENA to use for this event. If we are in a loading
202 * state, use a SPA-wide ENA. Otherwise, if we are in an I/O state, use
203 * a root zio-wide ENA. Otherwise, simply use a unique ENA
    [all...]

Completed in 5759 milliseconds

1 2