Imported Upstream version 2.4.3
[platform/upstream/audit.git] / auparse / fcntl-cmdtab.h
1 /* fcntl-cmdtab.h --
2  * Copyright 2007,2012-13 Red Hat Inc., Durham, North Carolina.
3  * All Rights Reserved.
4  *
5  * This library is free software; you can redistribute it and/or
6  * modify it under the terms of the GNU Lesser General Public
7  * License as published by the Free Software Foundation; either
8  * version 2.1 of the License, or (at your option) any later version.
9  *
10  * This library is distributed in the hope that it will be useful,
11  * but WITHOUT ANY WARRANTY; without even the implied warranty of
12  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
13  * Lesser General Public License for more details.
14  *
15  * You should have received a copy of the GNU Lesser General Public
16  * License along with this library; if not, write to the Free Software
17  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
18  *
19  * Authors:
20  *      Steve Grubb <sgrubb@redhat.com>
21  * Location: include/uapi/asm-generic/fcntl.h <17
22  *           include/uapi/linux/fcntl.h >= 1024
23  */
24
25 _S(0,           "F_DUPFD" )
26 _S(1,           "F_GETFD" )
27 _S(2,           "F_SETFD" )
28 _S(3,           "F_GETFL" )
29 _S(4,           "F_SETFL" )
30 _S(5,           "F_GETLK" )
31 _S(6,           "F_SETLK" )
32 _S(7,           "F_SETLKW" )
33 _S(8,           "F_SETOWN" )
34 _S(9,           "F_GETOWN" )
35 _S(10,          "F_SETSIG" )
36 _S(11,          "F_GETSIG" )
37 _S(12,          "F_GETLK64" )
38 _S(13,          "F_SETLK64" )
39 _S(14,          "F_SETLKW64" )
40 _S(15,          "F_SETOWN_EX" )
41 _S(16,          "F_GETOWN_EX" )
42 _S(17,          "F_GETOWNER_UIDS" )
43 _S(1024,        "F_SETLEASE" )
44 _S(1025,        "F_GETLEASE" )
45 _S(1026,        "F_NOTIFY" )
46 _S(1029,        "F_CANCELLK" )
47 _S(1030,        "F_DUPFD_CLOEXEC" )
48 _S(1031,        "F_SETPIPE_SZ" )
49 _S(1032,        "F_GETPIPE_SZ" )
50 _S(1033,        "F_ADD_SEALS" )
51 _S(1034,        "F_GET_SEALS" )
52