File:  [MW Coherent from dump] / coherent / f / usr / include / sys / cmn_err.h
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Wed May 29 04:56:40 2019 UTC (7 years, 2 months ago) by root
Branches: MarkWilliams, MAIN
CVS tags: relic, HEAD
coherent

#ifndef	__SYS_CMN_ERR_H__
#define	__SYS_CMN_ERR_H__

/*
 *-IMPORTS:
 *	<common/ccompat.h>
 *		__EXTERN_C_BEGIN__
 *		__EXTERN_C_END__
 *		__PROTO ()
 */

#include <common/ccompat.h>


/*
 * This header defins prototypes and constants for the DDI/DKI error-reporting
 * function cmn_err ().
 */

/*
 * Error severity
 */

enum {	CE_CONT	= 0,		/* used to continue a previous message */
	CE_NOTE,		/* used to display a NOTICE: message */
	CE_WARN,		/* used to display a WARNING: message */
	CE_PANIC,		/* used to display a PANIC: message */
	CE_INVALID		/* used to warn about invalid severity */
};


__EXTERN_C_BEGIN__

void		cmn_err		__PROTO ((int _level, char * _format, ...));

__EXTERN_C_END__



#endif	/* ! defined (__SYS_CMN_ERR_H__) */

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.