OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:syscall
(Results
76 - 100
of
551
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/valgrind/main/memcheck/tests/darwin/
scalar.stderr.exp
10
Syscall
param (syscallno) contains uninitialised byte(s)
13
Syscall
param read(fd) contains uninitialised byte(s)
16
Syscall
param read(buf) contains uninitialised byte(s)
19
Syscall
param read(count) contains uninitialised byte(s)
22
Syscall
param read(buf) points to unaddressable byte(s)
29
Syscall
param write(fd) contains uninitialised byte(s)
32
Syscall
param write(buf) contains uninitialised byte(s)
35
Syscall
param write(count) contains uninitialised byte(s)
38
Syscall
param write(buf) points to unaddressable byte(s)
45
Syscall
param open(filename) contains uninitialised byte(s
[
all
...]
scalar.h
13
extern int
syscall
(int __sysno, ...);
15
// Thorough
syscall
scalar arg checking. Also serves as thorough checking
16
// for (very) basic
syscall
use. Generally not trying to do anything
31
#define SY(__NR_xxx, args...) res =
syscall
(__NR_xxx, ##args);
scalar_nocancel.stderr.exp
4
Syscall
param sem_wait(sem) contains uninitialised byte(s)
/external/chromium/base/
dir_reader_posix.h
16
// 32-bit inodes. There is a getdirentries64
syscall
in 10.6, but it's not
17
// wrapped and the direct
syscall
interface is unstable. Using an unstable API
dir_reader_linux.h
12
#include <sys/
syscall
.h>
59
const int r =
syscall
(__NR_getdents64, fd_, buf_, sizeof(buf_));
/external/strace/
Makefile.am
15
strace_SOURCES = strace.c
syscall
.c util.c desc.c file.c ipc.c \
28
linux/
syscall
.h linux/syscallent.h linux/dummy.h \
52
linux/sparc/
syscall
.h linux/sparc/syscall1.h \
54
linux/sparc/gen.pl linux/sparc/
syscall
.h.2 \
60
linux/sparc64/
syscall
.h linux/sparc64/syscall1.h \
70
freebsd/i386/
syscall
.h freebsd/i386/syscallent.h \
73
sunos4/
syscall
.h sunos4/syscallent.h \
75
svr4/signalent.h svr4/
syscall
.h svr4/syscallent.h
ChangeLog
17
*
syscall
.c (subcalls_table): Make static.
40
* linux/
syscall
.h (SYS_socket, SYS_bind, SYS_connect, SYS_listen)
48
*
syscall
.c (dumpio): Match SYS_sub_* if defined instead of SYS_*.
50
* linux/
syscall
.h (SYS_waitid): Define if not defined.
57
*
syscall
.c (known_scno): New function.
63
* linux/
syscall
.h: Remove [!defined(X86_64)] from conditional
66
*
syscall
.c (trace_syscall): Likewise for SYS_{socketcall,ipc} cases.
180
* desc.c (decode_select): Continue to decode
syscall
arguments
205
* linux/
syscall
.h: Declare them.
257
* linux/arm/syscallent.h: Fix 113 entry (
syscall
, not vm86old)
[
all
...]
NEWS
22
* Update Linux/IA64
syscall
list.
23
* Fix Linux/x86-64
syscall
argument extraction for 32-bit processes.
30
* Update
syscall
tables for Alpha, ARM, HPPA.
107
* The usual Linux
syscall
updates (includes 32bit uid/gid support),
118
* The usual Linux
syscall
updates
154
* check stray
syscall
after execv
193
* various tracing features can be enabled on a per
syscall
/signal/desc basis
195
* selective printing of
syscall
structures
196
* selective abbreviation of long structures on a per
syscall
basis
197
* selective printing of raw
syscall
arguments and result
[
all
...]
TODO
6
* update linux/sparc
syscall
entries; Linux messed things up by overriding
27
fix incorrect
syscall
number if exit without entry on svr4 without pr_syscall
/external/valgrind/main/memcheck/tests/linux/
brk.c
3
#include <sys/
syscall
.h>
30
res = (void*)
syscall
(__NR_brk, vals[i]);
stack_switch.c
10
#include <sys/
syscall
.h>
/external/webkit/Source/WebCore/plugins/win/
PaintHooks.asm
29
syscall
44
syscall
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
syscall.h
30
we scan the kernel's list and produce <bits/
syscall
.h> with macros for
32
# include <bits/
syscall
.h>
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
audit.h
54
#define AUDIT_LIST 1002 /* List
syscall
rules -- deprecated */
55
#define AUDIT_ADD 1003 /* Add
syscall
rule -- deprecated */
56
#define AUDIT_DEL 1004 /* Delete
syscall
rule -- deprecated */
63
#define AUDIT_ADD_RULE 1011 /* Add
syscall
filtering rule */
64
#define AUDIT_DEL_RULE 1012 /* Delete
syscall
filtering rule */
65
#define AUDIT_LIST_RULES 1013 /* List
syscall
filtering rules */
83
#define AUDIT_SYSCALL 1300 /*
Syscall
event */
89
#define AUDIT_SOCKADDR 1306 /* sockaddr copied as
syscall
arg */
137
#define AUDIT_FILTER_TASK 0x01 /* Apply rule at task creation (not
syscall
) */
138
#define AUDIT_FILTER_ENTRY 0x02 /* Apply rule at
syscall
entry *
[
all
...]
/external/valgrind/main/exp-ptrcheck/tests/
mm.stderr.exp
9
Warning: invalid file descriptor -1 in
syscall
write()
10
Warning: invalid file descriptor -1 in
syscall
write()
12
Syscall
param write(buf) is non-contiguous
40
Warning: invalid file descriptor -1 in
syscall
write()
42
Syscall
param write(buf) contains unaddressable byte(s)
51
Warning: invalid file descriptor -1 in
syscall
write()
53
Syscall
param write(buf) is non-contiguous
supp.stderr.exp
2
Syscall
param write(buf) is non-contiguous
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/nfsd/
syscall.h
2
* include/linux/nfsd/
syscall
.h
4
* This file holds all declarations for the knfsd
syscall
interface.
20
* Version of the
syscall
interface
/bionic/libc/private/
syscommon.h
11
#include <sys/
syscall
.h>
/external/oprofile/daemon/
opd_cookie.c
16
#include <sys/
syscall
.h>
70
return
syscall
(__NR_lookup_dcookie, (unsigned long)(cookie >> 32),
77
return
syscall
(__NR_lookup_dcookie,
84
return
syscall
(__NR_lookup_dcookie, cookie, buf, size);
/external/v8/src/arm/
cpu-arm.cc
30
#include <sys/
syscall
.h> // for cache flushing.
69
//
syscall
(__ARM_NR_cacheflush, start,
71
// however,
syscall
(int, ...) is not supported on all platforms, especially
72
// not when using EABI, so we call the __ARM_NR_cacheflush
syscall
directly.
/external/valgrind/main/auxprogs/
aix5_proc_self_sysent.c
2
/* A program which prints its own
syscall
name-to-number bindings.
/external/valgrind/main/exp-bbv/tests/ppc32-linux/
million.S
20
li 0,1 # put the exit
syscall
number (1) in r0
/external/valgrind/main/memcheck/tests/
post-syscall.c
9
/* Check that a
syscall
's POST function gets called if it completes
/external/valgrind/main/memcheck/tests/x86-linux/
scalar_exit_group.stderr.exp
4
Syscall
param exit_group(status) contains uninitialised byte(s)
/external/qemu/
compatfd.c
17
#include <sys/
syscall
.h>
109
ret =
syscall
(SYS_signalfd, -1, mask, _NSIG / 8);
Completed in 680 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>