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

12

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlge/
H A Dqlge_fm.c31 ql_fm_ereport(qlge_t *qlge, char *detail) argument
36 (void) snprintf(buf, QL_FM_BUF_LEN, "%s.%s", DDI_FM_DEVICE, detail);
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/oce/
H A Doce_fm.c136 * detail - OS defined string that provides the kind of error to report
139 oce_fm_ereport(struct oce_dev *dev, char *detail) argument
144 if (!DDI_FM_EREPORT_CAP(dev->fm_caps) || detail == NULL) {
147 (void) snprintf(buf, FM_MAX_CLASS, "%s.%s", DDI_FM_DEVICE, detail);
/illumos-gate/usr/src/cmd/hal/tools/
H A Dhal-storage-closetray.c55 unknown_closetray_error (const char *detail) argument
58 fprintf (stderr, "%s\n", detail);
H A Dhal-storage-eject.c57 unknown_eject_error (const char *detail) argument
60 fprintf (stderr, "%s\n", detail);
H A Dhal-storage-zpool.c46 unknown_zpool_error (const char *detail) argument
49 fprintf (stderr, "%s\n", detail);
H A Dhal-storage-shared.c208 unknown_error (const char *detail) argument
211 fprintf (stderr, "%s\n", detail);
217 device_busy (const char *detail) argument
220 fprintf (stderr, "%s\n", detail);
226 not_mounted (const char *detail) argument
229 fprintf (stderr, "%s\n", detail);
235 not_mounted_by_hal (const char *detail) argument
238 fprintf (stderr, "%s\n", detail);
/illumos-gate/usr/src/uts/common/fs/ctfs/
H A Dctfs_ctl.c290 uint_t detail; local
299 detail = STRUCT_FGET(st, ctst_detail);
300 if (detail == CTD_COMMON) {
304 } else if (detail <= CTD_ALL) {
306 type->ct_type_ops->contop_status(ct, VTOZONE(vp), detail, foo,
/illumos-gate/usr/src/uts/common/io/bge/
H A Dbge_log.c127 bge_fm_ereport(bge_t *bgep, char *detail) argument
132 (void) snprintf(buf, FM_MAX_CLASS, "%s.%s", DDI_FM_DEVICE, detail);
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_dns.c39 /* The string used to indent detail lines */
51 static char *dns_type_string(uint_t type, int detail);
52 static char *dns_class_string(uint_t cls, int detail);
56 const uchar_t *data, const uchar_t *data_end, int detail);
58 const uchar_t *data, const uchar_t *data_end, int detail);
272 dns_type_string(uint_t type, int detail) argument
276 case ns_t_a: return (detail ? "Address" : "Addr");
277 case ns_t_ns: return (detail ? "Authoritative Name Server" : "NS");
278 case ns_t_cname: return (detail ? "Canonical Name" : "CNAME");
279 case ns_t_soa: return (detail
305 dns_class_string(uint_t cls, int detail) argument
334 print_question(char *line, const uchar_t *header, const uchar_t *data, const uchar_t *data_end, int detail) argument
450 print_answer(char *line, const uchar_t *header, const uchar_t *data, const uchar_t *data_end, int detail) argument
[all...]
/illumos-gate/usr/src/cmd/rmvolmgr/
H A Drmvolmgr.c82 const char *name, const char *detail);
516 const char *name, const char *detail)
515 rmm_device_condition(LibHalContext *ctx, const char *udi, const char *name, const char *detail) argument
/illumos-gate/usr/src/uts/common/io/bnxe/
H A Dbnxe_main.c439 char * detail)
444 (void) snprintf(buf, FM_MAX_CLASS, "%s.%s", DDI_FM_DEVICE, detail);
438 BnxeFmErrorReport(um_device_t * pUM, char * detail) argument
/illumos-gate/usr/src/lib/libcontract/common/
H A Dlibcontract.c234 ct_status_read(int fd, int detail, ct_stathdl_t *stathdl) argument
245 info->status.ctst_detail = detail;
246 if (detail != CTD_COMMON) {
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dargs.c138 usage_mesg(Boolean detail) argument
143 if (detail == FALSE)
/illumos-gate/usr/src/cmd/print/bsd-sysv-commands/
H A Dlpstat.c1170 char *detail = NULL; local
1172 "form-supported-detail", &detail);
1174 printf("%s\n", detail);
/illumos-gate/usr/src/uts/common/contract/
H A Dprocess.c664 contract_process_status(contract_t *ct, zone_t *zone, int detail, nvlist_t *nvl, argument
673 if (detail == CTD_FIXED) {
683 ASSERT(detail == CTD_ALL);
722 if (detail == CTD_ALL) {
741 if (detail > CTD_COMMON) {
745 if (detail == CTD_ALL) {
750 if (detail > CTD_COMMON) {
754 if (detail == CTD_ALL) {
H A Ddevice.c237 * contract - the level of detail depends on what is requested by the
285 * the "device" contract type. If the level of detail requested is
287 * levels of detail result in calls to contract_device_status() to supply
864 * The device contract status entry point. Called when level of "detail"
869 contract_device_status(contract_t *ct, zone_t *zone, int detail, nvlist_t *nvl, argument
874 ASSERT(detail == CTD_FIXED || detail == CTD_ALL);
888 if (detail == CTD_FIXED) {
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_fm.c80 * See the Hermon FMA portfolio in detail.
755 * See i_hca_regs_map_setup() in detail.
800 * directly instead. See i_hca_regs_map_free() in detail.
836 * directly instead. See i_hca_pci_config_setup() in detail.
877 * See i_hca_pci_config_teardown() in detail.
954 * hermon_fm_ereport(hermon_state_t *state, int type, int detail)
959 * beginning of this file in detail.
966 * detail: HW error hint implying which ereport is issued
984 hermon_fm_ereport(hermon_state_t *state, int type, int detail) argument
998 switch (detail) {
1914 i_hca_fm_ereport(dev_info_t *dip, int type, char *detail) argument
[all...]
/illumos-gate/usr/src/uts/common/io/idm/
H A Didm_text.c1222 idm_kvstat_to_error(kv_status_t kvrc, uint8_t *class, uint8_t *detail) argument
1228 *detail = ISCSI_LOGIN_STATUS_ACCEPT;
1234 *detail = ISCSI_LOGIN_STATUS_INVALID_REQUEST;
1239 *detail = ISCSI_LOGIN_STATUS_INIT_ERR;
1244 *detail = ISCSI_LOGIN_STATUS_NO_RESOURCES;
1249 *detail = ISCSI_LOGIN_STATUS_MISSING_FIELDS;
1254 *detail = ISCSI_LOGIN_STATUS_AUTH_FAILED;
1259 *detail = ISCSI_LOGIN_STATUS_TARGET_ERROR;
/illumos-gate/usr/src/uts/common/io/i40e/
H A Di40e_main.c735 i40e_fm_ereport(i40e_t *i40e, char *detail) argument
740 (void) snprintf(buf, FM_MAX_CLASS, "%s.%s", DDI_FM_DEVICE, detail);
/illumos-gate/usr/src/uts/common/io/sata/adapters/si3124/
H A Dsi3124.c5846 si_fm_ereport(si_ctl_state_t *si_ctlp, char *detail, char *payload) argument
5851 (void) snprintf(buf, FM_MAX_CLASS, "%s.%s", DDI_FM_DEVICE, detail);
/illumos-gate/usr/src/uts/common/io/mega_sas/
H A Dmegaraid_sas.c4980 megasas_fm_ereport(struct megasas_instance *instance, char *detail) argument
4985 (void) snprintf(buf, FM_MAX_CLASS, "%s.%s", DDI_FM_DEVICE, detail);
/illumos-gate/usr/src/uts/common/io/
H A Dbscv.c2881 uint8_t detail; local
2893 detail = bscv_get8(ssp, chan_general, EBUS_IDX_EVENT_DETAIL);
2895 bscv_status(ssp, change, detail);
3666 /* detail */
3953 * register and the event detail register so react
/illumos-gate/usr/src/uts/common/io/sata/adapters/ahci/
H A Dahci.c3471 ahci_fm_ereport(ahci_ctl_t *ahci_ctlp, char *detail) argument
3476 (void) snprintf(buf, FM_MAX_CLASS, "%s.%s", DDI_FM_DEVICE, detail);
/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000g_main.c6432 e1000g_fm_ereport(struct e1000g *Adapter, char *detail) argument
6437 (void) snprintf(buf, FM_MAX_CLASS, "%s.%s", DDI_FM_DEVICE, detail);
/illumos-gate/usr/src/uts/common/io/igb/
H A Digb_main.c5357 igb_fm_ereport(igb_t *igb, char *detail) argument
5362 (void) snprintf(buf, FM_MAX_CLASS, "%s.%s", DDI_FM_DEVICE, detail);

Completed in 1434 milliseconds

12