emlxs_msg.h (82527734) emlxs_msg.h (a9800beb)
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

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

15 * If applicable, add the following below this CDDL HEADER, with the
16 * fields enclosed by brackets "[]" replaced with your own identifying
17 * information: Portions Copyright [yyyy] [name of copyright owner]
18 *
19 * CDDL HEADER END
20 */
21
22/*
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

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

15 * If applicable, add the following below this CDDL HEADER, with the
16 * fields enclosed by brackets "[]" replaced with your own identifying
17 * information: Portions Copyright [yyyy] [name of copyright owner]
18 *
19 * CDDL HEADER END
20 */
21
22/*
23 * Copyright 2009 Emulex. All rights reserved.
23 * Copyright 2010 Emulex. All rights reserved.
24 * Use is subject to license terms.
25 */
26
27#ifndef _EMLXS_MSG_H
28#define _EMLXS_MSG_H
29
30#ifdef __cplusplus
31extern "C" {

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

52#define EMLXS_THREAD_C 14
53#define EMLXS_DFC_C 15
54#define EMLXS_DHCHAP_C 16
55#define EMLXS_FCT_C 17
56#define EMLXS_DUMP_C 18
57#define EMLXS_SLI3_C 19
58#define EMLXS_SLI4_C 20
59#define EMLXS_EVENT_C 21
24 * Use is subject to license terms.
25 */
26
27#ifndef _EMLXS_MSG_H
28#define _EMLXS_MSG_H
29
30#ifdef __cplusplus
31extern "C" {

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

52#define EMLXS_THREAD_C 14
53#define EMLXS_DFC_C 15
54#define EMLXS_DHCHAP_C 16
55#define EMLXS_FCT_C 17
56#define EMLXS_DUMP_C 18
57#define EMLXS_SLI3_C 19
58#define EMLXS_SLI4_C 20
59#define EMLXS_EVENT_C 21
60#define EMLXS_FCF_C 22
60
61#define EMLXS_CONTEXT port, _FILENO_, __LINE__
62#define EMLXS_MSGF emlxs_msg_printf
63
64#ifdef EMLXS_DBG
65#define EMLXS_DEBUGF emlxs_msg_printf
66#else /* EMLXS_DBG */
67#define EMLXS_DEBUGF

--- 45 unchanged lines hidden ---
61
62#define EMLXS_CONTEXT port, _FILENO_, __LINE__
63#define EMLXS_MSGF emlxs_msg_printf
64
65#ifdef EMLXS_DBG
66#define EMLXS_DEBUGF emlxs_msg_printf
67#else /* EMLXS_DBG */
68#define EMLXS_DEBUGF

--- 45 unchanged lines hidden ---