Deleted Added
full compact
util.h (177698) util.h (185029)
1/*
2 * CDDL HEADER START
3 *
4 * The contents of this file are subject to the terms of the
5 * Common Development and Distribution License (the "License").
6 * You may not use this file except in compliance with the License.
7 *
8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE

--- 74 unchanged lines hidden (view full) ---

83#define FM_EREPORT_PAYLOAD_NAME_STACK "stack"
84
85extern errorq_t *ereport_errorq;
86extern void *ereport_dumpbuf;
87extern size_t ereport_dumplen;
88
89extern void fm_init(void);
90extern void fm_nvprint(nvlist_t *);
1/*
2 * CDDL HEADER START
3 *
4 * The contents of this file are subject to the terms of the
5 * Common Development and Distribution License (the "License").
6 * You may not use this file except in compliance with the License.
7 *
8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE

--- 74 unchanged lines hidden (view full) ---

83#define FM_EREPORT_PAYLOAD_NAME_STACK "stack"
84
85extern errorq_t *ereport_errorq;
86extern void *ereport_dumpbuf;
87extern size_t ereport_dumplen;
88
89extern void fm_init(void);
90extern void fm_nvprint(nvlist_t *);
91extern void fm_panic(const char *, ...);
91#define fm_panic panic
92extern void fm_banner(void);
93
94extern void fm_ereport_dump(void);
95extern void fm_ereport_post(nvlist_t *, int);
96
97#endif /* _KERNEL */
98
99#ifdef __cplusplus
100}
101#endif
102
103#endif /* _SYS_FM_UTIL_H */
92extern void fm_banner(void);
93
94extern void fm_ereport_dump(void);
95extern void fm_ereport_post(nvlist_t *, int);
96
97#endif /* _KERNEL */
98
99#ifdef __cplusplus
100}
101#endif
102
103#endif /* _SYS_FM_UTIL_H */