Searched defs:detail (Results 26 - 31 of 31) sorted by relevance

12

/illumos-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_main.c5992 ixgbe_fm_ereport(ixgbe_t *ixgbe, char *detail) argument
5997 (void) snprintf(buf, FM_MAX_CLASS, "%s.%s", DDI_FM_DEVICE, detail);
/illumos-gate/usr/src/uts/common/io/scsi/adapters/pmcs/
H A Dpmcs_subr.c7609 pmcs_fm_ereport(pmcs_hw_t *pwp, char *detail) argument
7614 (void) snprintf(buf, FM_MAX_CLASS, "%s.%s", DDI_FM_DEVICE, detail);
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_solaris.c12139 emlxs_fm_ereport(emlxs_hba_t *hba, char *detail) argument
12148 if (detail == NULL) {
12152 (void) snprintf(buf, FM_MAX_CLASS, "%s.%s", DDI_FM_DEVICE, detail);
/illumos-gate/usr/src/uts/common/io/mr_sas/
H A Dmr_sas.c2704 int detail)
2713 if (detail == 0xDD) {
2736 if ((detail == 0xDD) && instance->tbolt) {
2767 if (detail == 0xDD) {
7283 mrsas_fm_ereport(struct mrsas_instance *instance, char *detail) argument
7288 (void) snprintf(buf, FM_MAX_CLASS, "%s.%s", DDI_FM_DEVICE, detail);
2703 mrsas_print_cmd_details(struct mrsas_instance *instance, struct mrsas_cmd *cmd, int detail) argument
/illumos-gate/usr/src/uts/common/io/aac/
H A Daac.c7044 aac_fm_ereport(struct aac_softstate *softs, char *detail) argument
7049 (void) snprintf(buf, FM_MAX_CLASS, "%s.%s", DDI_FM_DEVICE, detail);
/illumos-gate/usr/src/uts/common/io/scsi/adapters/mpt_sas/
H A Dmptsas.c13524 mptsas_fm_ereport(mptsas_t *mpt, char *detail) argument
13529 (void) snprintf(buf, FM_MAX_CLASS, "%s.%s", DDI_FM_DEVICE, detail);

Completed in 187 milliseconds

12