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 clone variants
[trinity.git]
/
syscalls
/
bdflush.c
blob
00210be6184fa5ca6e78e1e35c20cd376fc7f54a
1
/*
2
* SYSCALL_DEFINE2(bdflush, int, func, long, data)
3
*/
4
#include
"sanitise.h"
5
6
struct
syscallentry syscall_bdflush
= {
7
.
name
=
"bdflush"
,
8
.
num_args
=
2
,
9
.
arg1name
=
"func"
,
10
.
arg2name
=
"data"
,
11
.
arg2type
=
ARG_ADDRESS
,
12
};