Whamcloud - gitweb
land b_eq on HEAD
[fs/lustre-release.git] / lustre / portals / portals / api-errno.c
1 /* -*- mode: c; c-basic-offset: 8; indent-tabs-mode: nil; -*-
2  * vim:expandtab:shiftwidth=8:tabstop=8:
3  *
4  * api/api-errno.c
5  * Instantiate the string table of errors
6  *
7  *   This file is part of Lustre, http://www.sf.net/projects/lustre/
8  */
9
10 /* If you change these, you must update the number table in portals/errno.h */
11 const char *ptl_err_str[] = {
12         "PTL_OK",
13         "PTL_SEGV",
14
15         "PTL_NOSPACE",
16         "PTL_INUSE",
17         "PTL_VAL_FAILED",
18
19         "PTL_NAL_FAILED",
20         "PTL_NOINIT",
21         "PTL_INIT_DUP",
22         "PTL_INIT_INV",
23         "PTL_AC_INV_INDEX",
24
25         "PTL_INV_ASIZE",
26         "PTL_INV_HANDLE",
27         "PTL_INV_MD",
28         "PTL_INV_ME",
29         "PTL_INV_NI",
30 /* If you change these, you must update the number table in portals/errno.h */
31         "PTL_ILL_MD",
32         "PTL_INV_PROC",
33         "PTL_INV_PSIZE",
34         "PTL_INV_PTINDEX",
35         "PTL_INV_REG",
36
37         "PTL_INV_SR_INDX",
38         "PTL_ML_TOOLONG",
39         "PTL_ADDR_UNKNOWN",
40         "PTL_INV_EQ",
41         "PTL_EQ_DROPPED",
42
43         "PTL_EQ_EMPTY",
44         "PTL_NOUPDATE",
45         "PTL_FAIL",
46         "PTL_NOT_IMPLEMENTED",
47         "PTL_NO_ACK",
48
49         "PTL_IOV_TOO_MANY",
50         "PTL_IOV_TOO_SMALL",
51
52         "PTL_EQ_INUSE",
53 };
54 /* If you change these, you must update the number table in portals/errno.h */