/* from: Broadcom Id: cfe_error.h,v 1.3 2003/02/07 17:27:56 cgd Exp $ */12/*-3* SPDX-License-Identifier: BSD-3-Clause4*5* Copyright 2000, 2001, 20026* Broadcom Corporation. All rights reserved.7*8* This software is furnished under license and may be used and copied only9* in accordance with the following terms and conditions. Subject to these10* conditions, you may download, copy, install, use, modify and distribute11* modified or unmodified copies of this software in source and/or binary12* form. No title or ownership is transferred hereby.13*14* 1) Any source code used, modified or distributed must reproduce and15* retain this copyright notice and list of conditions as they appear in16* the source file.17*18* 2) No right is granted to use any trade name, trademark, or logo of19* Broadcom Corporation. The "Broadcom Corporation" name may not be20* used to endorse or promote products derived from this software21* without the prior written permission of Broadcom Corporation.22*23* 3) THIS SOFTWARE IS PROVIDED "AS-IS" AND ANY EXPRESS OR IMPLIED24* WARRANTIES, INCLUDING BUT NOT LIMITED TO, ANY IMPLIED WARRANTIES OF25* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR26* NON-INFRINGEMENT ARE DISCLAIMED. IN NO EVENT SHALL BROADCOM BE LIABLE27* FOR ANY DAMAGES WHATSOEVER, AND IN PARTICULAR, BROADCOM SHALL NOT BE28* LIABLE FOR DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR29* CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF30* SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR31* BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,32* WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE33* OR OTHERWISE), EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.34*/3536/* *********************************************************************37*38* Broadcom Common Firmware Environment (CFE)39*40* Error codes File: cfe_error.h41*42* CFE's global error code list is here.43*44* Author: Mitch Lichtenberg45*46********************************************************************* */4748#define CFE_OK 049#define CFE_ERR -1 /* generic error */50#define CFE_ERR_INV_COMMAND -251#define CFE_ERR_EOF -352#define CFE_ERR_IOERR -453#define CFE_ERR_NOMEM -554#define CFE_ERR_DEVNOTFOUND -655#define CFE_ERR_DEVOPEN -756#define CFE_ERR_INV_PARAM -857#define CFE_ERR_ENVNOTFOUND -958#define CFE_ERR_ENVREADONLY -105960#define CFE_ERR_NOTELF -1161#define CFE_ERR_NOT32BIT -1262#define CFE_ERR_WRONGENDIAN -1363#define CFE_ERR_BADELFVERS -1464#define CFE_ERR_NOTMIPS -1565#define CFE_ERR_BADELFFMT -1666#define CFE_ERR_BADADDR -176768#define CFE_ERR_FILENOTFOUND -1869#define CFE_ERR_UNSUPPORTED -197071#define CFE_ERR_HOSTUNKNOWN -207273#define CFE_ERR_TIMEOUT -217475#define CFE_ERR_PROTOCOLERR -227677#define CFE_ERR_NETDOWN -2378#define CFE_ERR_NONAMESERVER -247980#define CFE_ERR_NOHANDLES -2581#define CFE_ERR_ALREADYBOUND -268283#define CFE_ERR_CANNOTSET -2784#define CFE_ERR_NOMORE -2885#define CFE_ERR_BADFILESYS -2986#define CFE_ERR_FSNOTAVAIL -308788#define CFE_ERR_INVBOOTBLOCK -3189#define CFE_ERR_WRONGDEVTYPE -3290#define CFE_ERR_BBCHECKSUM -3391#define CFE_ERR_BOOTPROGCHKSUM -349293#define CFE_ERR_LDRNOTAVAIL -359495#define CFE_ERR_NOTREADY -369697#define CFE_ERR_GETMEM -3798#define CFE_ERR_SETMEM -3899100#define CFE_ERR_NOTCONN -39101#define CFE_ERR_ADDRINUSE -40102103104