repo.or.cz
/
trinity.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
merge setuid variants
[trinity.git]
/
syscalls
/
io_setup.c
blob
3f416147213168009a73f5fa5da21b643877e6b9
1
/*
2
* SYSCALL_DEFINE2(io_setup, unsigned, nr_events, aio_context_t __user *, ctxp)
3
*/
4
#include
"sanitise.h"
5
6
struct
syscallentry syscall_io_setup
= {
7
.
name
=
"io_setup"
,
8
.
num_args
=
2
,
9
.
arg1name
=
"nr_events"
,
10
.
arg2name
=
"ctxp"
,
11
.
arg2type
=
ARG_ADDRESS
,
12
};