The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/dev/cfe/cfe_error.h

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

    1 /* $NetBSD: cfe_error.h,v 1.2 2003/02/07 17:38:48 cgd Exp $ */
    2 /* from: SiByte Id: cfe_error.h,v 1.2 2002/07/09 19:37:52 cgd Exp $ */
    3 
    4 /*-
    5  * Copyright 2000, 2001, 2002
    6  * Broadcom Corporation. All rights reserved.
    7  *
    8  * This software is furnished under license and may be used and copied only
    9  * in accordance with the following terms and conditions.  Subject to these
   10  * conditions, you may download, copy, install, use, modify and distribute
   11  * modified or unmodified copies of this software in source and/or binary
   12  * form. No title or ownership is transferred hereby.
   13  *
   14  * 1) Any source code used, modified or distributed must reproduce and
   15  *    retain this copyright notice and list of conditions as they appear in
   16  *    the source file.
   17  *
   18  * 2) No right is granted to use any trade name, trademark, or logo of
   19  *    Broadcom Corporation.  The "Broadcom Corporation" name may not be
   20  *    used to endorse or promote products derived from this software
   21  *    without the prior written permission of Broadcom Corporation.
   22  *
   23  * 3) THIS SOFTWARE IS PROVIDED "AS-IS" AND ANY EXPRESS OR IMPLIED
   24  *    WARRANTIES, INCLUDING BUT NOT LIMITED TO, ANY IMPLIED WARRANTIES OF
   25  *    MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR
   26  *    NON-INFRINGEMENT ARE DISCLAIMED. IN NO EVENT SHALL BROADCOM BE LIABLE
   27  *    FOR ANY DAMAGES WHATSOEVER, AND IN PARTICULAR, BROADCOM SHALL NOT BE
   28  *    LIABLE FOR DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
   29  *    CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
   30  *    SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
   31  *    BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
   32  *    WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
   33  *    OR OTHERWISE), EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
   34  *
   35  * $FreeBSD: releng/10.3/sys/dev/cfe/cfe_error.h 183370 2008-09-26 03:53:10Z imp $
   36  */
   37 
   38 /*  *********************************************************************
   39     *  
   40     *  Broadcom Common Firmware Environment (CFE)
   41     *  
   42     *  Error codes                              File: cfe_error.h
   43     *  
   44     *  CFE's global error code list is here.
   45     *  
   46     *  Author:  Mitch Lichtenberg
   47     *  
   48     ********************************************************************* */
   49 
   50 
   51 #define CFE_OK                   0
   52 #define CFE_ERR                 -1      /* generic error */
   53 #define CFE_ERR_INV_COMMAND     -2
   54 #define CFE_ERR_EOF             -3
   55 #define CFE_ERR_IOERR           -4
   56 #define CFE_ERR_NOMEM           -5
   57 #define CFE_ERR_DEVNOTFOUND     -6
   58 #define CFE_ERR_DEVOPEN         -7
   59 #define CFE_ERR_INV_PARAM       -8
   60 #define CFE_ERR_ENVNOTFOUND     -9
   61 #define CFE_ERR_ENVREADONLY     -10
   62 
   63 #define CFE_ERR_NOTELF          -11
   64 #define CFE_ERR_NOT32BIT        -12
   65 #define CFE_ERR_WRONGENDIAN     -13
   66 #define CFE_ERR_BADELFVERS      -14
   67 #define CFE_ERR_NOTMIPS         -15
   68 #define CFE_ERR_BADELFFMT       -16
   69 #define CFE_ERR_BADADDR         -17
   70 
   71 #define CFE_ERR_FILENOTFOUND    -18
   72 #define CFE_ERR_UNSUPPORTED     -19
   73 
   74 #define CFE_ERR_HOSTUNKNOWN     -20
   75 
   76 #define CFE_ERR_TIMEOUT         -21
   77 
   78 #define CFE_ERR_PROTOCOLERR     -22
   79 
   80 #define CFE_ERR_NETDOWN         -23
   81 #define CFE_ERR_NONAMESERVER    -24
   82 
   83 #define CFE_ERR_NOHANDLES       -25
   84 #define CFE_ERR_ALREADYBOUND    -26
   85 
   86 #define CFE_ERR_CANNOTSET       -27
   87 #define CFE_ERR_NOMORE          -28
   88 #define CFE_ERR_BADFILESYS      -29
   89 #define CFE_ERR_FSNOTAVAIL      -30
   90 
   91 #define CFE_ERR_INVBOOTBLOCK    -31
   92 #define CFE_ERR_WRONGDEVTYPE    -32
   93 #define CFE_ERR_BBCHECKSUM      -33
   94 #define CFE_ERR_BOOTPROGCHKSUM  -34
   95 
   96 #define CFE_ERR_LDRNOTAVAIL     -35
   97 
   98 #define CFE_ERR_NOTREADY        -36
   99 
  100 #define CFE_ERR_GETMEM          -37
  101 #define CFE_ERR_SETMEM          -38
  102 
  103 #define CFE_ERR_NOTCONN         -39
  104 #define CFE_ERR_ADDRINUSE       -40

Cache object: b8b59cacd241c78ae90129b8994e7b70


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.