Searched refs:syscall_t (Results 1 – 12 of 12) sorted by relevance
/external/syzkaller/executor/ |
D | syscalls.h | 492 {"chdir", 0, (syscall_t)chdir}, 493 {"chmod", 0, (syscall_t)chmod}, 494 {"chown", 0, (syscall_t)chown}, 495 {"close", 0, (syscall_t)close}, 496 {"creat", 0, (syscall_t)creat}, 497 {"dup", 0, (syscall_t)dup}, 498 {"dup2", 0, (syscall_t)dup2}, 499 {"dup3", 0, (syscall_t)dup3}, 500 {"faccessat", 0, (syscall_t)faccessat}, 501 {"fchmod", 0, (syscall_t)fchmod}, [all …]
|
D | executor.cc | 165 typedef long(SYSCALLAPI* syscall_t)(long, long, long, long, long, long, long, long, long); typedef 170 syscall_t call;
|
/external/ltp/utils/ffsb-6.0-rc2/ |
D | ffsb_stats.h | 51 } syscall_t; typedef 57 int ffsb_stats_str2syscall(char *, syscall_t *); 75 void ffsb_statsc_ignore_sys(ffsb_statsc_t *, syscall_t s); 95 void ffsb_add_data(ffsb_statsd_t *, syscall_t, uint32_t); 107 int fsc_ignore_sys(ffsb_statsc_t *fsc, syscall_t s);
|
D | ffsb_stats.c | 19 int ffsb_stats_str2syscall(char *str, syscall_t * sys) in ffsb_stats_str2syscall() 30 *sys = (syscall_t) i; /* ewww */ in ffsb_stats_str2syscall() 67 void ffsb_statsc_ignore_sys(ffsb_statsc_t * fsc, syscall_t s) in ffsb_statsc_ignore_sys() 76 int fsc_ignore_sys(ffsb_statsc_t * fsc, syscall_t s) in fsc_ignore_sys() 106 void ffsb_add_data(ffsb_statsd_t * fsd, syscall_t s, uint32_t value) in ffsb_add_data()
|
D | ffsb_thread.h | 103 int ft_needs_stats(ffsb_thread_t *, syscall_t); 104 void ft_add_stat(ffsb_thread_t *, syscall_t, uint32_t);
|
D | ffsb_fs.h | 181 int fs_needs_stats(ffsb_fs_t *fs, syscall_t s); 182 void fs_add_stat(ffsb_fs_t *fs, syscall_t sys, uint32_t val);
|
D | ffsb_thread.c | 154 int ft_needs_stats(ffsb_thread_t * ft, syscall_t sys) in ft_needs_stats() 162 void ft_add_stat(ffsb_thread_t * ft, syscall_t sys, uint32_t val) in ft_add_stat()
|
D | ffsb_fs.c | 621 int fs_needs_stats(ffsb_fs_t * fs, syscall_t sys) in fs_needs_stats() 626 void fs_add_stat(ffsb_fs_t * fs, syscall_t sys, uint32_t val) in fs_add_stat()
|
D | fh.c | 51 ffsb_thread_t * ft, ffsb_fs_t * fs, syscall_t sys) in do_stats()
|
D | fileops.c | 35 ffsb_thread_t * ft, ffsb_fs_t * fs, syscall_t sys) in do_stats()
|
D | parser.c | 962 syscall_t sys; in init_tg_stats()
|
/external/syzkaller/sys/syz-sysgen/ |
D | sysgen.go | 311 {{range $c := $arch.Calls}} {"{{$c.Name}}", {{$c.NR}}{{if $c.NeedCall}}, (syscall_t){{$c.CallName}}…
|