Whamcloud - gitweb
file jbd-stats-2.6.9.patch was initially added on branch b1_4.
[fs/lustre-release.git] / lnet / lnet / 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  *   This file is not subject to copyright protection.
9  */
10
11 /* If you change these, you must update the number table in portals/errno.h */
12 const char *ptl_err_str[] = {
13         "PTL_OK",
14         "PTL_SEGV",
15
16         "PTL_NO_SPACE",
17         "PTL_ME_IN_USE",
18         "PTL_VAL_FAILED",
19
20         "PTL_NAL_FAILED",
21         "PTL_NO_INIT",
22         "PTL_IFACE_DUP",
23         "PTL_IFACE_INVALID",
24
25         "PTL_HANDLE_INVALID",
26         "PTL_MD_INVALID",
27         "PTL_ME_INVALID",
28 /* If you change these, you must update the number table in portals/errno.h */
29         "PTL_PROCESS_INVALID",
30         "PTL_PT_INDEX_INVALID",
31
32         "PTL_SR_INDEX_INVALID",
33         "PTL_EQ_INVALID",
34         "PTL_EQ_DROPPED",
35
36         "PTL_EQ_EMPTY",
37         "PTL_MD_NO_UPDATE",
38         "PTL_FAIL",
39
40         "PTL_IOV_INVALID",
41
42         "PTL_EQ_IN_USE",
43
44         "PTL_NI_INVALID",
45         "PTL_MD_ILLEGAL",
46
47         "PTL_MAX_ERRNO"
48 };
49 /* If you change these, you must update the number table in portals/errno.h */