Searched refs:eclass (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhxge_fm.c322 char eclass[FM_MAX_CLASS]; local
326 (void) snprintf(eclass, FM_MAX_CLASS, "%s.%s", DDI_FM_DEVICE,
327 ereport->eclass);
335 ddi_fm_ereport_post(hxgep->dip, eclass, ena, DDI_NOSLEEP,
341 ddi_fm_ereport_post(hxgep->dip, eclass, ena, DDI_NOSLEEP,
349 ddi_fm_ereport_post(hxgep->dip, eclass, ena, DDI_NOSLEEP,
357 ddi_fm_ereport_post(hxgep->dip, eclass, ena, DDI_NOSLEEP,
371 ddi_fm_ereport_post(hxgep->dip, eclass, ena, DDI_NOSLEEP,
389 ddi_fm_ereport_post(hxgep->dip, eclass, ena, DDI_NOSLEEP,
400 ddi_fm_ereport_post(hxgep->dip, eclass, en
[all...]
H A Dhxge_fm.h61 char *eclass; member in struct:_hxge_fm_ereport_attr
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_fm.c519 char eclass[FM_MAX_CLASS]; local
523 (void) snprintf(eclass, FM_MAX_CLASS, "%s.%s", DDI_FM_DEVICE,
524 ereport->eclass);
535 ddi_fm_ereport_post(nxgep->dip, eclass, ena,
544 ddi_fm_ereport_post(nxgep->dip, eclass, ena,
556 ddi_fm_ereport_post(nxgep->dip, eclass, ena,
568 ddi_fm_ereport_post(nxgep->dip, eclass, ena,
579 ddi_fm_ereport_post(nxgep->dip, eclass, ena,
588 ddi_fm_ereport_post(nxgep->dip, eclass, ena,
599 ddi_fm_ereport_post(nxgep->dip, eclass, en
[all...]
/illumos-gate/usr/src/common/bzip2/
H A Dblocksort.c33 UInt32* eclass,
45 ec_tmp = eclass[tmp];
46 for ( j = i+4; j <= hi && ec_tmp > eclass[fmap[j]]; j += 4 )
54 ec_tmp = eclass[tmp];
55 for ( j = i+1; j <= hi && ec_tmp > eclass[fmap[j]]; j++ )
94 UInt32* eclass,
115 fallbackSimpleSort ( fmap, eclass, lo, hi );
128 if (r3 == 0) med = eclass[fmap[lo]]; else
129 if (r3 == 1) med = eclass[fmap[(lo+hi)>>1]]; else
130 med = eclass[fma
32 fallbackSimpleSort( UInt32* fmap, UInt32* eclass, Int32 lo, Int32 hi ) argument
93 fallbackQSort3( UInt32* fmap, UInt32* eclass, Int32 loSt, Int32 hiSt ) argument
212 fallbackSort( UInt32* fmap, UInt32* eclass, UInt32* bhtab, Int32 nblock, Int32 verb ) argument
[all...]
/illumos-gate/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb_subr.h132 int smb_maperror(int eclass, int eno);
H A Dsmb_subrs.c873 smb_maperror(int eclass, int eno) argument
875 if (eclass == 0 && eno == 0)
877 switch (eclass) {
995 "Unknown DOS error %d/%d\n", eclass, eno);
/illumos-gate/usr/src/uts/common/sys/nxge/
H A Dnxge_fm.h112 char *eclass; member in struct:_nxge_fm_ereport_attr
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_link.c1028 uint32_t off, eclass, emachine1, emachine2; local
1062 eclass = ELFCLASS64;
1070 eclass = ELFCLASS32;
1080 if (ehdr.e_ident[EI_CLASS] != eclass) {
/illumos-gate/usr/src/uts/common/crypto/io/
H A Ddca.c497 * FMA eclass string definitions. Note that these string arrays must be
2458 char *eclass; local
2465 eclass = dca_fma_eclass_string(dca->dca_model, index);
2469 ddi_fm_ereport_post(dca->dca_dip, eclass, ena,

Completed in 888 milliseconds