POK(kernelpart)
Main Page
Data Structures
Files
File List
Globals
errno.h
Go to the documentation of this file.
1
/*
2
* POK header
3
*
4
* The following file is a part of the POK project. Any modification should
5
* made according to the POK licence. You CANNOT use this file or a part of
6
* this file is this part of a file for your own project
7
*
8
* For more information on the POK licence, please see our LICENCE FILE
9
*
10
* Please follow the coding guidelines described in doc/CODING_GUIDELINES
11
*
12
* Copyright (c) 2007-2009 POK team
13
*
14
* Created by julien on Thu Jan 15 23:34:13 2009
15
*/
16
17
18
#ifndef __POK_ERRNO_H__
19
#define __POK_ERRNO_H__
20
21
typedef
enum
22
{
23
POK_ERRNO_OK
= 0,
24
POK_ERRNO_EINVAL
= 1,
25
26
POK_ERRNO_UNAVAILABLE
= 2,
27
POK_ERRNO_TOOMANY
= 5,
28
POK_ERRNO_EPERM
= 6,
29
POK_ERRNO_EXISTS
= 7,
30
31
POK_ERRNO_ERANGE
= 8,
32
POK_ERRNO_EDOM
= 9,
33
POK_ERRNO_HUGE_VAL
= 10,
34
35
POK_ERRNO_EFAULT
= 11,
36
37
POK_ERRNO_THREAD
= 49,
38
POK_ERRNO_THREADATTR
= 50,
39
40
POK_ERRNO_TIME
= 100,
41
42
POK_ERRNO_PARTITION_ATTR
= 200,
43
44
POK_ERRNO_PORT
= 301,
45
POK_ERRNO_NOTFOUND
= 302,
46
POK_ERRNO_DIRECTION
= 303,
47
POK_ERRNO_SIZE
= 304,
48
POK_ERRNO_DISCIPLINE
= 305,
49
POK_ERRNO_PORTPART
= 307,
50
POK_ERRNO_EMPTY
= 308,
51
POK_ERRNO_KIND
= 309,
52
POK_ERRNO_FULL
= 311,
53
POK_ERRNO_READY
= 310,
54
POK_ERRNO_TIMEOUT
= 250,
55
POK_ERRNO_MODE
= 251,
56
57
POK_ERRNO_LOCKOBJ_UNAVAILABLE
= 500,
58
POK_ERRNO_LOCKOBJ_NOTREADY
= 501,
59
POK_ERRNO_LOCKOBJ_KIND
= 502,
60
POK_ERRNO_LOCKOBJ_POLICY
= 503,
61
62
POK_ERRNO_PARTITION_MODE
= 601,
63
64
POK_ERRNO_PARTITION
= 401
65
}
pok_ret_t
;
66
67
68
#endif
kernel
include
errno.h
Generated on Fri Jun 1 2012 19:07:12 for POK(kernelpart) by
1.8.1